Searched refs:IME_NULL (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/view/inputmethod/
H A DEditorInfo.java189 public static final int IME_NULL = 0x00000000; field in class:EditorInfo
195 public int imeOptions = IME_NULL;
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardAbsKeyInputView.java199 if (actionId == EditorInfo.IME_NULL || actionId == EditorInfo.IME_ACTION_DONE
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard_obsolete/
H A DPasswordUnlockScreen.java376 if (actionId == EditorInfo.IME_NULL || actionId == EditorInfo.IME_ACTION_DONE
/frameworks/base/core/java/android/widget/
H A DTextView.java434 * identifier you supplied, or {@link EditorInfo#IME_NULL
435 * EditorInfo.IME_NULL} if being called due to the enter key
3908 ? mEditor.mInputContentType.imeOptions : EditorInfo.IME_NULL;
5177 this, EditorInfo.IME_NULL, event)) {
5343 this, EditorInfo.IME_NULL, event)) {
5421 outAttrs.imeOptions = EditorInfo.IME_NULL;
H A DEditor.java3774 int imeOptions = EditorInfo.IME_NULL;

Completed in 165 milliseconds