Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/include/
DPointerControllerInterface.h80 PRESENTATION_POINTER, enumerator
/frameworks/base/libs/input/
DPointerController.cpp86 mLocked.presentation = PRESENTATION_POINTER; in PointerController()
265 if (presentation == PRESENTATION_POINTER) { in setPresentation()
658 if (mLocked.presentation == PRESENTATION_POINTER) { in updatePointerLocked()
775 if (mLocked.presentation == PRESENTATION_POINTER) { in loadResourcesLocked()
/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.cpp2330 mPointerController->setPresentation(PointerControllerInterface::PRESENTATION_POINTER); in dispatchPointerGestures()
2342 mPointerController->setPresentation(PointerControllerInterface::PRESENTATION_POINTER); in dispatchPointerGestures()
3399 mPointerController->setPresentation(PointerControllerInterface::PRESENTATION_POINTER); in dispatchPointerSimple()