chromium/ui/touch_selection/touch_selection_controller_test_api.cc

// Copyright 2015 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#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 {}

}  // namespace ui