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/tests/
DPointerController_test.cpp218 mPointerController->setPresentation(PointerController::Presentation::POINTER); in TEST_F()
257 mPointerController->setPresentation(PointerController::Presentation::POINTER); in TEST_F()
/frameworks/base/libs/input/
DPointerController.h63 virtual void setPresentation(Presentation presentation);
DPointerController.cpp177 void PointerController::setPresentation(Presentation presentation) { in setPresentation() function in android::PointerController
/frameworks/native/services/inputflinger/reader/mapper/
DCursorInputMapper.cpp352 mPointerController->setPresentation(PointerControllerInterface::Presentation::POINTER); in sync()
DTouchInputMapper.cpp1702 mPointerController->setPresentation(PointerControllerInterface::Presentation::SPOT); in updateTouchSpots()
2447 mPointerController->setPresentation(PointerControllerInterface::Presentation::POINTER); in dispatchPointerGestures()
2459 mPointerController->setPresentation(PointerControllerInterface::Presentation::POINTER); in dispatchPointerGestures()
3529 mPointerController->setPresentation(PointerControllerInterface::Presentation::POINTER); in dispatchPointerSimple()
/frameworks/base/core/java/android/provider/
DCallLog.java471 public @NonNull AddCallParametersBuilder setPresentation(int presentation) { in setPresentation() method in CallLog.AddCallParams.AddCallParametersBuilder
1653 builder.setPresentation(presentation); in addCall()
/frameworks/base/media/java/android/media/
DAudioTrack.java2868 public int setPresentation(@NonNull AudioPresentation presentation) { in setPresentation() method in AudioTrack
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp235 void setPresentation(Presentation) override {} in setPresentation() function in android::FakePointerController
/frameworks/base/core/api/
Dcurrent.txt20586 method public int setPresentation(@NonNull android.media.AudioPresentation);