Searched defs:notifyDropWindow (Results 1 – 4 of 4) 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/tests/ |
D | FakeInputDispatcherPolicy.cpp | 475 void FakeInputDispatcherPolicy::notifyDropWindow(const sp<IBinder>& token, float x, float y) { in notifyDropWindow() function in android::FakeInputDispatcherPolicy
|
/frameworks/base/services/core/java/com/android/server/input/ |
D | InputManagerService.java | 2311 private void notifyDropWindow(IBinder token, float x, float y) { in notifyDropWindow() method in InputManagerService 2803 void notifyDropWindow(IBinder token, float x, float y); in notifyDropWindow() method
|
/frameworks/base/services/core/jni/ |
D | com_android_server_input_InputManagerService.cpp | 142 jmethodID notifyDropWindow; member 1048 void NativeInputManager::notifyDropWindow(const sp<IBinder>& token, float x, float y) { in notifyDropWindow() function in android::NativeInputManager
|