HomeSort by relevance Sort by last modified time
    Searched full:getcomposingspanstart (Results 1 - 5 of 5) sorted by null

  /cts/tests/tests/view/src/android/view/inputmethod/cts/
BaseInputConnectionTest.java 96 assertTrue(BaseInputConnection.getComposingSpanStart(text) > -1);
99 assertTrue(BaseInputConnection.getComposingSpanStart(text) == -1);
192 assertTrue(BaseInputConnection.getComposingSpanStart(text) > -1);
195 assertTrue(BaseInputConnection.getComposingSpanStart(text) == -1);
  /frameworks/base/core/java/android/view/inputmethod/
BaseInputConnection.java 119 public static int getComposingSpanStart(Spannable text) {
226 int ca = getComposingSpanStart(content);
604 int a = getComposingSpanStart(content);
  /cts/tests/tests/widget/src/android/widget/cts/
TextViewTest.java     [all...]
  /frameworks/base/core/java/android/webkit/
WebViewClassic.java 259 int start = getComposingSpanStart(editable);
306 int ca = getComposingSpanStart(content);
466 int composingStart = getComposingSpanStart(editable);
    [all...]
  /frameworks/base/core/java/android/widget/
Editor.java     [all...]

Completed in 809 milliseconds