/frameworks/native/services/inputflinger/dispatcher/include/ |
D | InputDispatcherPolicyInterface.h | 162 virtual void notifyDropWindow(const sp<IBinder>& token, float x, float y) = 0;
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | InputManagerCallback.java | 231 public void notifyDropWindow(IBinder token, float x, float y) { in notifyDropWindow() method in InputManagerCallback
|
/frameworks/native/services/inputflinger/benchmarks/ |
D | InputDispatcher_benchmarks.cpp | 118 void notifyDropWindow(const sp<IBinder>&, float x, float y) override {} in notifyDropWindow() function in android::inputdispatcher::FakeInputDispatcherPolicy
|
/frameworks/base/services/core/jni/ |
D | com_android_server_input_InputManagerService.cpp | 135 jmethodID notifyDropWindow; member 341 void notifyDropWindow(const sp<IBinder>& token, float x, float y) override; 927 void NativeInputManager::notifyDropWindow(const sp<IBinder>& token, float x, float y) { in notifyDropWindow() function in android::NativeInputManager 937 env->CallVoidMethod(mServiceObj, gServiceClassInfo.notifyDropWindow, tokenObj, x, y); in notifyDropWindow() 2397 GET_METHOD_ID(gServiceClassInfo.notifyDropWindow, clazz, "notifyDropWindow", in register_android_server_InputManager()
|
/frameworks/base/services/core/java/com/android/server/input/ |
D | InputManagerService.java | 2709 private void notifyDropWindow(IBinder token, float x, float y) { in notifyDropWindow() method in InputManagerService 2710 mWindowManagerCallbacks.notifyDropWindow(token, x, y); in notifyDropWindow() 3156 void notifyDropWindow(IBinder token, float x, float y); in notifyDropWindow() method
|
/frameworks/native/services/inputflinger/tests/ |
D | InputDispatcher_test.cpp | 407 void notifyDropWindow(const sp<IBinder>& token, float x, float y) override { in notifyDropWindow() function in android::inputdispatcher::FakeInputDispatcherPolicy
|
/frameworks/native/services/inputflinger/dispatcher/ |
D | InputDispatcher.cpp | 5627 mPolicy->notifyDropWindow(newToken, commandEntry->x, commandEntry->y); in doNotifyDropWindowLockedInterruptible()
|
/frameworks/base/services/ |
D | art-profile | 19541 PLcom/android/server/input/InputManagerService;->notifyDropWindow(Landroid/os/IBinder;FF)V 46549 PLcom/android/server/wm/InputManagerCallback;->notifyDropWindow(Landroid/os/IBinder;FF)V
|