Searched refs:PointerControllerInterface (Results 1 – 6 of 6) sorted by relevance
35 class PointerControllerInterface : public virtual RefBase {37 PointerControllerInterface() { } in PointerControllerInterface() function38 virtual ~PointerControllerInterface() { } in ~PointerControllerInterface()
2486 PointerControllerInterface::PRESENTATION_POINTER); in sync()2496 mPointerController->unfade(PointerControllerInterface::TRANSITION_IMMEDIATE); in sync()2586 mPointerController->fade(PointerControllerInterface::TRANSITION_GRADUAL); in fadePointer()3718 mPointerController->fade(PointerControllerInterface::TRANSITION_GRADUAL); in reset()3855 mPointerController->setPresentation(PointerControllerInterface::PRESENTATION_SPOT); in sync()3856 mPointerController->fade(PointerControllerInterface::TRANSITION_GRADUAL); in sync()4445 mPointerController->setPresentation(PointerControllerInterface::PRESENTATION_SPOT); in dispatchPointerGestures()4453 mPointerController->setPresentation(PointerControllerInterface::PRESENTATION_POINTER); in dispatchPointerGestures()4464 mPointerController->unfade(PointerControllerInterface::TRANSITION_GRADUAL); in dispatchPointerGestures()4474 mPointerController->unfade(PointerControllerInterface::TRANSITION_IMMEDIATE); in dispatchPointerGestures()[all …]
303 virtual sp<PointerControllerInterface> obtainPointerController(int32_t deviceId) = 0;1164 sp<PointerControllerInterface> mPointerController;1368 sp<PointerControllerInterface> mPointerController;
68 class PointerController : public PointerControllerInterface, public MessageHandler {
198 virtual sp<PointerControllerInterface> obtainPointerController(int32_t deviceId);431 sp<PointerControllerInterface> NativeInputManager::obtainPointerController(int32_t deviceId) { in obtainPointerController()
48 class FakePointerController : public PointerControllerInterface {191 virtual sp<PointerControllerInterface> obtainPointerController(int32_t deviceId) { in obtainPointerController()