Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/include/
DPointerControllerInterface.h86 virtual void setPresentation(Presentation presentation) = 0;
/frameworks/base/libs/input/
DPointerController.h105 virtual void setPresentation(Presentation presentation);
DPointerController.cpp251 void PointerController::setPresentation(Presentation presentation) { in setPresentation() function in android::PointerController
/frameworks/base/libs/input/tests/
DPointerController_test.cpp249 mPointerController->setPresentation(PointerController::PRESENTATION_POINTER); in TEST_F()
/frameworks/native/services/inputflinger/reader/mapper/
DCursorInputMapper.cpp319 mPointerController->setPresentation(PointerControllerInterface::PRESENTATION_POINTER); in sync()
DTouchInputMapper.cpp1592 mPointerController->setPresentation(PointerControllerInterface::PRESENTATION_SPOT); in cookAndDispatch()
2330 mPointerController->setPresentation(PointerControllerInterface::PRESENTATION_POINTER); in dispatchPointerGestures()
2342 mPointerController->setPresentation(PointerControllerInterface::PRESENTATION_POINTER); in dispatchPointerGestures()
3399 mPointerController->setPresentation(PointerControllerInterface::PRESENTATION_POINTER); in dispatchPointerSimple()
/frameworks/base/media/java/android/media/
DAudioTrack.java2631 public int setPresentation(@NonNull AudioPresentation presentation) { in setPresentation() method in AudioTrack
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp150 virtual void setPresentation(Presentation) { in setPresentation() function in android::FakePointerController
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/base/api/
Dcurrent.txt24627 method public int setPresentation(@NonNull android.media.AudioPresentation);