Searched refs:PointerChoreographer (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/services/inputflinger/ |
D | PointerChoreographer.cpp | 106 PointerChoreographer::PointerChoreographer(InputListenerInterface& inputListener, in PointerChoreographer() function in android::PointerChoreographer 108 : PointerChoreographer( in PointerChoreographer() 126 PointerChoreographer::PointerChoreographer( in PointerChoreographer() function in android::PointerChoreographer 129 const android::PointerChoreographer::WindowListenerRegisterConsumer& registerListener, in PointerChoreographer() 130 const android::PointerChoreographer::WindowListenerUnregisterConsumer& unregisterListener) in PointerChoreographer() 145 PointerChoreographer::~PointerChoreographer() { in ~PointerChoreographer() 154 void PointerChoreographer::notifyInputDevicesChanged(const NotifyInputDevicesChangedArgs& args) { in notifyInputDevicesChanged() 168 void PointerChoreographer::notifyConfigurationChanged(const NotifyConfigurationChangedArgs& args) { in notifyConfigurationChanged() 172 void PointerChoreographer::notifyKey(const NotifyKeyArgs& args) { in notifyKey() 177 void PointerChoreographer::notifyMotion(const NotifyMotionArgs& args) { in notifyMotion() [all …]
|
D | PointerChoreographer.h | 89 class PointerChoreographer : public PointerChoreographerInterface { 91 explicit PointerChoreographer(InputListenerInterface& listener, 93 ~PointerChoreographer() override; 157 explicit PointerChoreographerDisplayInfoListener(PointerChoreographer* pc) in PointerChoreographerDisplayInfoListener() 166 PointerChoreographer* mPointerChoreographer GUARDED_BY(mListenerLock); 209 explicit PointerChoreographer(InputListenerInterface& listener,
|
D | InputManager.cpp | 155 std::make_unique<PointerChoreographer>(*mTracingStages.back(), choreographerPolicy); in InputManager()
|
D | Android.bp | 93 "PointerChoreographer.cpp",
|
/frameworks/native/services/inputflinger/tests/ |
D | PointerChoreographer_test.cpp | 93 class TestPointerChoreographer : public PointerChoreographer { 105 : PointerChoreographer( in TestPointerChoreographer() 1684 std::function<void(PointerChoreographer&)>, int32_t /*action*/>; 1692 const std::function<void(PointerChoreographer&)> onControllerInit, in initializePointerDevice() 1716 [](PointerChoreographer& pc) { pc.setShowTouchesEnabled(true); }, in __anon36af143a1002() 1720 [](PointerChoreographer& pc) {}, AMOTION_EVENT_ACTION_DOWN), in __anon36af143a1102() 1723 [](PointerChoreographer& pc) { pc.setStylusPointerIconEnabled(true); }, in __anon36af143a1202() 1727 ControllerType::MOUSE, STYLUS_POINTER, [](PointerChoreographer& pc) {}, in __anon36af143a1302()
|