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.java663 int cursorOpt = after ? Paint.CURSOR_AFTER : Paint.CURSOR_BEFORE; in getOffsetBeforeAfter() local
DSpannableStringBuilder.java1550 int cursorOpt, Paint p) { in getTextRunCursor()
/frameworks/base/graphics/java/android/graphics/
DPaint.java2365 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/
DPaint_Delegate.java969 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/
DPaint.cpp256 jint offset, jint cursorOpt) { in getTextRunCursor___C()
268 jint offset, jint cursorOpt) { in getTextRunCursor__String()
/frameworks/base/core/java/android/widget/
DTextView.java11721 int offset, int cursorOpt, Paint p) { in getTextRunCursor()