Searched refs:notifyFocusChanged (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/services/core/jni/ |
D | com_android_server_input_InputManagerService.cpp | 94 jmethodID notifyFocusChanged; member 252 virtual void notifyFocusChanged(const sp<IBinder>& oldToken, const sp<IBinder>& newToken); 760 void NativeInputManager::notifyFocusChanged(const sp<IBinder>& oldToken, in notifyFocusChanged() function in android::NativeInputManager 772 env->CallVoidMethod(mServiceObj, gServiceClassInfo.notifyFocusChanged, in notifyFocusChanged() 1849 GET_METHOD_ID(gServiceClassInfo.notifyFocusChanged, clazz, in register_android_server_InputManager()
|
/frameworks/native/services/inputflinger/tests/ |
D | InputDispatcher_test.cpp | 116 virtual void notifyFocusChanged(const sp<IBinder>&, const sp<IBinder>&) { in notifyFocusChanged() function in android::FakeInputDispatcherPolicy
|
/frameworks/native/services/inputflinger/ |
D | InputDispatcher.h | 221 virtual void notifyFocusChanged(const sp<IBinder>& oldToken, const sp<IBinder>& newToken) = 0;
|
D | InputDispatcher.cpp | 4129 mPolicy->notifyFocusChanged(oldToken, newToken); in doNotifyFocusChangedLockedInterruptible()
|
/frameworks/base/services/core/java/com/android/server/input/ |
D | InputManagerService.java | 1790 private void notifyFocusChanged(IBinder oldToken, IBinder newToken) { in notifyFocusChanged() method in InputManagerService
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | WindowManagerService.java | 4271 private void notifyFocusChanged() { in notifyFocusChanged() method in WindowManagerService 4619 notifyFocusChanged(); in handleMessage()
|
/frameworks/base/services/ |
D | art-profile | 7204 HSPLcom/android/server/input/InputManagerService;->notifyFocusChanged(Landroid/os/IBinder;Landroid/… 17467 HSPLcom/android/server/wm/WindowManagerService;->notifyFocusChanged()V
|