Searched refs:PointerControllerInterface (Results 1 – 9 of 9) sorted by relevance
36 class PointerControllerInterface {38 PointerControllerInterface() { } in PointerControllerInterface() function39 virtual ~PointerControllerInterface() { } in ~PointerControllerInterface()
335 virtual std::shared_ptr<PointerControllerInterface> obtainPointerController(
30 class PointerControllerInterface; variable110 std::shared_ptr<PointerControllerInterface> mPointerController;
157 mPointerController->fade(PointerControllerInterface::Transition::IMMEDIATE); in configure()339 mPointerController->setPresentation(PointerControllerInterface::Presentation::POINTER); in sync()349 mPointerController->unfade(PointerControllerInterface::Transition::IMMEDIATE); in sync()484 mPointerController->fade(PointerControllerInterface::Transition::GRADUAL); in fadePointer()
1397 mPointerController->fade(PointerControllerInterface::Transition::GRADUAL); in reset()1617 mPointerController->setPresentation(PointerControllerInterface::Presentation::SPOT); in cookAndDispatch()1618 mPointerController->fade(PointerControllerInterface::Transition::GRADUAL); in cookAndDispatch()2369 mPointerController->setPresentation(PointerControllerInterface::Presentation::POINTER); in dispatchPointerGestures()2381 mPointerController->setPresentation(PointerControllerInterface::Presentation::POINTER); in dispatchPointerGestures()2391 mPointerController->unfade(PointerControllerInterface::Transition::GRADUAL); in dispatchPointerGestures()2402 mPointerController->unfade(PointerControllerInterface::Transition::IMMEDIATE); in dispatchPointerGestures()2408 mPointerController->fade(PointerControllerInterface::Transition::GRADUAL); in dispatchPointerGestures()2410 mPointerController->unfade(PointerControllerInterface::Transition::IMMEDIATE); in dispatchPointerGestures()2581 mPointerController->fade(PointerControllerInterface::Transition::GRADUAL); in abortPointerGestures()[all …]
447 std::shared_ptr<PointerControllerInterface> mPointerController;
79 class PointerController : public PointerControllerInterface {
236 virtual std::shared_ptr<PointerControllerInterface> obtainPointerController(int32_t deviceId);554 std::shared_ptr<PointerControllerInterface> NativeInputManager::obtainPointerController( in obtainPointerController()
65 class FakePointerController : public PointerControllerInterface {291 virtual std::shared_ptr<PointerControllerInterface> obtainPointerController(int32_t deviceId) { in obtainPointerController()