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.cpp2585 PointerControllerInterface::PRESENTATION_POINTER); in sync()
2595 mPointerController->unfade(PointerControllerInterface::TRANSITION_IMMEDIATE); in sync()
2717 mPointerController->fade(PointerControllerInterface::TRANSITION_GRADUAL); in fadePointer()
3873 mPointerController->fade(PointerControllerInterface::TRANSITION_GRADUAL); in reset()
4082 mPointerController->setPresentation(PointerControllerInterface::PRESENTATION_SPOT); in cookAndDispatch()
4083 mPointerController->fade(PointerControllerInterface::TRANSITION_GRADUAL); in cookAndDispatch()
4830 mPointerController->setPresentation(PointerControllerInterface::PRESENTATION_SPOT); in dispatchPointerGestures()
4838 mPointerController->setPresentation(PointerControllerInterface::PRESENTATION_POINTER); in dispatchPointerGestures()
4849 mPointerController->unfade(PointerControllerInterface::TRANSITION_GRADUAL); in dispatchPointerGestures()
4859 mPointerController->unfade(PointerControllerInterface::TRANSITION_IMMEDIATE); in dispatchPointerGestures()
[all …]
DInputReader.h306 virtual sp<PointerControllerInterface> obtainPointerController(int32_t deviceId) = 0;
1223 sp<PointerControllerInterface> mPointerController;
1479 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.cpp206 virtual sp<PointerControllerInterface> obtainPointerController(int32_t deviceId);
455 sp<PointerControllerInterface> NativeInputManager::obtainPointerController(int32_t /* deviceId */) { in obtainPointerController()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp48 class FakePointerController : public PointerControllerInterface {
190 virtual sp<PointerControllerInterface> obtainPointerController(int32_t deviceId) { in obtainPointerController()