Home
last modified time | relevance | path

Searched refs:cursorOpt (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/text/
DGraphicsOperations.java62 int cursorOpt, Paint p); in getTextRunCursor() argument
DSpannableStringBuilder.java1566 int cursorOpt, Paint p) { in getTextRunCursor() argument
1567 return getTextRunCursor(contextStart, contextEnd, dir == 1, offset, cursorOpt, p); in getTextRunCursor()
1573 int cursorOpt, Paint p) { in getTextRunCursor() argument
1580 isRtl, offset, cursorOpt); in getTextRunCursor()
1583 isRtl, offset + mGapLength, cursorOpt) - mGapLength; in getTextRunCursor()
1588 isRtl, offset - contextStart, cursorOpt) + contextStart; in getTextRunCursor()
DTextLine.java1169 int cursorOpt = after ? Paint.CURSOR_AFTER : Paint.CURSOR_BEFORE; in getOffsetBeforeAfter() local
1172 runIsRtl, offset, cursorOpt); in getOffsetBeforeAfter()
1175 mStart + spanLimit, runIsRtl, mStart + offset, cursorOpt) - mStart; in getOffsetBeforeAfter()
/frameworks/base/graphics/java/android/graphics/
DPaint.java3077 @CursorOption int cursorOpt) { in getTextRunCursor() argument
3081 | (text.length - contextEnd) | cursorOpt) < 0) in getTextRunCursor()
3082 || cursorOpt > CURSOR_OPT_MAX_VALUE) { in getTextRunCursor()
3087 isRtl ? DIRECTION_RTL : DIRECTION_LTR, offset, cursorOpt); in getTextRunCursor()
3117 @CursorOption int cursorOpt) { in getTextRunCursor() argument
3122 isRtl, offset, cursorOpt); in getTextRunCursor()
3126 contextStart, contextEnd, isRtl, offset, cursorOpt, this); in getTextRunCursor()
3132 int relPos = getTextRunCursor(buf, 0, contextLen, isRtl, offset - contextStart, cursorOpt); in getTextRunCursor()
3166 @CursorOption int cursorOpt) { in getTextRunCursor() argument
3169 | (text.length() - contextEnd) | cursorOpt) < 0) in getTextRunCursor()
[all …]
/frameworks/base/libs/hwui/jni/
DPaint.cpp254 jint contextStart, jint contextCount, jint dir, jint offset, jint cursorOpt) { in getTextRunCursor___C() argument
259 contextStart, contextCount, dir, offset, cursorOpt); in getTextRunCursor___C()
266 jint cursorOpt) { in getTextRunCursor__String() argument
271 contextStart, contextEnd - contextStart, dir, offset, cursorOpt); in getTextRunCursor__String()
/frameworks/base/core/java/android/widget/
DTextView.java16146 int offset, int cursorOpt, Paint p) { in getTextRunCursor() argument
16149 contextCount, isRtl, offset + mStart, cursorOpt); in getTextRunCursor()