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

/frameworks/native/services/inputflinger/
H A DPointerControllerInterface.h35 class PointerControllerInterface : public virtual RefBase { class in namespace:android
37 PointerControllerInterface() { } function in class:android::PointerControllerInterface
38 virtual ~PointerControllerInterface() { }
H A DInputReader.cpp2633 PointerControllerInterface::PRESENTATION_POINTER);
2643 mPointerController->unfade(PointerControllerInterface::TRANSITION_IMMEDIATE);
2767 mPointerController->fade(PointerControllerInterface::TRANSITION_GRADUAL);
4022 mPointerController->fade(PointerControllerInterface::TRANSITION_GRADUAL);
4231 mPointerController->setPresentation(PointerControllerInterface::PRESENTATION_SPOT);
4232 mPointerController->fade(PointerControllerInterface::TRANSITION_GRADUAL);
4979 mPointerController->setPresentation(PointerControllerInterface::PRESENTATION_POINTER);
4990 mPointerController->setPresentation(PointerControllerInterface::PRESENTATION_POINTER);
5000 mPointerController->unfade(PointerControllerInterface::TRANSITION_GRADUAL);
5011 mPointerController->unfade(PointerControllerInterface
[all...]
H A DInputReader.h21 #include "PointerControllerInterface.h"
306 virtual sp<PointerControllerInterface> obtainPointerController(int32_t deviceId) = 0;
1232 sp<PointerControllerInterface> mPointerController;
1509 sp<PointerControllerInterface> mPointerController;
/frameworks/base/libs/input/
H A DPointerController.h27 #include <inputflinger/PointerControllerInterface.h>
79 class PointerController : public PointerControllerInterface, public MessageHandler,
/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp214 virtual sp<PointerControllerInterface> obtainPointerController(int32_t deviceId);
468 sp<PointerControllerInterface> NativeInputManager::obtainPointerController(int32_t /* deviceId */) {
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp48 class FakePointerController : public PointerControllerInterface {
190 virtual sp<PointerControllerInterface> obtainPointerController(int32_t deviceId) {

Completed in 225 milliseconds