Searched defs:notifyDropWindow (Results  1 – 5 of 5) sorted by relevance
| /frameworks/base/services/core/java/com/android/server/wm/ | 
| D | InputManagerCallback.java | 250     public void notifyDropWindow(IBinder token, float x, float y) {  in notifyDropWindow()  method in InputManagerCallback
 | 
| /frameworks/native/services/inputflinger/benchmarks/ | 
| D | InputDispatcher_benchmarks.cpp | 112     void notifyDropWindow(const sp<IBinder>&, float x, float y) override {}  in notifyDropWindow()  function in android::inputdispatcher::__anona43034150111::FakeInputDispatcherPolicy
 | 
| /frameworks/base/services/core/java/com/android/server/input/ | 
| D | InputManagerService.java | 2401     private void notifyDropWindow(IBinder token, float x, float y) {  in notifyDropWindow()  method in InputManagerService2924         void notifyDropWindow(IBinder token, float x, float y);  in notifyDropWindow()  method
 
 | 
| /frameworks/base/services/core/jni/ | 
| D | com_android_server_input_InputManagerService.cpp | 138     jmethodID notifyDropWindow;  member959 void NativeInputManager::notifyDropWindow(const sp<IBinder>& token, float x, float y) {  in notifyDropWindow()  function in android::NativeInputManager
 
 | 
| /frameworks/native/services/inputflinger/tests/ | 
| D | InputDispatcher_test.cpp | 623     void notifyDropWindow(const sp<IBinder>& token, float x, float y) override {  in notifyDropWindow()  function in android::inputdispatcher::FakeInputDispatcherPolicy
 |