/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/ |
KeyboardLayoutSetNavigateMoreKeysBase.java | 140 EditorInfo.IME_ACTION_NEXT, 144 EditorInfo.IME_ACTION_NEXT | EditorInfo.IME_FLAG_NAVIGATE_NEXT, 148 EditorInfo.IME_ACTION_NEXT | EditorInfo.IME_FLAG_NAVIGATE_PREVIOUS, 152 EditorInfo.IME_ACTION_NEXT | EditorInfo.IME_FLAG_NAVIGATE_NEXT 195 EditorInfo.IME_ACTION_NEXT, 199 EditorInfo.IME_ACTION_NEXT | EditorInfo.IME_FLAG_NAVIGATE_NEXT, 203 EditorInfo.IME_ACTION_NEXT | EditorInfo.IME_FLAG_NAVIGATE_PREVIOUS, 207 EditorInfo.IME_ACTION_NEXT | EditorInfo.IME_FLAG_NAVIGATE_NEXT 249 EditorInfo.IME_ACTION_NEXT, 253 EditorInfo.IME_ACTION_NEXT | EditorInfo.IME_FLAG_NAVIGATE_NEXT [all...] |
/packages/apps/UnifiedEmail/src/com/android/mail/compose/ |
EnterSubject.java | 45 if ((imeActions&EditorInfo.IME_ACTION_NEXT) != 0) { 49 outAttrs.imeOptions |= EditorInfo.IME_ACTION_NEXT;
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/action/ |
KlpActionNextTests.java | 33 doTestActionKey(tag, subtype, EditorInfo.IME_ACTION_NEXT, expectedKey);
|
LxxActionNextTests.java | 33 doTestActionKey(tag, subtype, EditorInfo.IME_ACTION_NEXT, expectedKey);
|
KlpActionLabelTests.java | 47 doTestActionKey(tag + " next", subtype, EditorInfo.IME_ACTION_NEXT, nextKey);
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/ |
EditorInfoCompatUtils.java | 56 case EditorInfo.IME_ACTION_NEXT:
|
/frameworks/base/core/java/android/view/inputmethod/ |
EditorInfo.java | 90 public static final int IME_ACTION_NEXT = 0x00000005; 100 * Bits of {@link #IME_MASK_ACTION}: like {@link #IME_ACTION_NEXT}, but 102 * specify an action (since it precludes {@link #IME_ACTION_NEXT}), but 135 * {@link #IME_ACTION_NEXT}, except allows the IME to be multiline (with 139 * present a UI for this option. Like {@link #IME_ACTION_NEXT}, if the
|
/frameworks/base/core/java/android/widget/ |
TimePickerSpinnerDelegate.java | 102 mHourSpinnerInput.setImeOptions(EditorInfo.IME_ACTION_NEXT); 140 mMinuteSpinnerInput.setImeOptions(EditorInfo.IME_ACTION_NEXT); 497 mMinuteSpinnerInput.setImeOptions(EditorInfo.IME_ACTION_NEXT);
|
DatePickerSpinnerDelegate.java | 602 imeOptions = EditorInfo.IME_ACTION_NEXT;
|
TextView.java | [all...] |
/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/ |
LatinKeyboard.java | 120 case EditorInfo.IME_ACTION_NEXT:
|
/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
KeyguardPasswordView.java | 332 || actionId == EditorInfo.IME_ACTION_NEXT);
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/ |
KeyboardId.java | 155 || imeAction() == EditorInfo.IME_ACTION_NEXT;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
RemoteInputView.java | 98 || actionId == EditorInfo.IME_ACTION_NEXT
|
/packages/apps/Settings/src/com/android/settings/ |
ConfirmLockPassword.java | 507 || actionId == EditorInfo.IME_ACTION_NEXT) {
|
ChooseLockPassword.java | 595 || actionId == EditorInfo.IME_ACTION_NEXT) { [all...] |
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
GuidedActionAdapter.java | 461 if (actionId == EditorInfo.IME_ACTION_NEXT ||
|
GuidedActionsStylist.java | 696 edit.setImeOptions(EditorInfo.IME_ACTION_NEXT); [all...] |
/packages/apps/Contacts/src/com/android/contacts/editor/ |
TextFieldsEditorView.java | 247 fieldView.setImeOptions(EditorInfo.IME_ACTION_NEXT);
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/ |
BluetoothPairingDialog.java | 361 if (actionId == EditorInfo.IME_ACTION_NEXT ||
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/ |
KeyCodeDescriptionMapper.java | 243 case EditorInfo.IME_ACTION_NEXT:
|
/packages/apps/Email/src/com/android/email/activity/setup/ |
AccountSetupIncomingFragment.java | 341 mPortView.setImeOptions(EditorInfo.IME_ACTION_NEXT);
|
/frameworks/base/core/java/android/inputmethodservice/ |
InputMethodService.java | [all...] |
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/ |
InputLogic.java | [all...] |
/frameworks/base/core/res/res/values-am/ |
strings.xml | [all...] |