Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/include/
DPointerControllerInterface.h36 class PointerControllerInterface : public virtual RefBase {
38 PointerControllerInterface() { } in PointerControllerInterface() function
39 virtual ~PointerControllerInterface() { } in ~PointerControllerInterface()
DInputReaderBase.h338 virtual sp<PointerControllerInterface> obtainPointerController(int32_t deviceId) = 0;
/frameworks/native/services/inputflinger/reader/include/
DInputReaderContext.h31 class PointerControllerInterface; variable
49 virtual sp<PointerControllerInterface> getPointerController(int32_t deviceId) = 0;
DInputReader.h107 virtual sp<PointerControllerInterface> getPointerController(int32_t deviceId) override;
163 wp<PointerControllerInterface> mPointerController;
164 sp<PointerControllerInterface> getPointerControllerLocked(int32_t deviceId);
/frameworks/native/services/inputflinger/reader/mapper/
DCursorInputMapper.h30 class PointerControllerInterface; variable
109 sp<PointerControllerInterface> mPointerController;
DCursorInputMapper.cpp157 mPointerController->fade(PointerControllerInterface::TRANSITION_IMMEDIATE); in configure()
319 mPointerController->setPresentation(PointerControllerInterface::PRESENTATION_POINTER); in sync()
329 mPointerController->unfade(PointerControllerInterface::TRANSITION_IMMEDIATE); in sync()
DTouchInputMapper.cpp1386 mPointerController->fade(PointerControllerInterface::TRANSITION_GRADUAL); in reset()
1592 mPointerController->setPresentation(PointerControllerInterface::PRESENTATION_SPOT); in cookAndDispatch()
1593 mPointerController->fade(PointerControllerInterface::TRANSITION_GRADUAL); in cookAndDispatch()
2330 mPointerController->setPresentation(PointerControllerInterface::PRESENTATION_POINTER); in dispatchPointerGestures()
2342 mPointerController->setPresentation(PointerControllerInterface::PRESENTATION_POINTER); in dispatchPointerGestures()
2352 mPointerController->unfade(PointerControllerInterface::TRANSITION_GRADUAL); in dispatchPointerGestures()
2363 mPointerController->unfade(PointerControllerInterface::TRANSITION_IMMEDIATE); in dispatchPointerGestures()
2369 mPointerController->fade(PointerControllerInterface::TRANSITION_GRADUAL); in dispatchPointerGestures()
2371 mPointerController->unfade(PointerControllerInterface::TRANSITION_IMMEDIATE); in dispatchPointerGestures()
2540 mPointerController->fade(PointerControllerInterface::TRANSITION_GRADUAL); in abortPointerGestures()
[all …]
DTouchInputMapper.h379 sp<PointerControllerInterface> mPointerController;
/frameworks/native/services/inputflinger/reader/
DInputReader.cpp393 sp<PointerControllerInterface> InputReader::getPointerControllerLocked(int32_t deviceId) { in getPointerControllerLocked()
394 sp<PointerControllerInterface> controller = mPointerController.promote(); in getPointerControllerLocked()
404 sp<PointerControllerInterface> controller = mPointerController.promote(); in updatePointerDisplayLocked()
427 sp<PointerControllerInterface> controller = mPointerController.promote(); in fadePointerLocked()
429 controller->fade(PointerControllerInterface::TRANSITION_GRADUAL); in fadePointerLocked()
728 sp<PointerControllerInterface> InputReader::ContextImpl::getPointerController(int32_t deviceId) { in getPointerController()
/frameworks/base/libs/input/
DPointerController.h79 class PointerController : public PointerControllerInterface, public MessageHandler,
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp228 virtual sp<PointerControllerInterface> obtainPointerController(int32_t deviceId);
547 sp<PointerControllerInterface> NativeInputManager::obtainPointerController(int32_t /* deviceId */) { in obtainPointerController()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp72 class FakePointerController : public PointerControllerInterface {
321 virtual sp<PointerControllerInterface> obtainPointerController(int32_t deviceId) { in obtainPointerController()
850 wp<PointerControllerInterface> mPointerController;
879 sp<PointerControllerInterface> controller = mPointerController.promote(); in updatePointerDisplay()
916 virtual sp<PointerControllerInterface> getPointerController(int32_t deviceId) { in getPointerController()
917 sp<PointerControllerInterface> controller = mPointerController.promote(); in getPointerController()