Searched refs:notifyPointerCaptureChanged (Results 1 – 10 of 10) sorted by relevance
264 virtual void notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs* args) = 0;286 void notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs* args) override;
86 virtual void notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs* args) override;
171 void TestInputListener::notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs* args) { in notifyPointerCaptureChanged() function in android::TestInputListener
4823 mDispatcher->notifyPointerCaptureChanged(&args); in notifyPointerCaptureChanged()4830 notifyPointerCaptureChanged(request); in requestAndVerifyPointerCapture()4865 notifyPointerCaptureChanged({}); in TEST_F()4866 notifyPointerCaptureChanged(request); in TEST_F()4867 notifyPointerCaptureChanged({}); in TEST_F()4877 notifyPointerCaptureChanged({}); in TEST_F()4878 notifyPointerCaptureChanged(request); in TEST_F()4900 notifyPointerCaptureChanged({}); in TEST_F()4903 notifyPointerCaptureChanged(request); in TEST_F()4920 notifyPointerCaptureChanged(firstRequest); in TEST_F()[all …]
418 void InputClassifier::notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs* args) { in notifyPointerCaptureChanged() function in android::InputClassifier420 mListener->notifyPointerCaptureChanged(args); in notifyPointerCaptureChanged()
235 void notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs* args) override;
303 listener->notifyPointerCaptureChanged(this); in notify()362 void QueuedInputListener::notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs* args) { in notifyPointerCaptureChanged() function in android::QueuedInputListener
104 void notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs* args) override;
4024 void InputDispatcher::notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs* args) { in notifyPointerCaptureChanged() function in android::inputdispatcher::InputDispatcher
377 mQueuedListener->notifyPointerCaptureChanged(&args); in refreshConfigurationLocked()