Home
last modified time | relevance | path

Searched defs:cursorOpt (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/text/
DGraphicsOperations.java72 int cursorOpt, Paint p); in getTextRunCursor()
DTextLine.java662 int cursorOpt = after ? Paint.CURSOR_AFTER : Paint.CURSOR_BEFORE; in getOffsetBeforeAfter() local
DSpannableStringBuilder.java1207 int cursorOpt, Paint p) { in getTextRunCursor()
/frameworks/base/graphics/java/android/graphics/
DPaint.java1922 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/
DPaint_Delegate.java1031 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/
DPaint.cpp686 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/
DTextView.java3397 int offset, int cursorOpt, Paint p) { in getTextRunCursor()