Home
last modified time | relevance | path

Searched refs:notifyDropWindow (Results 1 – 8 of 8) sorted by relevance

/aosp12/frameworks/native/services/inputflinger/dispatcher/include/
H A DInputDispatcherPolicyInterface.h162 virtual void notifyDropWindow(const sp<IBinder>& token, float x, float y) = 0;
/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/jni/
H A Dcom_android_server_input_InputManagerService.cpp135 jmethodID notifyDropWindow; member
341 void notifyDropWindow(const sp<IBinder>& token, float x, float y) override;
928 void NativeInputManager::notifyDropWindow(const sp<IBinder>& token, float x, float y) { in notifyDropWindow() function in android::NativeInputManager
938 env->CallVoidMethod(mServiceObj, gServiceClassInfo.notifyDropWindow, tokenObj, x, y); in notifyDropWindow()
2398 GET_METHOD_ID(gServiceClassInfo.notifyDropWindow, clazz, "notifyDropWindow", in register_android_server_InputManager()
/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
2726 mWindowManagerCallbacks.notifyDropWindow(token, x, y); in notifyDropWindow()
3191 void notifyDropWindow(IBinder token, float x, float y); in notifyDropWindow() method
/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
/aosp12/frameworks/native/services/inputflinger/dispatcher/
H A DInputDispatcher.cpp5659 mPolicy->notifyDropWindow(newToken, commandEntry->x, commandEntry->y); in doNotifyDropWindowLockedInterruptible()
/aosp12/frameworks/base/services/
H A Dart-profile19541 PLcom/android/server/input/InputManagerService;->notifyDropWindow(Landroid/os/IBinder;FF)V
46549 PLcom/android/server/wm/InputManagerCallback;->notifyDropWindow(Landroid/os/IBinder;FF)V