Home
last modified time | relevance | path

Searched refs:PRESENTATION_SPOT (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/inputflinger/
DPointerControllerInterface.h81 PRESENTATION_SPOT, enumerator
DInputReader.cpp3855 mPointerController->setPresentation(PointerControllerInterface::PRESENTATION_SPOT); in sync()
4445 mPointerController->setPresentation(PointerControllerInterface::PRESENTATION_SPOT); in dispatchPointerGestures()
/frameworks/base/libs/input/
DPointerController.cpp235 if (presentation != PRESENTATION_SPOT) { in setPresentation()