/aosp14/frameworks/base/core/tests/coretests/src/android/util/ |
H A D | KeyUtils.java | 42 inst.sendKeySync(new KeyEvent(KeyEvent.ACTION_DOWN, KeyEvent.KEYCODE_MENU)); in tapMenuKey() 43 inst.sendKeySync(new KeyEvent(KeyEvent.ACTION_UP, KeyEvent.KEYCODE_MENU)); in tapMenuKey() 55 final KeyEvent pushMenuKey = new KeyEvent(KeyEvent.ACTION_DOWN, KeyEvent.KEYCODE_MENU); in chordMenuKey() 63 inst.sendKeySync(new KeyEvent(KeyEvent.ACTION_UP, KeyEvent.KEYCODE_MENU)); in chordMenuKey()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/domain/interactor/ |
H A D | KeyguardKeyEventInteractorTest.kt | 139 val actionUpMenuKeyEvent = KeyEvent(KeyEvent.ACTION_UP, KeyEvent.KEYCODE_MENU) 151 val actionDownMenuKeyEvent = KeyEvent(KeyEvent.ACTION_DOWN, KeyEvent.KEYCODE_MENU) 156 val actionUpMenuKeyEvent = KeyEvent(KeyEvent.ACTION_UP, KeyEvent.KEYCODE_MENU) 167 val actionUpMenuKeyEvent = KeyEvent(KeyEvent.ACTION_UP, KeyEvent.KEYCODE_MENU)
|
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/policy/ |
H A D | ShortcutLoggingTests.java | 152 {"Shift + Menu -> Trigger Bug Report", new int[]{SHIFT_KEY, KeyEvent.KEYCODE_MENU}, in shortcutTestArguments() 153 KeyboardLogEvent.TRIGGER_BUG_REPORT, KeyEvent.KEYCODE_MENU, SHIFT_ON}, in shortcutTestArguments()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/ |
H A D | KeyguardKeyEventInteractor.kt | 56 KeyEvent.KEYCODE_MENU -> return dispatchMenuKeyEvent()
|
/aosp14/frameworks/base/core/java/com/android/internal/view/menu/ |
H A D | MenuDialogHelper.java | 93 if (keyCode == KeyEvent.KEYCODE_MENU || keyCode == KeyEvent.KEYCODE_BACK) { in onKey()
|
H A D | StandardMenuPopup.java | 329 if (event.getAction() == KeyEvent.ACTION_UP && keyCode == KeyEvent.KEYCODE_MENU) { in onKey()
|
H A D | IconMenuView.java | 544 if (event.getKeyCode() == KeyEvent.KEYCODE_MENU) { in dispatchKeyEvent()
|
H A D | CascadingMenuPopup.java | 290 if (event.getAction() == KeyEvent.ACTION_UP && keyCode == KeyEvent.KEYCODE_MENU) { in onKey()
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | KeyEvent.java | 280 public static final int KEYCODE_MENU = 82; field in KeyEvent 2018 case KeyEvent.KEYCODE_MENU: in isSystemKey() 2063 case KeyEvent.KEYCODE_MENU: in isWakeKey()
|
/aosp14/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/ |
H A D | ConnectivityManagerTestBase.java | 278 sendKeys(KeyEvent.KEYCODE_MENU); in turnScreenOn()
|
/aosp14/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/ |
H A D | UiDevice.java | 198 KeyEvent.KEYCODE_MENU, 0, AccessibilityEvent.TYPE_WINDOW_CONTENT_CHANGED, in pressMenu()
|
/aosp14/frameworks/base/services/core/java/com/android/server/hdmi/ |
H A D | HdmiCecKeycode.java | 257 new KeycodeEntry(KeyEvent.KEYCODE_MENU, CEC_KEYCODE_ROOT_MENU),
|
/aosp14/frameworks/base/core/java/android/widget/ |
H A D | MediaController.java | 563 } else if (keyCode == KeyEvent.KEYCODE_BACK || keyCode == KeyEvent.KEYCODE_MENU) { in dispatchKeyEvent()
|
H A D | VideoView.java | 751 keyCode != KeyEvent.KEYCODE_MENU && in onKeyDown()
|
/aosp14/frameworks/base/core/java/com/android/internal/policy/ |
H A D | PhoneWindow.java | 1257 if (!preparePanel(st, new KeyEvent(KeyEvent.ACTION_DOWN, KeyEvent.KEYCODE_MENU))) { in performPanelIdentifierAction() 1981 case KeyEvent.KEYCODE_MENU: { in onKeyDown() 2089 case KeyEvent.KEYCODE_MENU: { in onKeyUp()
|
H A D | DecorView.java | 599 KeyEvent.ACTION_DOWN, KeyEvent.KEYCODE_MENU));
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | Activity.java | 4355 if (keyCode == KeyEvent.KEYCODE_MENU && in dispatchKeyEvent()
|
/aosp14/frameworks/base/services/core/java/com/android/server/policy/ |
H A D | PhoneWindowManager.java | 3068 case KeyEvent.KEYCODE_MENU:
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | WindowManagerService.java | 5151 KeyEvent.KEYCODE_MENU); in detectSafeMode()
|
/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 | 50924 field public static final int KEYCODE_MENU = 82; // 0x52
|