Home
last modified time | relevance | path

Searched refs:notifyPointerCaptureChanged (Results 1 – 10 of 10) sorted by relevance

/frameworks/native/services/inputflinger/include/
DInputListener.h263 virtual void notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs* args) = 0;
285 void notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs* args) override;
/frameworks/native/services/inputflinger/tests/
DTestInputListener.h85 virtual void notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs* args) override;
DTestInputListener.cpp166 void TestInputListener::notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs* args) { in notifyPointerCaptureChanged() function in android::TestInputListener
DInputDispatcher_test.cpp4594 void notifyPointerCaptureChanged(bool enabled) { in notifyPointerCaptureChanged() function in android::inputdispatcher::InputDispatcherPointerCaptureTests
4596 mDispatcher->notifyPointerCaptureChanged(&args); in notifyPointerCaptureChanged()
4602 notifyPointerCaptureChanged(enabled); in requestAndVerifyPointerCapture()
4636 notifyPointerCaptureChanged(false); in TEST_F()
4637 notifyPointerCaptureChanged(true); in TEST_F()
4638 notifyPointerCaptureChanged(false); in TEST_F()
4648 notifyPointerCaptureChanged(false); in TEST_F()
4649 notifyPointerCaptureChanged(true); in TEST_F()
4671 notifyPointerCaptureChanged(false); in TEST_F()
4674 notifyPointerCaptureChanged(true); in TEST_F()
/frameworks/native/services/inputflinger/
DInputClassifier.cpp418 void InputClassifier::notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs* args) { in notifyPointerCaptureChanged() function in android::InputClassifier
420 mListener->notifyPointerCaptureChanged(args); in notifyPointerCaptureChanged()
DInputClassifier.h235 void notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs* args) override;
DInputListener.cpp303 listener->notifyPointerCaptureChanged(this); in notify()
362 void QueuedInputListener::notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs* args) { in notifyPointerCaptureChanged() function in android::QueuedInputListener
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.h103 void notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs* args) override;
DInputDispatcher.cpp3978 void InputDispatcher::notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs* args) { in notifyPointerCaptureChanged() function in android::inputdispatcher::InputDispatcher
/frameworks/native/services/inputflinger/reader/
DInputReader.cpp372 mQueuedListener->notifyPointerCaptureChanged(&args); in refreshConfigurationLocked()