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 | 663 int cursorOpt = after ? Paint.CURSOR_AFTER : Paint.CURSOR_BEFORE; in getOffsetBeforeAfter() local
|
D | SpannableStringBuilder.java | 1550 int cursorOpt, Paint p) { in getTextRunCursor()
|
/frameworks/base/graphics/java/android/graphics/ |
D | Paint.java | 2365 int dir, int offset, int cursorOpt) { in getTextRunCursor() 2405 int contextEnd, int dir, int offset, int cursorOpt) { in getTextRunCursor() 2452 int dir, int offset, int cursorOpt) { in getTextRunCursor() 2767 int contextStart, int contextLength, int dir, int offset, int cursorOpt); in nGetTextRunCursor() 2769 int contextStart, int contextEnd, int dir, int offset, int cursorOpt); in nGetTextRunCursor()
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
D | Paint_Delegate.java | 969 int cursorOpt) { in nGetTextRunCursor() 978 String text, int contextStart, int contextEnd, int flags, int offset, int cursorOpt) { in nGetTextRunCursor()
|
/frameworks/base/core/jni/android/graphics/ |
D | Paint.cpp | 256 jint offset, jint cursorOpt) { in getTextRunCursor___C() 268 jint offset, jint cursorOpt) { in getTextRunCursor__String()
|
/frameworks/base/core/java/android/widget/ |
D | TextView.java | 11721 int offset, int cursorOpt, Paint p) { in getTextRunCursor()
|