Home | History | Annotate | Download | only in webkit

Lines Matching refs:imeOptions

866         int imeOptions = EditorInfo.IME_FLAG_NO_EXTRACT_UI
870 imeOptions |= EditorInfo.IME_ACTION_GO;
878 imeOptions |= EditorInfo.IME_ACTION_NONE;
882 imeOptions |= EditorInfo.IME_ACTION_GO;
885 imeOptions |= EditorInfo.IME_ACTION_SEARCH;
890 imeOptions |= EditorInfo.IME_ACTION_GO;
896 imeOptions |= EditorInfo.IME_ACTION_NEXT;
900 imeOptions |= EditorInfo.IME_ACTION_NEXT;
905 imeOptions |= EditorInfo.IME_ACTION_GO;
908 imeOptions |= EditorInfo.IME_ACTION_GO;
927 setImeOptions(imeOptions);