Home
last modified time | relevance | path

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

/aosp14/frameworks/base/graphics/java/android/graphics/
H A DPaint.java2828 @CursorOption int cursorOpt) { in getTextRunCursor() argument
2832 | (text.length - contextEnd) | cursorOpt) < 0) in getTextRunCursor()
2833 || cursorOpt > CURSOR_OPT_MAX_VALUE) { in getTextRunCursor()
2838 isRtl ? DIRECTION_RTL : DIRECTION_LTR, offset, cursorOpt); in getTextRunCursor()
2868 @CursorOption int cursorOpt) { in getTextRunCursor() argument
2873 isRtl, offset, cursorOpt); in getTextRunCursor()
2917 @CursorOption int cursorOpt) { in getTextRunCursor() argument
2920 | (text.length() - contextEnd) | cursorOpt) < 0) in getTextRunCursor()
2921 || cursorOpt > CURSOR_OPT_MAX_VALUE) { in getTextRunCursor()
3365 int contextLength, int dir, int offset, int cursorOpt); in nGetTextRunCursor() argument
[all …]
/aosp14/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.java957 int cursorOpt = after ? Paint.CURSOR_AFTER : Paint.CURSOR_BEFORE; in getOffsetBeforeAfter() local
960 runIsRtl, offset, cursorOpt); in getOffsetBeforeAfter()
963 mStart + spanLimit, runIsRtl, mStart + offset, cursorOpt) - mStart; in getOffsetBeforeAfter()
/aosp14/frameworks/base/libs/hwui/jni/
H A DPaint.cpp246 jint contextStart, jint contextCount, jint dir, jint offset, jint cursorOpt) { in getTextRunCursor___C() argument
251 contextStart, contextCount, dir, offset, cursorOpt); in getTextRunCursor___C()
258 jint cursorOpt) { in getTextRunCursor__String() argument
263 contextStart, contextEnd - contextStart, dir, offset, cursorOpt); in getTextRunCursor__String()
/aosp14/frameworks/base/core/java/android/widget/
H A DTextView.java15704 int offset, int cursorOpt, Paint p) { in getTextRunCursor() argument
15707 contextCount, isRtl, offset + mStart, cursorOpt); in getTextRunCursor()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...