/frameworks/opt/car/services/builtInServices/src/com/android/internal/car/ |
D | CarServiceHelperServiceUpdatable.java | 63 void notifyFocusChanged(int pid, int uid); in notifyFocusChanged() method
|
D | CarServiceHelperService.java | 375 mCarServiceHelperServiceUpdatable.notifyFocusChanged(pid, uid);
|
/frameworks/native/services/inputflinger/dispatcher/include/ |
D | InputDispatcherPolicyInterface.h | 71 virtual void notifyFocusChanged(const sp<IBinder>& oldToken, const sp<IBinder>& newToken) = 0;
|
/frameworks/opt/car/services/updatableServices/src/com/android/internal/car/updatable/ |
D | CarServiceHelperServiceUpdatableImpl.java | 225 public void notifyFocusChanged(int pid, int uid) { in notifyFocusChanged() method in CarServiceHelperServiceUpdatableImpl 226 mCarServiceProxy.notifyFocusChanged(pid, uid); in notifyFocusChanged()
|
D | CarServiceProxy.java | 312 void notifyFocusChanged(int pid, int uid) { in notifyFocusChanged() method in CarServiceProxy 320 mCarService.notifyFocusChanged(pid, uid); in notifyFocusChanged()
|
/frameworks/native/services/inputflinger/tests/ |
D | FakeInputDispatcherPolicy.h | 184 void notifyFocusChanged(const sp<IBinder>&, const sp<IBinder>&) override;
|
D | FakeInputDispatcherPolicy.cpp | 378 void FakeInputDispatcherPolicy::notifyFocusChanged(const sp<IBinder>&, const sp<IBinder>&) {} in notifyFocusChanged() function in android::FakeInputDispatcherPolicy
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | InputManagerCallback.java | 244 public void notifyFocusChanged(IBinder oldToken, IBinder newToken) { in notifyFocusChanged() method in InputManagerCallback
|
D | WindowManagerService.java | 5363 private void notifyFocusChanged() { in notifyFocusChanged() method in WindowManagerService 5646 notifyFocusChanged(); in reportFocusChanged()
|
/frameworks/opt/car/services/builtInServices/api/ |
D | module-lib-current.txt | 36 method public void notifyFocusChanged(int, int);
|
/frameworks/base/services/core/jni/ |
D | com_android_server_input_InputManagerService.cpp | 114 jmethodID notifyFocusChanged; member 342 void notifyFocusChanged(const sp<IBinder>& oldToken, const sp<IBinder>& newToken) override; 1031 void NativeInputManager::notifyFocusChanged(const sp<IBinder>& oldToken, in notifyFocusChanged() function in android::NativeInputManager 1043 env->CallVoidMethod(mServiceObj, gServiceClassInfo.notifyFocusChanged, in notifyFocusChanged() 2887 GET_METHOD_ID(gServiceClassInfo.notifyFocusChanged, clazz, in register_android_server_InputManager()
|
/frameworks/base/services/core/java/com/android/server/input/ |
D | InputManagerService.java | 2305 private void notifyFocusChanged(IBinder oldToken, IBinder newToken) { in notifyFocusChanged() method in InputManagerService 2306 mWindowManagerCallbacks.notifyFocusChanged(oldToken, newToken); in notifyFocusChanged() 2798 void notifyFocusChanged(IBinder oldToken, IBinder newToken); in notifyFocusChanged() method
|
/frameworks/native/services/inputflinger/dispatcher/ |
D | InputDispatcher.cpp | 6452 mPolicy.notifyFocusChanged(oldToken, newToken); in sendFocusChangedCommandLocked()
|
/frameworks/base/services/ |
D | art-wear-profile | 11919 PLcom/android/server/input/InputManagerService;->notifyFocusChanged(Landroid/os/IBinder;Landroid/os… 27279 PLcom/android/server/wm/InputManagerCallback;->notifyFocusChanged(Landroid/os/IBinder;Landroid/os/I… 29575 PLcom/android/server/wm/WindowManagerService;->notifyFocusChanged()V
|