Home
last modified time | relevance | path

Searched refs:PointerControllerInterface (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/services/inputflinger/
DPointerControllerInterface.h35 class PointerControllerInterface : public virtual RefBase {
37 PointerControllerInterface() { } in PointerControllerInterface() function
38 virtual ~PointerControllerInterface() { } in ~PointerControllerInterface()
DInputReader.cpp2486 PointerControllerInterface::PRESENTATION_POINTER); in sync()
2496 mPointerController->unfade(PointerControllerInterface::TRANSITION_IMMEDIATE); in sync()
2586 mPointerController->fade(PointerControllerInterface::TRANSITION_GRADUAL); in fadePointer()
3718 mPointerController->fade(PointerControllerInterface::TRANSITION_GRADUAL); in reset()
3855 mPointerController->setPresentation(PointerControllerInterface::PRESENTATION_SPOT); in sync()
3856 mPointerController->fade(PointerControllerInterface::TRANSITION_GRADUAL); in sync()
4445 mPointerController->setPresentation(PointerControllerInterface::PRESENTATION_SPOT); in dispatchPointerGestures()
4453 mPointerController->setPresentation(PointerControllerInterface::PRESENTATION_POINTER); in dispatchPointerGestures()
4464 mPointerController->unfade(PointerControllerInterface::TRANSITION_GRADUAL); in dispatchPointerGestures()
4474 mPointerController->unfade(PointerControllerInterface::TRANSITION_IMMEDIATE); in dispatchPointerGestures()
[all …]
DInputReader.h303 virtual sp<PointerControllerInterface> obtainPointerController(int32_t deviceId) = 0;
1164 sp<PointerControllerInterface> mPointerController;
1368 sp<PointerControllerInterface> mPointerController;
/frameworks/base/libs/input/
DPointerController.h68 class PointerController : public PointerControllerInterface, public MessageHandler {
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp198 virtual sp<PointerControllerInterface> obtainPointerController(int32_t deviceId);
431 sp<PointerControllerInterface> NativeInputManager::obtainPointerController(int32_t deviceId) { in obtainPointerController()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp48 class FakePointerController : public PointerControllerInterface {
191 virtual sp<PointerControllerInterface> obtainPointerController(int32_t deviceId) { in obtainPointerController()