Searched refs:notifyDropWindow (Results 1 – 7 of 7) sorted by relevance
/frameworks/native/services/inputflinger/dispatcher/include/ |
D | InputDispatcherPolicyInterface.h | 167 virtual void notifyDropWindow(const sp<IBinder>& token, float x, float y) = 0;
|
/frameworks/native/services/inputflinger/tests/ |
D | FakeInputDispatcherPolicy.h | 205 void notifyDropWindow(const sp<IBinder>& token, float x, float y) override;
|
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/wm/ |
D | InputManagerCallback.java | 250 public void notifyDropWindow(IBinder token, float x, float y) { in notifyDropWindow() method in InputManagerCallback
|
/frameworks/base/services/core/jni/ |
D | com_android_server_input_InputManagerService.cpp | 142 jmethodID notifyDropWindow; member 362 void notifyDropWindow(const sp<IBinder>& token, float x, float y) override; 1048 void NativeInputManager::notifyDropWindow(const sp<IBinder>& token, float x, float y) { in notifyDropWindow() function in android::NativeInputManager 1058 env->CallVoidMethod(mServiceObj, gServiceClassInfo.notifyDropWindow, tokenObj, x, y); in notifyDropWindow() 2889 GET_METHOD_ID(gServiceClassInfo.notifyDropWindow, clazz, "notifyDropWindow", in register_android_server_InputManager()
|
/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 2312 mWindowManagerCallbacks.notifyDropWindow(token, x, y); in notifyDropWindow() 2803 void notifyDropWindow(IBinder token, float x, float y); in notifyDropWindow() method
|
/frameworks/native/services/inputflinger/dispatcher/ |
D | InputDispatcher.cpp | 6460 mPolicy.notifyDropWindow(token, x, y); in sendDropWindowCommandLocked()
|