Searched defs:cursorOpt (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/core/java/android/text/ |
D | GraphicsOperations.java | 72 int cursorOpt, Paint p); in getTextRunCursor()
|
D | TextLine.java | 662 int cursorOpt = after ? Paint.CURSOR_AFTER : Paint.CURSOR_BEFORE; in getOffsetBeforeAfter() local
|
D | SpannableStringBuilder.java | 1207 int cursorOpt, Paint p) { in getTextRunCursor()
|
/frameworks/base/graphics/java/android/graphics/ |
D | Paint.java | 1922 int flags, int offset, int cursorOpt) { in getTextRunCursor() 1962 int contextEnd, int flags, int offset, int cursorOpt) { in getTextRunCursor() 2009 int flags, int offset, int cursorOpt) { in getTextRunCursor() 2164 int contextStart, int contextLength, int flags, int offset, int cursorOpt); in native_getTextRunCursor() 2166 int contextStart, int contextEnd, int flags, int offset, int cursorOpt); in native_getTextRunCursor()
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
D | Paint_Delegate.java | 1031 int contextStart, int contextLength, int flags, int offset, int cursorOpt) { in native_getTextRunCursor() 1040 int contextStart, int contextEnd, int flags, int offset, int cursorOpt) { in native_getTextRunCursor()
|
/frameworks/base/core/jni/android/graphics/ |
D | Paint.cpp | 686 jint contextStart, jint contextCount, jint flags, jint offset, jint cursorOpt) { in getTextRunCursor___C() 695 jint contextStart, jint contextEnd, jint flags, jint offset, jint cursorOpt) { in getTextRunCursor__String()
|
/frameworks/base/core/java/android/widget/ |
D | TextView.java | 3397 int offset, int cursorOpt, Paint p) { in getTextRunCursor()
|