HomeSort by relevance Sort by last modified time
    Searched defs:finishComposingText (Results 1 - 4 of 4) sorted by null

  /cts/tests/inputmethod/src/android/view/inputmethod/cts/
InputConnectionWrapperTest.java 104 wrapper.finishComposingText();
105 verify(inputConnection, times(1)).finishComposingText();
BaseInputConnectionTest.java 151 * finishComposingText: The default implementation removes the composing state from the
163 // Test finishComposingText, not dummy mode
167 connection.finishComposingText();
  /development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
SoftKeyboard.java 288 ic.finishComposingText();
  /cts/tests/tests/widget/src/android/widget/cts/
TextViewTest.java     [all...]

Completed in 146 milliseconds