Searched refs:notifyPointerCaptureChanged (Results 1 – 10 of 10) sorted by relevance
263 virtual void notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs* args) = 0;285 void notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs* args) override;
85 virtual void notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs* args) override;
166 void TestInputListener::notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs* args) { in notifyPointerCaptureChanged() function in android::TestInputListener
4594 void notifyPointerCaptureChanged(bool enabled) { in notifyPointerCaptureChanged() function in android::inputdispatcher::InputDispatcherPointerCaptureTests4596 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()
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
103 void notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs* args) override;
3978 void InputDispatcher::notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs* args) { in notifyPointerCaptureChanged() function in android::inputdispatcher::InputDispatcher
372 mQueuedListener->notifyPointerCaptureChanged(&args); in refreshConfigurationLocked()