Searched refs:PointerControllerInterface (Results 1 – 12 of 12) sorted by relevance
78 PointerControllerInterface& controller) { in setIconForController()133 PointerControllerInterface::ControllerType::TOUCH); in PointerChoreographer()205 it->second->fade(PointerControllerInterface::Transition::GRADUAL); in fadeMouseCursorOnKeyPress()258 pc.unfade(PointerControllerInterface::Transition::IMMEDIATE); in processMouseEventLocked()275 pc.unfade(PointerControllerInterface::Transition::IMMEDIATE); in processTouchpadEventLocked()286 pc.unfade(PointerControllerInterface::Transition::IMMEDIATE); in processTouchpadEventLocked()321 PointerControllerInterface& pc = *it->second; in processDrawingTabletEventLocked()329 pc.fade(PointerControllerInterface::Transition::IMMEDIATE); in processDrawingTabletEventLocked()332 pc.unfade(PointerControllerInterface::Transition::IMMEDIATE); in processDrawingTabletEventLocked()349 it->second->fade(PointerControllerInterface::Transition::GRADUAL); in processTouchscreenAndStylusEventLocked()[all …]
128 std::pair<ui::LogicalDisplayId /*displayId*/, PointerControllerInterface&>173 ConstructorDelegate<std::function<std::shared_ptr<PointerControllerInterface>()>>;185 std::map<ui::LogicalDisplayId, std::shared_ptr<PointerControllerInterface>>187 std::map<DeviceId, std::shared_ptr<PointerControllerInterface>> mTouchPointersByDevice189 std::map<DeviceId, std::shared_ptr<PointerControllerInterface>> mStylusPointersByDevice191 std::map<DeviceId, std::shared_ptr<PointerControllerInterface>> mDrawingTabletPointersByDevice
47 virtual std::shared_ptr<PointerControllerInterface> createPointerController(48 PointerControllerInterface::ControllerType type) = 0;
51 class PointerControllerInterface {53 PointerControllerInterface() {} in PointerControllerInterface() function54 virtual ~PointerControllerInterface() {} in ~PointerControllerInterface()
51 void fade(PointerControllerInterface::Transition transition);52 void unfade(PointerControllerInterface::Transition transition);
125 void MouseCursorController::fade(PointerControllerInterface::Transition transition) { in fade()132 if (transition == PointerControllerInterface::Transition::IMMEDIATE) { in fade()142 void MouseCursorController::unfade(PointerControllerInterface::Transition transition) { in unfade()149 if (transition == PointerControllerInterface::Transition::IMMEDIATE) { in unfade()
46 class PointerController : public PointerControllerInterface {
31 class FakePointerController : public PointerControllerInterface {
185 MOCK_METHOD(std::shared_ptr<PointerControllerInterface>, createPointerController,186 (PointerControllerInterface::ControllerType), (override));
34 using ControllerType = PointerControllerInterface::ControllerType;580 pc->fade(PointerControllerInterface::Transition::IMMEDIATE); in TEST_F()615 pc->fade(PointerControllerInterface::Transition::IMMEDIATE); in TEST_F()654 auto pc = assertPointerControllerCreated(PointerControllerInterface::ControllerType::MOUSE); in TEST_F()685 auto pc = assertPointerControllerCreated(PointerControllerInterface::ControllerType::MOUSE); in TEST_F()
364 public testing::WithParamInterface<PointerControllerInterface::ControllerType> {};399 testing::Values(PointerControllerInterface::ControllerType::MOUSE,400 PointerControllerInterface::ControllerType::STYLUS));
381 std::shared_ptr<PointerControllerInterface> createPointerController(382 PointerControllerInterface::ControllerType type) override;766 std::shared_ptr<PointerControllerInterface> NativeInputManager::createPointerController( in createPointerController()767 PointerControllerInterface::ControllerType type) { in createPointerController()