Home | History | Annotate | Download | only in cts

Lines Matching defs:IME_ACTION_DONE

429             EditorInfo.IME_ACTION_NEXT, EditorInfo.IME_ACTION_DONE, EditorInfo.IME_ACTION_PREVIOUS})
480 EditorInfo.IME_ACTION_DONE, 0);
5101 mTextView.onEditorAction(EditorInfo.IME_ACTION_DONE);
5103 EditorInfo.IME_ACTION_DONE, null);
5114 mTextView.setImeOptions(EditorInfo.IME_ACTION_DONE);
5115 assertEquals(EditorInfo.IME_ACTION_DONE, mTextView.getImeOptions());