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 90 assertTrue(BaseInputConnection.getComposingSpanStart(text) > -1);
93 assertTrue(BaseInputConnection.getComposingSpanStart(text) == -1);
186 assertTrue(BaseInputConnection.getComposingSpanStart(text) > -1);
189 assertTrue(BaseInputConnection.getComposingSpanStart(text) == -1);
  /frameworks/base/core/java/android/view/inputmethod/
BaseInputConnection.java 118 public static int getComposingSpanStart(Spannable text) {
225 int ca = getComposingSpanStart(content);
603 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);
307 int ca = getComposingSpanStart(content);
472 int composingStart = getComposingSpanStart(editable);
    [all...]
  /frameworks/base/core/java/android/widget/
Editor.java     [all...]

Completed in 302 milliseconds