Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/text/
DGraphicsOperations.java62 int cursorOpt, Paint p); in getTextRunCursor()
DSpannableStringBuilder.java1565 int cursorOpt, Paint p) { in getTextRunCursor()
1572 int cursorOpt, Paint p) { in getTextRunCursor()
/frameworks/base/graphics/java/android/graphics/
DPaint.java2643 @CursorOption int cursorOpt) { in getTextRunCursor()
2683 @CursorOption int cursorOpt) { in getTextRunCursor()
2732 @CursorOption int cursorOpt) { in getTextRunCursor()
3058 int contextLength, int dir, int offset, int cursorOpt); in nGetTextRunCursor()
3060 int contextEnd, int dir, int offset, int cursorOpt); in nGetTextRunCursor()
/frameworks/layoutlib/bridge/src/android/graphics/
DPaint_Delegate.java985 int contextStart, int contextLength, int flags, int offset, int cursorOpt) { in nGetTextRunCursor()
994 int contextStart, int contextEnd, int flags, int offset, int cursorOpt) { in nGetTextRunCursor()
/frameworks/base/core/jni/android/graphics/
DPaint.cpp260 jint contextStart, jint contextCount, jint dir, jint offset, jint cursorOpt) { in getTextRunCursor___C()
272 jint cursorOpt) { in getTextRunCursor__String()
/frameworks/base/core/java/android/widget/
DTextView.java13236 int offset, int cursorOpt, Paint p) { in getTextRunCursor()