Searched refs:IME_ACTION_GO (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/view/inputmethod/
H A DEditorInfo.java68 public static final int IME_ACTION_GO = 0x00000002; field in class:EditorInfo
/frameworks/base/core/java/android/webkit/
H A DWebTextView.java546 case EditorInfo.IME_ACTION_GO:
1090 imeOptions |= EditorInfo.IME_ACTION_GO;
1101 imeOptions |= EditorInfo.IME_ACTION_GO;
1110 imeOptions |= EditorInfo.IME_ACTION_GO;
1128 imeOptions |= EditorInfo.IME_ACTION_GO;
1131 imeOptions |= EditorInfo.IME_ACTION_GO;
/frameworks/base/core/java/android/app/
H A DSearchableInfo.java322 EditorInfo.IME_ACTION_GO);
734 * This will default to {@link EditorInfo#IME_ACTION_GO} if not specified (which is
/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java2090 case EditorInfo.IME_ACTION_GO:

Completed in 97 milliseconds