Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/
DPaint.java2034 int dir, int offset, int cursorOpt) { in getTextRunCursor() argument
2038 | (text.length - contextEnd) | cursorOpt) < 0) in getTextRunCursor()
2039 || cursorOpt > CURSOR_OPT_MAX_VALUE) { in getTextRunCursor()
2044 contextStart, contextLength, dir, offset, cursorOpt); in getTextRunCursor()
2074 int contextEnd, int dir, int offset, int cursorOpt) { in getTextRunCursor() argument
2079 dir, offset, cursorOpt); in getTextRunCursor()
2083 contextStart, contextEnd, dir, offset, cursorOpt, this); in getTextRunCursor()
2089 int result = getTextRunCursor(buf, 0, contextLen, dir, offset - contextStart, cursorOpt); in getTextRunCursor()
2121 int dir, int offset, int cursorOpt) { in getTextRunCursor() argument
2124 | (text.length() - contextEnd) | cursorOpt) < 0) in getTextRunCursor()
[all …]
/frameworks/base/core/java/android/text/
DGraphicsOperations.java65 int cursorOpt, Paint p); in getTextRunCursor() argument
DSpannableStringBuilder.java1257 int cursorOpt, Paint p) { in getTextRunCursor() argument
1264 dir, offset, cursorOpt); in getTextRunCursor()
1267 dir, offset + mGapLength, cursorOpt) - mGapLength; in getTextRunCursor()
1272 dir, offset - contextStart, cursorOpt) + contextStart; in getTextRunCursor()
DTextLine.java671 int cursorOpt = after ? Paint.CURSOR_AFTER : Paint.CURSOR_BEFORE; in getOffsetBeforeAfter() local
674 dir, offset, cursorOpt); in getOffsetBeforeAfter()
677 mStart + spanLimit, dir, mStart + offset, cursorOpt) - mStart; in getOffsetBeforeAfter()
/frameworks/base/core/jni/android/graphics/
DPaint.cpp711 jint contextStart, jint contextCount, jint dir, jint offset, jint cursorOpt) { in getTextRunCursor___C() argument
715 offset, cursorOpt); in getTextRunCursor___C()
721 jint contextStart, jint contextEnd, jint dir, jint offset, jint cursorOpt) { in getTextRunCursor__String() argument
725 contextEnd - contextStart, dir, offset, cursorOpt); in getTextRunCursor__String()
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DPaint_Delegate.java1029 int contextStart, int contextLength, int flags, int offset, int cursorOpt) { in native_getTextRunCursor() argument
1038 int contextStart, int contextEnd, int flags, int offset, int cursorOpt) { in native_getTextRunCursor() argument
/frameworks/base/core/java/android/widget/
DTextView.java9291 int offset, int cursorOpt, Paint p) { in getTextRunCursor() argument
9294 contextCount, dir, offset + mStart, cursorOpt); in getTextRunCursor()