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

/frameworks/native/services/inputflinger/
H A DPointerControllerInterface.h85 virtual void setPresentation(Presentation presentation) = 0;
H A DInputReader.cpp2632 mPointerController->setPresentation(
4231 mPointerController->setPresentation(PointerControllerInterface::PRESENTATION_SPOT);
4979 mPointerController->setPresentation(PointerControllerInterface::PRESENTATION_POINTER);
4990 mPointerController->setPresentation(PointerControllerInterface::PRESENTATION_POINTER);
6079 mPointerController->setPresentation(PointerControllerInterface::PRESENTATION_POINTER);
/frameworks/base/libs/input/
H A DPointerController.h103 virtual void setPresentation(Presentation presentation);
H A DPointerController.cpp248 void PointerController::setPresentation(Presentation presentation) { function in class:android::PointerController
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp113 virtual void setPresentation(Presentation) { function in class:android::FakePointerController

Completed in 157 milliseconds