/aosp14/frameworks/base/core/java/com/android/internal/view/menu/ |
H A D | MenuDialogHelper.java | 100 KeyEvent.DispatcherState ds = decor.getKeyDispatcherState(); in onKey() 112 KeyEvent.DispatcherState ds = decor.getKeyDispatcherState(); in onKey()
|
/aosp14/frameworks/base/core/java/com/android/internal/policy/ |
H A D | PhoneFallbackEventHandler.java | 86 final KeyEvent.DispatcherState dispatcher = mView.getKeyDispatcherState(); in onKeyDown() 210 final KeyEvent.DispatcherState dispatcher = mView.getKeyDispatcherState(); in onKeyUp()
|
H A D | PhoneWindow.java | 1940 mDecor != null ? mDecor.getKeyDispatcherState() : null; in onKeyDown() 2037 mDecor != null ? mDecor.getKeyDispatcherState() : null; in onKeyUp()
|
/aosp14/frameworks/base/core/java/android/inputmethodservice/ |
H A D | AbstractInputMethodService.java | 219 public KeyEvent.DispatcherState getKeyDispatcherState() { in getKeyDispatcherState() method in AbstractInputMethodService
|
/aosp14/frameworks/base/core/java/android/widget/ |
H A D | ListPopupWindow.java | 1080 KeyEvent.DispatcherState state = anchorView.getKeyDispatcherState(); in onKeyPreIme() 1086 KeyEvent.DispatcherState state = anchorView.getKeyDispatcherState(); in onKeyPreIme()
|
H A D | AutoCompleteTextView.java | 811 KeyEvent.DispatcherState state = getKeyDispatcherState(); in onKeyPreIme() 817 KeyEvent.DispatcherState state = getKeyDispatcherState(); in onKeyPreIme()
|
H A D | PopupWindow.java | 2540 if (getKeyDispatcherState() == null) { 2545 final KeyEvent.DispatcherState state = getKeyDispatcherState(); 2551 final KeyEvent.DispatcherState state = getKeyDispatcherState();
|
H A D | ZoomButtonsController.java | 485 KeyEvent.DispatcherState ds = mOwnerView.getKeyDispatcherState(); in onContainerKey()
|
H A D | AbsListView.java | 6142 KeyEvent.DispatcherState state = getKeyDispatcherState(); in sendToTextFilter()
|
H A D | TextView.java | 9282 KeyEvent.DispatcherState state = getKeyDispatcherState(); in handleBackInTextActionModeIfNeeded() 9288 KeyEvent.DispatcherState state = getKeyDispatcherState(); in handleBackInTextActionModeIfNeeded()
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | Dialog.java | 897 ? mDecor.getKeyDispatcherState() : null, this); in dispatchKeyEvent()
|
H A D | Activity.java | 4367 ? decor.getKeyDispatcherState() : null, this); in dispatchKeyEvent()
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | View.java | 15559 public KeyEvent.DispatcherState getKeyDispatcherState() { in getKeyDispatcherState() method in View
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 19967 method public android.view.KeyEvent.DispatcherState getKeyDispatcherState(); 52173 method public android.view.KeyEvent.DispatcherState getKeyDispatcherState();
|
/aosp14/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 17438 HSPLandroid/view/View;->getKeyDispatcherState()Landroid/view/KeyEvent$DispatcherState;
|
/aosp14/frameworks/base/config/ |
H A D | boot-image-profile.txt | 17502 HSPLandroid/view/View;->getKeyDispatcherState()Landroid/view/KeyEvent$DispatcherState;
|