HomeSort by relevance Sort by last modified time
    Searched refs:SELECTION_END (Results 1 - 19 of 19) sorted by null

  /cts/tests/tests/text/src/android/text/method/cts/
MetaKeyKeyListenerTest.java 42 content.setSpan(Selection.SELECTION_END, 0, 0, Spanned.SPAN_POINT_POINT);
48 content.setSpan(Selection.SELECTION_END, 1, 1, Spanned.SPAN_POINT_POINT);
54 content.setSpan(Selection.SELECTION_END, 3, 3, Spanned.SPAN_POINT_POINT);
67 content.setSpan(Selection.SELECTION_END, 0, 0, Spanned.SPAN_POINT_POINT);
73 content.setSpan(Selection.SELECTION_END, 1, 1, Spanned.SPAN_POINT_POINT);
79 content.setSpan(Selection.SELECTION_END, 3, 3, Spanned.SPAN_POINT_POINT);
90 content.setSpan( Selection.SELECTION_END, len, len, Spanned.SPAN_POINT_POINT);
93 assertEquals(Spanned.SPAN_POINT_POINT, content.getSpanFlags(Selection.SELECTION_END));
99 content.setSpan( Selection.SELECTION_END, len, len, Spanned.SPAN_POINT_POINT);
102 assertEquals(Spanned.SPAN_POINT_POINT, content.getSpanFlags(Selection.SELECTION_END));
    [all...]
MultiTapKeyListenerTest.java 67 multiTapKeyListener.onSpanChanged(text, Selection.SELECTION_END, 0, 0, 0, 0);
70 multiTapKeyListener.onSpanChanged(null, Selection.SELECTION_END, 0, 0, 0, 0);
TextKeyListenerTest.java 133 textKeyListener.onSpanChanged(text, Selection.SELECTION_END, 0, 0, 0, 0);
136 textKeyListener.onSpanChanged(null, Selection.SELECTION_END, 0, 0, 0, 0);
  /frameworks/base/core/java/android/text/
Selection.java 50 return ((Spanned) text).getSpanStart(SELECTION_END);
78 text.setSpan(SELECTION_END, stop, stop,
101 if (text.getSpanStart(SELECTION_END) != index)
102 text.setSpan(SELECTION_END, index, index, Spanned.SPAN_POINT_POINT);
110 text.removeSpan(SELECTION_END);
466 public static final Object SELECTION_END = new END();
SpannableStringBuilder.java 491 setSpan(false, Selection.SELECTION_END, selectionEnd, selectionEnd,
    [all...]
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
InputLogicTests.java 93 final int SELECTION_END = 19;
101 mInputConnection.setSelection(SELECTION_START, SELECTION_END);
104 SELECTION_START, SELECTION_END, -1, -1);
113 final int SELECTION_END = 19;
121 mInputConnection.setSelection(SELECTION_START, SELECTION_END);
124 SELECTION_START, SELECTION_END, -1, -1);
  /frameworks/base/core/java/android/text/method/
MultiTapKeyListener.java 236 if (what == Selection.SELECTION_END) {
TextKeyListener.java 181 if (what == Selection.SELECTION_END) {
  /frameworks/base/core/java/android/widget/
Editor.java     [all...]
TextView.java     [all...]
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 2891 milliseconds