/aosp12/frameworks/base/graphics/java/android/graphics/ |
H A D | Paint.java | 2689 @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 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 | 822 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 D | Paint.cpp | 245 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 D | Paint_Delegate.java | 985 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 D | TextView.java | 13625 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 D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |