Home
last modified time | relevance | path

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

/aosp12/frameworks/base/graphics/java/android/graphics/
H A DPaint.java2689 @CursorOption int cursorOpt) { in getTextRunCursor() argument
2693 | (text.length - contextEnd) | cursorOpt) < 0) in getTextRunCursor()
2694 || cursorOpt > CURSOR_OPT_MAX_VALUE) { in getTextRunCursor()
2699 isRtl ? DIRECTION_RTL : DIRECTION_LTR, offset, cursorOpt); in getTextRunCursor()
2729 @CursorOption int cursorOpt) { in getTextRunCursor() argument
2734 isRtl, offset, cursorOpt); in getTextRunCursor()
2778 @CursorOption int cursorOpt) { in getTextRunCursor() argument
2781 | (text.length() - contextEnd) | cursorOpt) < 0) in getTextRunCursor()
2782 || cursorOpt > CURSOR_OPT_MAX_VALUE) { in getTextRunCursor()
3104 int contextLength, int dir, int offset, int cursorOpt); in nGetTextRunCursor() argument
[all …]
/aosp12/frameworks/base/core/java/android/text/
H A DGraphicsOperations.java62 int cursorOpt, Paint p); in getTextRunCursor() argument
H A 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()
H A DTextLine.java822 int cursorOpt = after ? Paint.CURSOR_AFTER : Paint.CURSOR_BEFORE;
825 runIsRtl, offset, cursorOpt);
828 mStart + spanLimit, runIsRtl, mStart + offset, cursorOpt) - mStart;
/aosp12/frameworks/base/libs/hwui/jni/
H A DPaint.cpp245 jint contextStart, jint contextCount, jint dir, jint offset, jint cursorOpt) { in getTextRunCursor___C() argument
250 contextStart, contextCount, dir, offset, cursorOpt); in getTextRunCursor___C()
257 jint cursorOpt) { in getTextRunCursor__String() argument
262 contextStart, contextEnd - contextStart, dir, offset, cursorOpt); in getTextRunCursor__String()
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/
H A 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
/aosp12/frameworks/base/core/java/android/widget/
H A DTextView.java13625 int offset, int cursorOpt, Paint p) { in getTextRunCursor() argument
13628 contextCount, isRtl, offset + mStart, cursorOpt); in getTextRunCursor()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...