Home
last modified time | relevance | path

Searched refs:setPresentation (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/services/inputflinger/
DPointerControllerInterface.h85 virtual void setPresentation(Presentation presentation) = 0;
DInputReader.cpp2720 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()
/frameworks/base/libs/input/
DPointerController.h103 virtual void setPresentation(Presentation presentation);
DPointerController.cpp272 void PointerController::setPresentation(Presentation presentation) { in setPresentation() function in android::PointerController
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp117 virtual void setPresentation(Presentation) { in setPresentation() function in android::FakePointerController