Searched defs:notifyDropWindow (Results 1 – 3 of 3) sorted by relevance
250 public void notifyDropWindow(IBinder token, float x, float y) { in notifyDropWindow() method in InputManagerCallback
2401 private void notifyDropWindow(IBinder token, float x, float y) { in notifyDropWindow() method in InputManagerService2924 void notifyDropWindow(IBinder token, float x, float y); in notifyDropWindow() method
138 jmethodID notifyDropWindow; member959 void NativeInputManager::notifyDropWindow(const sp<IBinder>& token, float x, float y) { in notifyDropWindow() function in android::NativeInputManager