Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DInputManagerCallback.java232 public void notifyDropWindow(IBinder token, float x, float y) { in notifyDropWindow() method in InputManagerCallback
/aosp12/frameworks/native/services/inputflinger/benchmarks/
H A DInputDispatcher_benchmarks.cpp121 void notifyDropWindow(const sp<IBinder>&, float x, float y) override {} in notifyDropWindow() function in android::inputdispatcher::FakeInputDispatcherPolicy
/aosp12/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java2725 private void notifyDropWindow(IBinder token, float x, float y) { in notifyDropWindow() method in InputManagerService
3191 void notifyDropWindow(IBinder token, float x, float y); in notifyDropWindow() method
/aosp12/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp135 jmethodID notifyDropWindow; member
928 void NativeInputManager::notifyDropWindow(const sp<IBinder>& token, float x, float y) { in notifyDropWindow() function in android::NativeInputManager
/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputDispatcher_test.cpp415 void notifyDropWindow(const sp<IBinder>& token, float x, float y) override { in notifyDropWindow() function in android::inputdispatcher::FakeInputDispatcherPolicy