Searched defs:IME_MASK_ACTION (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/inputmethod/
H A DEditorInfo.java49 public static final int IME_MASK_ACTION = 0x000000ff; field in class:EditorInfo
52 * Bits of {@link #IME_MASK_ACTION}: no specific action has been
59 * Bits of {@link #IME_MASK_ACTION}: there is no available action.
64 * Bits of {@link #IME_MASK_ACTION}: the action key performs a "go"
71 * Bits of {@link #IME_MASK_ACTION}: the action key performs a "search"
78 * Bits of {@link #IME_MASK_ACTION}: the action key performs a "send"
85 * Bits of {@link #IME_MASK_ACTION}: the action key performs a "next"
91 * Bits of {@link #IME_MASK_ACTION}: the action key performs a "done"
111 * {@link #IME_MASK_ACTION}, this indicates that the action should not
122 * {@link #IME_MASK_ACTION}, thi
[all...]

Completed in 29 milliseconds