/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 | 766 int cursorOpt = after ? Paint.CURSOR_AFTER : Paint.CURSOR_BEFORE; 769 runIsRtl, offset, cursorOpt); 772 mStart + spanLimit, runIsRtl, mStart + offset, cursorOpt) - mStart;
|
/frameworks/base/core/jni/android/graphics/ |
D | Paint.cpp | 260 jint contextStart, jint contextCount, jint dir, jint offset, jint cursorOpt) { in getTextRunCursor___C() argument 265 contextStart, contextCount, dir, offset, cursorOpt); in getTextRunCursor___C() 272 jint cursorOpt) { in getTextRunCursor__String() argument 277 contextStart, contextEnd - contextStart, dir, offset, cursorOpt); in getTextRunCursor__String()
|
/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 | 13207 int offset, int cursorOpt, Paint p) { in getTextRunCursor() argument 13210 contextCount, isRtl, offset + mStart, cursorOpt); in getTextRunCursor()
|