Searched defs:cursorOpt (Results 1 – 7 of 7) sorted by relevance
| /frameworks/base/core/java/android/text/ |
| D | GraphicsOperations.java | 62 int cursorOpt, Paint p); in getTextRunCursor()
|
| D | TextLine.java | 786 int cursorOpt = after ? Paint.CURSOR_AFTER : Paint.CURSOR_BEFORE; in getOffsetBeforeAfter() local
|
| D | SpannableStringBuilder.java | 1561 int cursorOpt, Paint p) { in getTextRunCursor()
|
| /frameworks/base/graphics/java/android/graphics/ |
| D | Paint.java | 2455 int dir, int offset, int cursorOpt) { in getTextRunCursor() 2495 int contextEnd, int dir, int offset, int cursorOpt) { in getTextRunCursor() 2542 int dir, int offset, int cursorOpt) { in getTextRunCursor() 2861 int contextLength, int dir, int offset, int cursorOpt); in nGetTextRunCursor() 2863 int contextEnd, int dir, int offset, int cursorOpt); in nGetTextRunCursor()
|
| /frameworks/layoutlib/bridge/src/android/graphics/ |
| D | Paint_Delegate.java | 995 int contextStart, int contextLength, int flags, int offset, int cursorOpt) { in nGetTextRunCursor() 1004 int contextStart, int contextEnd, int flags, int offset, int cursorOpt) { in nGetTextRunCursor()
|
| /frameworks/base/core/jni/android/graphics/ |
| D | Paint.cpp | 255 jint contextStart, jint contextCount, jint dir, jint offset, jint cursorOpt) { in getTextRunCursor___C() 267 jint cursorOpt) { in getTextRunCursor__String()
|
| /frameworks/base/core/java/android/widget/ |
| D | TextView.java | 12380 int offset, int cursorOpt, Paint p) { in getTextRunCursor()
|