Home
last modified time | relevance | path

Searched refs:KEYCODE_TAB (Results 1 – 24 of 24) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/android/widget/
H A DDatePickerFocusTest.java66 sendKey(KeyEvent.KEYCODE_TAB); in testFocusTravel()
68 sendKey(KeyEvent.KEYCODE_TAB); in testFocusTravel()
70 sendKey(KeyEvent.KEYCODE_TAB); in testFocusTravel()
72 sendKey(KeyEvent.KEYCODE_TAB); in testFocusTravel()
74 sendShiftKey(KeyEvent.KEYCODE_TAB); in testFocusTravel()
76 sendShiftKey(KeyEvent.KEYCODE_TAB); in testFocusTravel()
78 sendShiftKey(KeyEvent.KEYCODE_TAB); in testFocusTravel()
80 sendShiftKey(KeyEvent.KEYCODE_TAB); in testFocusTravel()
166 sendKey(KeyEvent.KEYCODE_TAB); in testArrowThroughDays()
191 sendKey(KeyEvent.KEYCODE_TAB); in testArrowThroughDays()
[all …]
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/policy/
H A DShortcutLoggingTests.java62 {"Meta + Tab -> Open OVerview", new int[]{META_KEY, KeyEvent.KEYCODE_TAB}, in shortcutTestArguments()
63 KeyboardLogEvent.RECENT_APPS, KeyEvent.KEYCODE_TAB, META_ON}, in shortcutTestArguments()
64 {"Alt + Tab -> Open Overview", new int[]{ALT_KEY, KeyEvent.KEYCODE_TAB}, in shortcutTestArguments()
65 KeyboardLogEvent.RECENT_APPS, KeyEvent.KEYCODE_TAB, ALT_ON}, in shortcutTestArguments()
H A DModifierShortcutTests.java36 import static android.view.KeyEvent.KEYCODE_TAB;
84 sendKeyCombination(new int[]{KEYCODE_ALT_LEFT, KEYCODE_TAB}, 0); in testAltTab()
/aosp14/frameworks/base/services/tests/InputMethodSystemServerTests/test-apps/SimpleTestIme/src/com/android/apps/inputmethod/simpleime/
H A DKeyCodeConstants.java62 KEY_NAME_TO_CODE_MAP.put("KEYCODE_TAB", KeyEvent.KEYCODE_TAB);
/aosp14/frameworks/base/core/java/android/widget/
H A DAutoCompleteTextView.java841 case KeyEvent.KEYCODE_TAB: in onKeyUp()
849 if (isPopupShowing() && keyCode == KeyEvent.KEYCODE_TAB && event.hasNoModifiers()) { in onKeyUp()
872 if (isPopupShowing() && keyCode == KeyEvent.KEYCODE_TAB && event.hasNoModifiers()) { in onKeyDown()
H A DDialerFilter.java176 || keyCode == KeyEvent.KEYCODE_TAB) { in onKeyDown()
H A DTabHost.java180 case KeyEvent.KEYCODE_TAB: in setup()
H A DSimpleMonthView.java434 case KeyEvent.KEYCODE_TAB: { in onKeyDown()
H A DSearchView.java1126 || keyCode == KeyEvent.KEYCODE_TAB) { in onSuggestionsKey()
H A DGridView.java1741 case KeyEvent.KEYCODE_TAB: in commonKey()
H A DListView.java2471 case KeyEvent.KEYCODE_TAB: in commonKey()
H A DTextView.java9448 case KeyEvent.KEYCODE_TAB: in doKeyDown()
/aosp14/frameworks/base/core/java/android/hardware/input/
H A DVirtualKeyEvent.java157 KeyEvent.KEYCODE_TAB,
/aosp14/frameworks/base/services/core/java/com/android/server/input/
H A DFocusEventDebugView.java192 case KeyEvent.KEYCODE_TAB: in getLabel()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DKeyboardShortcutListSearch.java214 KeyEvent.KEYCODE_TAB, context.getString(R.string.keyboard_key_tab)); in loadResources()
528 Pair.create(KeyEvent.KEYCODE_TAB, KeyEvent.META_META_ON))), in getMultiMappingSystemShortcuts()
533 Pair.create(KeyEvent.KEYCODE_TAB, KeyEvent.META_ALT_ON))), in getMultiMappingSystemShortcuts()
539 KeyEvent.KEYCODE_TAB, in getMultiMappingSystemShortcuts()
H A DKeyboardShortcuts.java208 KeyEvent.KEYCODE_TAB, context.getString(R.string.keyboard_key_tab)); in loadResources()
445 KeyEvent.KEYCODE_TAB, in getSystemShortcuts()
/aosp14/frameworks/base/core/java/android/view/
H A DKeyEvent.java229 public static final int KEYCODE_TAB = 61; field in KeyEvent
H A DViewRootImpl.java7076 case KeyEvent.KEYCODE_TAB: in performFocusNavigation()
7180 && event.getKeyCode() == KeyEvent.KEYCODE_TAB) { in processKeyEvent()
8109 case KeyEvent.KEYCODE_TAB: in isNavigationKey()
/aosp14/frameworks/base/media/java/android/media/tv/
H A DTvInputService.java2713 case KeyEvent.KEYCODE_TAB: in isNavigationKey()
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DViewPager.java2503 case KeyEvent.KEYCODE_TAB:
/aosp14/frameworks/base/core/java/android/app/
H A DActivity.java3934 } else if (keyCode == KeyEvent.KEYCODE_TAB) { in onKeyDown()
/aosp14/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java3289 case KeyEvent.KEYCODE_TAB:
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt51015 field public static final int KEYCODE_TAB = 61; // 0x3d