Home
last modified time | relevance | path

Searched defs:notifyFocusChanged (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DInputManagerCallback.java226 public void notifyFocusChanged(IBinder oldToken, IBinder newToken) { in notifyFocusChanged() method in InputManagerCallback
H A DWindowManagerService.java4767 private void notifyFocusChanged() { in notifyFocusChanged() method in WindowManagerService
/aosp12/frameworks/native/services/inputflinger/benchmarks/
H A DInputDispatcher_benchmarks.cpp78 void notifyFocusChanged(const sp<IBinder>&, const sp<IBinder>&) override {} in notifyFocusChanged() function in android::inputdispatcher::FakeInputDispatcherPolicy
/aosp12/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java2720 private void notifyFocusChanged(IBinder oldToken, IBinder newToken) { in notifyFocusChanged() method in InputManagerService
3186 void notifyFocusChanged(IBinder oldToken, IBinder newToken); in notifyFocusChanged() method
/aosp12/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp106 jmethodID notifyFocusChanged; member
911 void NativeInputManager::notifyFocusChanged(const sp<IBinder>& oldToken, in notifyFocusChanged() function in android::NativeInputManager
/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputDispatcher_test.cpp343 void notifyFocusChanged(const sp<IBinder>&, const sp<IBinder>&) override {} in notifyFocusChanged() function in android::inputdispatcher::FakeInputDispatcherPolicy