Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/
DPaint.java2643 @CursorOption int cursorOpt) { in getTextRunCursor() argument
2647 | (text.length - contextEnd) | cursorOpt) < 0) in getTextRunCursor()
2648 || cursorOpt > CURSOR_OPT_MAX_VALUE) { in getTextRunCursor()
2653 isRtl ? DIRECTION_RTL : DIRECTION_LTR, offset, cursorOpt); in getTextRunCursor()
2683 @CursorOption int cursorOpt) { in getTextRunCursor() argument
2688 isRtl, offset, cursorOpt); in getTextRunCursor()
2692 contextStart, contextEnd, isRtl, offset, cursorOpt, this); in getTextRunCursor()
2698 int relPos = getTextRunCursor(buf, 0, contextLen, isRtl, offset - contextStart, cursorOpt); in getTextRunCursor()
2732 @CursorOption int cursorOpt) { in getTextRunCursor() argument
2735 | (text.length() - contextEnd) | cursorOpt) < 0) in getTextRunCursor()
[all …]
/frameworks/base/core/java/android/text/
DGraphicsOperations.java62 int cursorOpt, Paint p); in getTextRunCursor() argument
DSpannableStringBuilder.java1565 int cursorOpt, Paint p) { in getTextRunCursor() argument
1566 return getTextRunCursor(contextStart, contextEnd, dir == 1, offset, cursorOpt, p); in getTextRunCursor()
1572 int cursorOpt, Paint p) { in getTextRunCursor() argument
1579 isRtl, offset, cursorOpt); in getTextRunCursor()
1582 isRtl, offset + mGapLength, cursorOpt) - mGapLength; in getTextRunCursor()
1587 isRtl, offset - contextStart, cursorOpt) + contextStart; in getTextRunCursor()
DTextLine.java766 int cursorOpt = after ? Paint.CURSOR_AFTER : Paint.CURSOR_BEFORE;
769 runIsRtl, offset, cursorOpt);
772 mStart + spanLimit, runIsRtl, mStart + offset, cursorOpt) - mStart;
/frameworks/base/core/jni/android/graphics/
DPaint.cpp260 jint contextStart, jint contextCount, jint dir, jint offset, jint cursorOpt) { in getTextRunCursor___C() argument
265 contextStart, contextCount, dir, offset, cursorOpt); in getTextRunCursor___C()
272 jint cursorOpt) { in getTextRunCursor__String() argument
277 contextStart, contextEnd - contextStart, dir, offset, cursorOpt); in getTextRunCursor__String()
/frameworks/layoutlib/bridge/src/android/graphics/
DPaint_Delegate.java985 int contextStart, int contextLength, int flags, int offset, int cursorOpt) { in nGetTextRunCursor() argument
994 int contextStart, int contextEnd, int flags, int offset, int cursorOpt) { in nGetTextRunCursor() argument
/frameworks/base/core/java/android/widget/
DTextView.java13207 int offset, int cursorOpt, Paint p) { in getTextRunCursor() argument
13210 contextCount, isRtl, offset + mStart, cursorOpt); in getTextRunCursor()