#include "ui/touch_selection/touch_selection_controller_test_api.h"
namespace ui {
TouchSelectionControllerTestApi::TouchSelectionControllerTestApi(
TouchSelectionController* controller)
: … { … }
TouchSelectionControllerTestApi::~TouchSelectionControllerTestApi() { … }
bool TouchSelectionControllerTestApi::GetStartVisible() const { … }
bool TouchSelectionControllerTestApi::GetEndVisible() const { … }
float TouchSelectionControllerTestApi::GetStartAlpha() const { … }
float TouchSelectionControllerTestApi::GetEndAlpha() const { … }
float TouchSelectionControllerTestApi::GetInsertionHandleAlpha() const { … }
TouchHandleOrientation
TouchSelectionControllerTestApi::GetStartHandleOrientation() const { … }
TouchHandleOrientation
TouchSelectionControllerTestApi::GetEndHandleOrientation() const { … }
}