Home | History | Annotate | Download | only in inputmethodservice

Lines Matching refs:imeOptions

337                 } else if ((ei.imeOptions&EditorInfo.IME_MASK_ACTION)
339 ic.performEditorAction(ei.imeOptions&EditorInfo.IME_MASK_ACTION);
972 && (mInputEditorInfo.imeOptions & EditorInfo.IME_FLAG_NO_FULLSCREEN) != 0) {
1989 (!fromEnterKey || (ei.imeOptions &
1991 (ei.imeOptions & EditorInfo.IME_MASK_ACTION) !=
1998 ic.performEditorAction(ei.imeOptions&EditorInfo.IME_MASK_ACTION);
2145 * {@link EditorInfo#imeOptions EditorInfo.imeOptions}. Returns null
2150 * @param imeOptions The value from @link EditorInfo#imeOptions EditorInfo.imeOptions}.
2154 public CharSequence getTextForImeAction(int imeOptions) {
2155 switch (imeOptions&EditorInfo.IME_MASK_ACTION) {
2186 (ei.imeOptions&EditorInfo.IME_FLAG_NO_EXTRACT_UI) != 0) {
2219 (ei.imeOptions&EditorInfo.IME_MASK_ACTION) != EditorInfo.IME_ACTION_NONE &&
2220 (ei.imeOptions&EditorInfo.IME_FLAG_NO_ACCESSORY_ACTION) == 0 &&
2228 mExtractAction.setText(getTextForImeAction(ei.imeOptions));