Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DInputManagerCallback.java250 public void notifyDropWindow(IBinder token, float x, float y) { in notifyDropWindow() method in InputManagerCallback
/aosp14/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp138 jmethodID notifyDropWindow; member
359 void notifyDropWindow(const sp<IBinder>& token, float x, float y) override;
959 void NativeInputManager::notifyDropWindow(const sp<IBinder>& token, float x, float y) { in notifyDropWindow() function in android::NativeInputManager
969 env->CallVoidMethod(mServiceObj, gServiceClassInfo.notifyDropWindow, tokenObj, x, y); in notifyDropWindow()
2746 GET_METHOD_ID(gServiceClassInfo.notifyDropWindow, clazz, "notifyDropWindow", in register_android_server_InputManager()
/aosp14/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java2401 private void notifyDropWindow(IBinder token, float x, float y) { in notifyDropWindow() method in InputManagerService
2402 mWindowManagerCallbacks.notifyDropWindow(token, x, y); in notifyDropWindow()
2924 void notifyDropWindow(IBinder token, float x, float y); in notifyDropWindow() method