Home
last modified time | relevance | path

Searched defs:notifyDropWindow (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DInputManagerCallback.java250 public void notifyDropWindow(IBinder token, float x, float y) { in notifyDropWindow() method in InputManagerCallback
/frameworks/native/services/inputflinger/tests/
DFakeInputDispatcherPolicy.cpp475 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/
DInputManagerService.java2311 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/
Dcom_android_server_input_InputManagerService.cpp142 jmethodID notifyDropWindow; member
1048 void NativeInputManager::notifyDropWindow(const sp<IBinder>& token, float x, float y) { in notifyDropWindow() function in android::NativeInputManager