/aosp14/frameworks/base/graphics/java/android/graphics/ |
H A D | Paint.java | 2828 @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 D | GraphicsOperations.java | 62 int cursorOpt, Paint p); in getTextRunCursor() argument
|
H A D | SpannableStringBuilder.java | 1566 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 D | TextLine.java | 957 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 D | Paint.cpp | 246 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 D | TextView.java | 15704 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 D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |