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()
2585 PointerControllerInterface::PRESENTATION_POINTER); in sync()2595 mPointerController->unfade(PointerControllerInterface::TRANSITION_IMMEDIATE); in sync()2717 mPointerController->fade(PointerControllerInterface::TRANSITION_GRADUAL); in fadePointer()3873 mPointerController->fade(PointerControllerInterface::TRANSITION_GRADUAL); in reset()4082 mPointerController->setPresentation(PointerControllerInterface::PRESENTATION_SPOT); in cookAndDispatch()4083 mPointerController->fade(PointerControllerInterface::TRANSITION_GRADUAL); in cookAndDispatch()4830 mPointerController->setPresentation(PointerControllerInterface::PRESENTATION_SPOT); in dispatchPointerGestures()4838 mPointerController->setPresentation(PointerControllerInterface::PRESENTATION_POINTER); in dispatchPointerGestures()4849 mPointerController->unfade(PointerControllerInterface::TRANSITION_GRADUAL); in dispatchPointerGestures()4859 mPointerController->unfade(PointerControllerInterface::TRANSITION_IMMEDIATE); in dispatchPointerGestures()[all …]
306 virtual sp<PointerControllerInterface> obtainPointerController(int32_t deviceId) = 0;1223 sp<PointerControllerInterface> mPointerController;1479 sp<PointerControllerInterface> mPointerController;
68 class PointerController : public PointerControllerInterface, public MessageHandler {
206 virtual sp<PointerControllerInterface> obtainPointerController(int32_t deviceId);455 sp<PointerControllerInterface> NativeInputManager::obtainPointerController(int32_t /* deviceId */) { in obtainPointerController()
48 class FakePointerController : public PointerControllerInterface {190 virtual sp<PointerControllerInterface> obtainPointerController(int32_t deviceId) { in obtainPointerController()