Searched refs:setPresentation (Results 1 – 5 of 5) sorted by relevance
85 virtual void setPresentation(Presentation presentation) = 0;
2720 mPointerController->setPresentation( in sync()4353 mPointerController->setPresentation(PointerControllerInterface::PRESENTATION_SPOT); in cookAndDispatch()5101 mPointerController->setPresentation(PointerControllerInterface::PRESENTATION_POINTER); in dispatchPointerGestures()5112 mPointerController->setPresentation(PointerControllerInterface::PRESENTATION_POINTER); in dispatchPointerGestures()6185 mPointerController->setPresentation(PointerControllerInterface::PRESENTATION_POINTER); in dispatchPointerSimple()
103 virtual void setPresentation(Presentation presentation);
272 void PointerController::setPresentation(Presentation presentation) { in setPresentation() function in android::PointerController
117 virtual void setPresentation(Presentation) { in setPresentation() function in android::FakePointerController