Home
last modified time | relevance | path

Searched refs:IME_ACTION_DONE (Results 1 – 13 of 13) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/binder/
H A DCredentialPasswordViewBinder.kt109 actionId == EditorInfo.IME_ACTION_DONE ||
/aosp14/frameworks/base/core/java/android/widget/
H A DTimePickerSpinnerDelegate.java176 mAmPmSpinnerInput.setImeOptions(EditorInfo.IME_ACTION_DONE); in TimePickerSpinnerDelegate()
543 mMinuteSpinnerInput.setImeOptions(EditorInfo.IME_ACTION_DONE); in updateMinuteControl()
H A DDatePickerSpinnerDelegate.java603 imeOptions = EditorInfo.IME_ACTION_DONE; in setImeOptions()
H A DNumberPicker.java778 mInputText.setImeOptions(EditorInfo.IME_ACTION_DONE); in NumberPicker()
2452 if (actionCode == EditorInfo.IME_ACTION_DONE) { in onEditorAction()
H A DAbsListView.java6198 outAttrs.imeOptions = EditorInfo.IME_ACTION_DONE; in onCreateInputConnection()
6230 if (editorAction == EditorInfo.IME_ACTION_DONE) { in performEditorAction()
H A DTextView.java7880 target = EditorInfo.IME_ACTION_DONE),
8015 } else if (actionCode == EditorInfo.IME_ACTION_DONE) { in onEditorAction()
9760 outAttrs.imeOptions |= EditorInfo.IME_ACTION_DONE; in onCreateInputConnection()
/aosp14/frameworks/base/libs/usb/tests/AccessoryChat/src/com/android/accessorychat/
H A DAccessoryChat.java157 if (actionId == EditorInfo.IME_ACTION_DONE && mOutputStream != null) { in onEditorAction()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardPasswordViewController.java66 || actionId == EditorInfo.IME_ACTION_DONE
/aosp14/frameworks/base/core/java/android/view/inputmethod/
H A DEditorInfo.java181 public static final int IME_ACTION_DONE = 0x00000006; field in EditorInfo
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DRemoteInputView.java970 && (actionId == EditorInfo.IME_ACTION_DONE in onEditorAction()
/aosp14/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java3777 case EditorInfo.IME_ACTION_DONE:
3805 case EditorInfo.IME_ACTION_DONE:
/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.txt55450 field public static final int IME_ACTION_DONE = 6; // 0x6