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

  /cts/tests/inputmethod/src/android/view/inputmethod/cts/
InputConnectionWrapperTest.java 101 wrapper.endBatchEdit();
102 verify(inputConnection, times(1)).endBatchEdit();
BaseInputConnectionTest.java 64 assertFalse(connection.endBatchEdit());
  /development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
SoftKeyboard.java 549 ic.endBatchEdit();
  /cts/tests/tests/widget/src/android/widget/cts/
TextViewTest.java     [all...]

Completed in 250 milliseconds