Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/
DPaint.java2461 int dir, int offset, int cursorOpt) { in getTextRunCursor() argument
2465 | (text.length - contextEnd) | cursorOpt) < 0) in getTextRunCursor()
2466 || cursorOpt > CURSOR_OPT_MAX_VALUE) { in getTextRunCursor()
2471 contextStart, contextLength, dir, offset, cursorOpt); in getTextRunCursor()
2501 int contextEnd, int dir, int offset, int cursorOpt) { in getTextRunCursor() argument
2506 dir, offset, cursorOpt); in getTextRunCursor()
2510 contextStart, contextEnd, dir, offset, cursorOpt, this); in getTextRunCursor()
2516 int relPos = getTextRunCursor(buf, 0, contextLen, dir, offset - contextStart, cursorOpt); in getTextRunCursor()
2548 int dir, int offset, int cursorOpt) { in getTextRunCursor() argument
2551 | (text.length() - contextEnd) | cursorOpt) < 0) in getTextRunCursor()
[all …]
/frameworks/base/core/java/android/text/
DGraphicsOperations.java62 int cursorOpt, Paint p); in getTextRunCursor() argument
DTextLine.java767 int cursorOpt = after ? Paint.CURSOR_AFTER : Paint.CURSOR_BEFORE; in getOffsetBeforeAfter() local
770 dir, offset, cursorOpt); in getOffsetBeforeAfter()
773 mStart + spanLimit, dir, mStart + offset, cursorOpt) - mStart; in getOffsetBeforeAfter()
DSpannableStringBuilder.java1550 int cursorOpt, Paint p) { in getTextRunCursor() argument
1557 dir, offset, cursorOpt); in getTextRunCursor()
1560 dir, offset + mGapLength, cursorOpt) - mGapLength; in getTextRunCursor()
1565 dir, offset - contextStart, cursorOpt) + contextStart; in getTextRunCursor()
/frameworks/base/core/jni/android/graphics/
DPaint.cpp256 jint offset, jint cursorOpt) { in getTextRunCursor___C() argument
261 contextStart, contextCount, dir, offset, cursorOpt); in getTextRunCursor___C()
268 jint offset, jint cursorOpt) { in getTextRunCursor__String() argument
273 contextStart, contextEnd - contextStart, dir, offset, cursorOpt); in getTextRunCursor__String()
/frameworks/layoutlib/bridge/src/android/graphics/
DPaint_Delegate.java969 int cursorOpt) { in nGetTextRunCursor() argument
978 String text, int contextStart, int contextEnd, int flags, int offset, int cursorOpt) { in nGetTextRunCursor() argument
/frameworks/base/core/java/android/widget/
DTextView.java11796 int offset, int cursorOpt, Paint p) { in getTextRunCursor() argument
11799 contextCount, dir, offset + mStart, cursorOpt); in getTextRunCursor()