/frameworks/base/graphics/java/android/graphics/ |
D | Paint.java | 2034 int dir, int offset, int cursorOpt) { in getTextRunCursor() argument 2038 | (text.length - contextEnd) | cursorOpt) < 0) in getTextRunCursor() 2039 || cursorOpt > CURSOR_OPT_MAX_VALUE) { in getTextRunCursor() 2044 contextStart, contextLength, dir, offset, cursorOpt); in getTextRunCursor() 2074 int contextEnd, int dir, int offset, int cursorOpt) { in getTextRunCursor() argument 2079 dir, offset, cursorOpt); in getTextRunCursor() 2083 contextStart, contextEnd, dir, offset, cursorOpt, this); in getTextRunCursor() 2089 int result = getTextRunCursor(buf, 0, contextLen, dir, offset - contextStart, cursorOpt); in getTextRunCursor() 2121 int dir, int offset, int cursorOpt) { in getTextRunCursor() argument 2124 | (text.length() - contextEnd) | cursorOpt) < 0) in getTextRunCursor() [all …]
|
/frameworks/base/core/java/android/text/ |
D | GraphicsOperations.java | 65 int cursorOpt, Paint p); in getTextRunCursor() argument
|
D | SpannableStringBuilder.java | 1257 int cursorOpt, Paint p) { in getTextRunCursor() argument 1264 dir, offset, cursorOpt); in getTextRunCursor() 1267 dir, offset + mGapLength, cursorOpt) - mGapLength; in getTextRunCursor() 1272 dir, offset - contextStart, cursorOpt) + contextStart; in getTextRunCursor()
|
D | TextLine.java | 671 int cursorOpt = after ? Paint.CURSOR_AFTER : Paint.CURSOR_BEFORE; in getOffsetBeforeAfter() local 674 dir, offset, cursorOpt); in getOffsetBeforeAfter() 677 mStart + spanLimit, dir, mStart + offset, cursorOpt) - mStart; in getOffsetBeforeAfter()
|
/frameworks/base/core/jni/android/graphics/ |
D | Paint.cpp | 711 jint contextStart, jint contextCount, jint dir, jint offset, jint cursorOpt) { in getTextRunCursor___C() argument 715 offset, cursorOpt); in getTextRunCursor___C() 721 jint contextStart, jint contextEnd, jint dir, jint offset, jint cursorOpt) { in getTextRunCursor__String() argument 725 contextEnd - contextStart, dir, offset, cursorOpt); in getTextRunCursor__String()
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
D | Paint_Delegate.java | 1029 int contextStart, int contextLength, int flags, int offset, int cursorOpt) { in native_getTextRunCursor() argument 1038 int contextStart, int contextEnd, int flags, int offset, int cursorOpt) { in native_getTextRunCursor() argument
|
/frameworks/base/core/java/android/widget/ |
D | TextView.java | 9291 int offset, int cursorOpt, Paint p) { in getTextRunCursor() argument 9294 contextCount, dir, offset + mStart, cursorOpt); in getTextRunCursor()
|