Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/include/
DPointerControllerInterface.h36 class PointerControllerInterface {
38 PointerControllerInterface() { } in PointerControllerInterface() function
39 virtual ~PointerControllerInterface() { } in ~PointerControllerInterface()
DInputReaderBase.h335 virtual std::shared_ptr<PointerControllerInterface> obtainPointerController(
/frameworks/native/services/inputflinger/reader/mapper/
DCursorInputMapper.h30 class PointerControllerInterface; variable
110 std::shared_ptr<PointerControllerInterface> mPointerController;
DCursorInputMapper.cpp157 mPointerController->fade(PointerControllerInterface::Transition::IMMEDIATE); in configure()
339 mPointerController->setPresentation(PointerControllerInterface::Presentation::POINTER); in sync()
349 mPointerController->unfade(PointerControllerInterface::Transition::IMMEDIATE); in sync()
484 mPointerController->fade(PointerControllerInterface::Transition::GRADUAL); in fadePointer()
DTouchInputMapper.cpp1397 mPointerController->fade(PointerControllerInterface::Transition::GRADUAL); in reset()
1617 mPointerController->setPresentation(PointerControllerInterface::Presentation::SPOT); in cookAndDispatch()
1618 mPointerController->fade(PointerControllerInterface::Transition::GRADUAL); in cookAndDispatch()
2369 mPointerController->setPresentation(PointerControllerInterface::Presentation::POINTER); in dispatchPointerGestures()
2381 mPointerController->setPresentation(PointerControllerInterface::Presentation::POINTER); in dispatchPointerGestures()
2391 mPointerController->unfade(PointerControllerInterface::Transition::GRADUAL); in dispatchPointerGestures()
2402 mPointerController->unfade(PointerControllerInterface::Transition::IMMEDIATE); in dispatchPointerGestures()
2408 mPointerController->fade(PointerControllerInterface::Transition::GRADUAL); in dispatchPointerGestures()
2410 mPointerController->unfade(PointerControllerInterface::Transition::IMMEDIATE); in dispatchPointerGestures()
2581 mPointerController->fade(PointerControllerInterface::Transition::GRADUAL); in abortPointerGestures()
[all …]
DTouchInputMapper.h447 std::shared_ptr<PointerControllerInterface> mPointerController;
/frameworks/base/libs/input/
DPointerController.h79 class PointerController : public PointerControllerInterface {
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp236 virtual std::shared_ptr<PointerControllerInterface> obtainPointerController(int32_t deviceId);
554 std::shared_ptr<PointerControllerInterface> NativeInputManager::obtainPointerController( in obtainPointerController()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp65 class FakePointerController : public PointerControllerInterface {
291 virtual std::shared_ptr<PointerControllerInterface> obtainPointerController(int32_t deviceId) { in obtainPointerController()