/frameworks/base/graphics/java/android/graphics/ |
D | Paint.java | 2365 int dir, int offset, int cursorOpt) { in getTextRunCursor() argument 2369 | (text.length - contextEnd) | cursorOpt) < 0) in getTextRunCursor() 2370 || cursorOpt > CURSOR_OPT_MAX_VALUE) { in getTextRunCursor() 2375 contextStart, contextLength, dir, offset, cursorOpt); in getTextRunCursor() 2405 int contextEnd, int dir, int offset, int cursorOpt) { in getTextRunCursor() argument 2410 dir, offset, cursorOpt); in getTextRunCursor() 2414 contextStart, contextEnd, dir, offset, cursorOpt, this); in getTextRunCursor() 2420 int relPos = getTextRunCursor(buf, 0, contextLen, dir, offset - contextStart, cursorOpt); in getTextRunCursor() 2452 int dir, int offset, int cursorOpt) { in getTextRunCursor() argument 2455 | (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 | TextLine.java | 663 int cursorOpt = after ? Paint.CURSOR_AFTER : Paint.CURSOR_BEFORE; in getOffsetBeforeAfter() local 666 dir, offset, cursorOpt); in getOffsetBeforeAfter() 669 mStart + spanLimit, dir, mStart + offset, cursorOpt) - mStart; in getOffsetBeforeAfter()
|
D | SpannableStringBuilder.java | 1550 int cursorOpt, Paint p) { in getTextRunCursor() argument 1557 dir, offset, cursorOpt); in getTextRunCursor() 1560 dir, offset + mGapLength, cursorOpt) - mGapLength; in getTextRunCursor() 1565 dir, offset - contextStart, cursorOpt) + contextStart; in getTextRunCursor()
|
/frameworks/base/core/jni/android/graphics/ |
D | Paint.cpp | 256 jint offset, jint cursorOpt) { in getTextRunCursor___C() argument 261 contextStart, contextCount, dir, offset, cursorOpt); in getTextRunCursor___C() 268 jint offset, jint cursorOpt) { in getTextRunCursor__String() argument 273 contextStart, contextEnd - contextStart, dir, offset, cursorOpt); in getTextRunCursor__String()
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
D | Paint_Delegate.java | 969 int cursorOpt) { in nGetTextRunCursor() argument 978 String text, int contextStart, int contextEnd, int flags, int offset, int cursorOpt) { in nGetTextRunCursor() argument
|
/frameworks/base/core/java/android/widget/ |
D | TextView.java | 11721 int offset, int cursorOpt, Paint p) { in getTextRunCursor() argument 11724 contextCount, dir, offset + mStart, cursorOpt); in getTextRunCursor()
|