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.cpp2485 mPointerController->setPresentation( in sync()
3855 mPointerController->setPresentation(PointerControllerInterface::PRESENTATION_SPOT); in sync()
4445 mPointerController->setPresentation(PointerControllerInterface::PRESENTATION_SPOT); in dispatchPointerGestures()
4453 mPointerController->setPresentation(PointerControllerInterface::PRESENTATION_POINTER); in dispatchPointerGestures()
5521 mPointerController->setPresentation(PointerControllerInterface::PRESENTATION_POINTER); in dispatchPointerSimple()
/frameworks/base/libs/input/
DPointerController.h91 virtual void setPresentation(Presentation presentation);
DPointerController.cpp228 void PointerController::setPresentation(Presentation presentation) { in setPresentation() function in android::PointerController
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp113 virtual void setPresentation(Presentation presentation) { in setPresentation() function in android::FakePointerController