Home | History | Annotate | Download | only in webkit

Lines Matching refs:imeOptions

1079         int imeOptions = EditorInfo.IME_FLAG_NO_EXTRACT_UI
1086 imeOptions |= EditorInfo.IME_FLAG_NAVIGATE_NEXT;
1090 imeOptions |= EditorInfo.IME_ACTION_GO;
1097 imeOptions |= EditorInfo.IME_ACTION_NONE;
1101 imeOptions |= EditorInfo.IME_ACTION_GO;
1104 imeOptions |= EditorInfo.IME_ACTION_SEARCH;
1110 imeOptions |= EditorInfo.IME_ACTION_GO;
1118 imeOptions |= EditorInfo.IME_ACTION_NEXT;
1123 imeOptions |= EditorInfo.IME_ACTION_NEXT;
1128 imeOptions |= EditorInfo.IME_ACTION_GO;
1131 imeOptions |= EditorInfo.IME_ACTION_GO;
1155 setImeOptions(imeOptions);