Home | History | Annotate | Download | only in inputmethodservice

Lines Matching refs:imeOptions

334                 } else if ((ei.imeOptions&EditorInfo.IME_MASK_ACTION)
336 ic.performEditorAction(ei.imeOptions&EditorInfo.IME_MASK_ACTION);
938 && (mInputEditorInfo.imeOptions & EditorInfo.IME_FLAG_NO_FULLSCREEN) != 0) {
1925 (!fromEnterKey || (ei.imeOptions &
1927 (ei.imeOptions & EditorInfo.IME_MASK_ACTION) !=
1934 ic.performEditorAction(ei.imeOptions&EditorInfo.IME_MASK_ACTION);
2077 * {@link EditorInfo#imeOptions EditorInfo.imeOptions}. Returns null
2082 * @param imeOptions The value from @link EditorInfo#imeOptions EditorInfo.imeOptions}.
2086 public CharSequence getTextForImeAction(int imeOptions) {
2087 switch (imeOptions&EditorInfo.IME_MASK_ACTION) {
2118 (ei.imeOptions&EditorInfo.IME_FLAG_NO_EXTRACT_UI) != 0) {
2151 (ei.imeOptions&EditorInfo.IME_MASK_ACTION) != EditorInfo.IME_ACTION_NONE &&
2152 (ei.imeOptions&EditorInfo.IME_FLAG_NO_ACCESSORY_ACTION) == 0 &&
2160 mExtractAction.setText(getTextForImeAction(ei.imeOptions));