Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/text/
DGraphicsOperations.java62 int cursorOpt, Paint p); in getTextRunCursor()
DTextLine.java786 int cursorOpt = after ? Paint.CURSOR_AFTER : Paint.CURSOR_BEFORE; in getOffsetBeforeAfter() local
DSpannableStringBuilder.java1561 int cursorOpt, Paint p) { in getTextRunCursor()
/frameworks/base/graphics/java/android/graphics/
DPaint.java2455 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/
DPaint_Delegate.java995 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/
DPaint.cpp255 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/
DTextView.java12380 int offset, int cursorOpt, Paint p) { in getTextRunCursor()