Searched defs:cursorOpt (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/core/java/android/text/ |
D | GraphicsOperations.java | 65 int cursorOpt, Paint p); in getTextRunCursor()
|
D | TextLine.java | 671 int cursorOpt = after ? Paint.CURSOR_AFTER : Paint.CURSOR_BEFORE; in getOffsetBeforeAfter() local
|
D | SpannableStringBuilder.java | 1257 int cursorOpt, Paint p) { in getTextRunCursor()
|
/frameworks/base/graphics/java/android/graphics/ |
D | Paint.java | 2034 int dir, int offset, int cursorOpt) { in getTextRunCursor() 2074 int contextEnd, int dir, int offset, int cursorOpt) { in getTextRunCursor() 2121 int dir, int offset, int cursorOpt) { in getTextRunCursor() 2278 int contextStart, int contextLength, int dir, int offset, int cursorOpt); in native_getTextRunCursor() 2280 int contextStart, int contextEnd, int dir, int offset, int cursorOpt); in native_getTextRunCursor()
|
/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() 1038 int contextStart, int contextEnd, int flags, int offset, int cursorOpt) { in native_getTextRunCursor()
|
/frameworks/base/core/jni/android/graphics/ |
D | Paint.cpp | 711 jint contextStart, jint contextCount, jint dir, jint offset, jint cursorOpt) { in getTextRunCursor___C() 721 jint contextStart, jint contextEnd, jint dir, jint offset, jint cursorOpt) { in getTextRunCursor__String()
|
/frameworks/base/core/java/android/widget/ |
D | TextView.java | 9291 int offset, int cursorOpt, Paint p) { in getTextRunCursor()
|