Home
last modified time | relevance | path

Searched refs:setComposingText (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/view/src/android/view/inputmethod/cts/
DInputConnectionWrapperTest.java82 wrapper.setComposingText("Text", 1); in testInputConnectionWrapper()
221 public boolean setComposingText(CharSequence text, int newCursorPosition) { in setComposingText() method in InputConnectionWrapperTest.MockInputConnection
DBaseInputConnectionTest.java207 dummyConnection.setComposingText(str, str.length()); in testFinishComposingText()
/cts/tests/tests/widget/src/android/widget/cts/
DTextViewTest.java1482 input.setComposingText(text, 1); // Leave cursor at end. in setComposingTextInBatch()
1521 input.setComposingText("", 1); in testUndo_imeInsertJapanese()