Searched refs:IME_ACTION_DONE (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/core/java/android/view/inputmethod/
H A DEditorInfo.java94 public static final int IME_ACTION_DONE = 0x00000006; field in class:EditorInfo
/frameworks/base/libs/usb/tests/AccessoryChat/src/com/android/accessorychat/
H A DAccessoryChat.java155 if (actionId == EditorInfo.IME_ACTION_DONE && mOutputStream != null) {
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardAbsKeyInputView.java203 if (actionId == EditorInfo.IME_NULL || actionId == EditorInfo.IME_ACTION_DONE
/frameworks/base/core/java/android/widget/
H A DTimePicker.java240 mAmPmSpinnerInput.setImeOptions(EditorInfo.IME_ACTION_DONE);
620 mMinuteSpinnerInput.setImeOptions(EditorInfo.IME_ACTION_DONE);
H A DDatePicker.java739 imeOptions = EditorInfo.IME_ACTION_DONE;
H A DNumberPicker.java691 mInputText.setImeOptions(EditorInfo.IME_ACTION_DONE);
2156 if (actionCode == EditorInfo.IME_ACTION_DONE) {
H A DAbsListView.java5765 outAttrs.imeOptions = EditorInfo.IME_ACTION_DONE;
5797 if (editorAction == EditorInfo.IME_ACTION_DONE) {
H A DTextView.java4231 * EditorInfo.IME_ACTION_PREVIOUS}, or {@link EditorInfo#IME_ACTION_DONE
4232 * EditorInfo.IME_ACTION_DONE}.
4278 } else if (actionCode == EditorInfo.IME_ACTION_DONE) {
5743 outAttrs.imeOptions |= EditorInfo.IME_ACTION_DONE;
/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java310 if (action == EditorInfo.IME_ACTION_DONE) {
328 if ((imeActions&EditorInfo.IME_ACTION_DONE) != 0) {
332 outAttrs.imeOptions |= EditorInfo.IME_ACTION_DONE;
338 outAttrs.actionId = EditorInfo.IME_ACTION_DONE;
/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java2172 case EditorInfo.IME_ACTION_DONE:

Completed in 648 milliseconds