Home
last modified time | relevance | path

Searched refs:ControllerType (Results 1 – 9 of 9) sorted by relevance

/frameworks/native/services/inputflinger/tests/
DPointerChoreographer_test.cpp34 using ControllerType = PointerControllerInterface::ControllerType; typedef
130 ON_CALL(mMockPolicy, createPointerController).WillByDefault([this](ControllerType type) { in SetUp()
144 ControllerType expectedType) { in assertPointerControllerCreated()
191 std::deque<std::pair<ControllerType, std::shared_ptr<FakePointerController>>>
251 assertPointerControllerCreated(ControllerType::MOUSE); in TEST_F()
259 auto pc = assertPointerControllerCreated(ControllerType::MOUSE); in TEST_F()
280 auto pc = assertPointerControllerCreated(ControllerType::MOUSE); in TEST_F()
289 auto pc = assertPointerControllerCreated(ControllerType::MOUSE); in TEST_F()
307 auto pc = assertPointerControllerCreated(ControllerType::MOUSE); in TEST_F()
321 auto firstDisplayPc = assertPointerControllerCreated(ControllerType::MOUSE); in TEST_F()
[all …]
DInterfaceMocks.h186 (PointerControllerInterface::ControllerType), (override));
/frameworks/native/services/inputflinger/include/
DPointerChoreographerPolicyInterface.h48 PointerControllerInterface::ControllerType type) = 0;
DPointerControllerInterface.h63 enum class ControllerType { enum
/frameworks/base/libs/input/
DPointerController.cpp66 SpriteController& spriteController, ControllerType type) { in create()
70 case ControllerType::MOUSE: in create()
74 case ControllerType::TOUCH: in create()
78 case ControllerType::STYLUS: in create()
DPointerController.h50 SpriteController& spriteController, ControllerType type);
/frameworks/base/libs/input/tests/
DPointerController_test.cpp364 public testing::WithParamInterface<PointerControllerInterface::ControllerType> {};
399 testing::Values(PointerControllerInterface::ControllerType::MOUSE,
400 PointerControllerInterface::ControllerType::STYLUS));
/frameworks/native/services/inputflinger/
DPointerChoreographer.cpp133 PointerControllerInterface::ControllerType::TOUCH); in PointerChoreographer()
848 PointerControllerInterface::ControllerType::MOUSE); in getMouseControllerConstructor()
862 PointerControllerInterface::ControllerType::STYLUS); in getStylusControllerConstructor()
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp382 PointerControllerInterface::ControllerType type) override;
767 PointerControllerInterface::ControllerType type) { in createPointerController()