/aosp12/frameworks/base/core/java/android/view/autofill/ |
H A D | IAutoFillManagerClient.aidl | 104 void dispatchUnhandledKey(int sessionId, in AutofillId id, in KeyEvent keyEvent); in dispatchUnhandledKey() method
|
H A D | AutofillManager.java | 2231 private void dispatchUnhandledKey(int sessionId, AutofillId id, KeyEvent keyEvent) { in dispatchUnhandledKey() method in AutofillManager 3567 public void dispatchUnhandledKey(int sessionId, AutofillId id, KeyEvent fullScreen) { in dispatchUnhandledKey() method in AutofillManager.AutofillManagerClient
|
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | InputManagerCallback.java | 176 public KeyEvent dispatchUnhandledKey( in dispatchUnhandledKey() method in InputManagerCallback
|
/aosp12/frameworks/base/services/autofill/java/com/android/server/autofill/ui/ |
H A D | AutoFillUI.java | 91 void dispatchUnhandledKey(AutofillId id, KeyEvent keyEvent); in dispatchUnhandledKey() method
|
H A D | FillUi.java | 90 void dispatchUnhandledKey(KeyEvent keyEvent); in dispatchUnhandledKey() method
|
/aosp12/frameworks/native/services/inputflinger/benchmarks/ |
H A D | InputDispatcher_benchmarks.cpp | 107 bool dispatchUnhandledKey(const sp<IBinder>&, const KeyEvent*, uint32_t, KeyEvent*) override { in dispatchUnhandledKey() function in android::inputdispatcher::FakeInputDispatcherPolicy
|
/aosp12/frameworks/base/services/core/java/com/android/server/policy/ |
H A D | WindowManagerPolicy.java | 804 KeyEvent dispatchUnhandledKey(IBinder focusedToken, KeyEvent event, int policyFlags); in dispatchUnhandledKey() method
|
/aosp12/frameworks/base/services/core/java/com/android/server/input/ |
H A D | InputManagerService.java | 2843 private KeyEvent dispatchUnhandledKey(IBinder focus, KeyEvent event, int policyFlags) { in dispatchUnhandledKey() method in InputManagerService 3169 KeyEvent dispatchUnhandledKey(IBinder token, KeyEvent event, int policyFlags); in dispatchUnhandledKey() method
|
/aosp12/frameworks/base/services/core/jni/ |
H A D | com_android_server_input_InputManagerService.cpp | 115 jmethodID dispatchUnhandledKey; member 1321 bool NativeInputManager::dispatchUnhandledKey(const sp<IBinder>& token, in dispatchUnhandledKey() function in android::NativeInputManager
|
/aosp12/frameworks/native/services/inputflinger/tests/ |
H A D | InputDispatcher_test.cpp | 385 bool dispatchUnhandledKey(const sp<IBinder>&, const KeyEvent*, uint32_t, KeyEvent*) override { in dispatchUnhandledKey() function in android::inputdispatcher::FakeInputDispatcherPolicy
|