/frameworks/base/graphics/java/android/graphics/ |
D | Paint.java | 2643 @CursorOption int cursorOpt) { in getTextRunCursor() argument 2647 | (text.length - contextEnd) | cursorOpt) < 0) in getTextRunCursor() 2648 || cursorOpt > CURSOR_OPT_MAX_VALUE) { in getTextRunCursor() 2653 isRtl ? DIRECTION_RTL : DIRECTION_LTR, offset, cursorOpt); in getTextRunCursor() 2683 @CursorOption int cursorOpt) { in getTextRunCursor() argument 2688 isRtl, offset, cursorOpt); in getTextRunCursor() 2692 contextStart, contextEnd, isRtl, offset, cursorOpt, this); in getTextRunCursor() 2698 int relPos = getTextRunCursor(buf, 0, contextLen, isRtl, offset - contextStart, cursorOpt); in getTextRunCursor() 2732 @CursorOption int cursorOpt) { in getTextRunCursor() argument 2735 | (text.length() - contextEnd) | cursorOpt) < 0) in getTextRunCursor() [all …]
|
/frameworks/base/core/java/android/text/ |
D | GraphicsOperations.java | 62 int cursorOpt, Paint p); in getTextRunCursor() argument
|
D | SpannableStringBuilder.java | 1565 int cursorOpt, Paint p) { in getTextRunCursor() argument 1566 return getTextRunCursor(contextStart, contextEnd, dir == 1, offset, cursorOpt, p); in getTextRunCursor() 1572 int cursorOpt, Paint p) { in getTextRunCursor() argument 1579 isRtl, offset, cursorOpt); in getTextRunCursor() 1582 isRtl, offset + mGapLength, cursorOpt) - mGapLength; in getTextRunCursor() 1587 isRtl, offset - contextStart, cursorOpt) + contextStart; in getTextRunCursor()
|
D | TextLine.java | 763 int cursorOpt = after ? Paint.CURSOR_AFTER : Paint.CURSOR_BEFORE; in getOffsetBeforeAfter() local 766 runIsRtl, offset, cursorOpt); in getOffsetBeforeAfter() 769 mStart + spanLimit, runIsRtl, mStart + offset, cursorOpt) - mStart; in getOffsetBeforeAfter()
|
/frameworks/layoutlib/bridge/src/android/graphics/ |
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
|
/frameworks/base/core/java/android/widget/ |
D | TextView.java | 13193 int offset, int cursorOpt, Paint p) { in getTextRunCursor() argument 13196 contextCount, isRtl, offset + mStart, cursorOpt); in getTextRunCursor()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |