Home
last modified time | relevance | path

Searched refs:SPAN_POINT_POINT (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/java/android/text/
DSpanned.java70 public static final int SPAN_POINT_POINT = 0x22; field
116 public static final int SPAN_EXCLUSIVE_INCLUSIVE = SPAN_POINT_POINT;
DSelection.java95 Spanned.SPAN_POINT_POINT | Spanned.SPAN_INTERMEDIATE); in setSelection()
96 text.setSpan(SELECTION_END, stop, stop, Spanned.SPAN_POINT_POINT); in setSelection()
110 text.setSpan(SELECTION_MEMORY, memory, memory, Spanned.SPAN_POINT_POINT); in updateMemory()
175 text.setSpan(SELECTION_END, index, index, Spanned.SPAN_POINT_POINT); in extendSelection()
DSpannableStringBuilder.java561 Spanned.SPAN_POINT_POINT, true/*enforceParagraph*/); in replace()
570 Spanned.SPAN_POINT_POINT, true/*enforceParagraph*/); in replace()
/frameworks/base/core/java/android/text/method/
DPasswordTransformationMethod.java58 Spannable.SPAN_POINT_POINT); in getTransformation()
DLinkMovementMethod.java265 text.setSpan(FROM_BELOW, 0, 0, Spannable.SPAN_POINT_POINT); in onTakeFocus()
DArrowKeyMovementMethod.java250 buffer.setSpan(LAST_TAP_DOWN, offset, offset, Spannable.SPAN_POINT_POINT); in onTouchEvent()
DQwertyKeyListener.java341 en, en, Spannable.SPAN_POINT_POINT); in onKeyDown()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt29889 field public static final int SPAN_POINT_POINT = 34; // 0x22
/frameworks/base/core/api/
Dcurrent.txt45238 field public static final int SPAN_POINT_POINT = 34; // 0x22