Searched refs:ControllerType (Results 1 – 9 of 9) sorted by relevance
34 using ControllerType = PointerControllerInterface::ControllerType; typedef130 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 …]
186 (PointerControllerInterface::ControllerType), (override));
48 PointerControllerInterface::ControllerType type) = 0;
63 enum class ControllerType { enum
66 SpriteController& spriteController, ControllerType type) { in create()70 case ControllerType::MOUSE: in create()74 case ControllerType::TOUCH: in create()78 case ControllerType::STYLUS: in create()
50 SpriteController& spriteController, ControllerType type);
364 public testing::WithParamInterface<PointerControllerInterface::ControllerType> {};399 testing::Values(PointerControllerInterface::ControllerType::MOUSE,400 PointerControllerInterface::ControllerType::STYLUS));
133 PointerControllerInterface::ControllerType::TOUCH); in PointerChoreographer()848 PointerControllerInterface::ControllerType::MOUSE); in getMouseControllerConstructor()862 PointerControllerInterface::ControllerType::STYLUS); in getStylusControllerConstructor()
382 PointerControllerInterface::ControllerType type) override;767 PointerControllerInterface::ControllerType type) { in createPointerController()