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

/frameworks/base/core/java/android/text/
H A DGraphicsOperations.java62 int cursorOpt, Paint p);
61 getTextRunCursor(int contextStart, int contextEnd, int dir, int offset, int cursorOpt, Paint p) argument
H A DSpannableStringBuilder.java1544 * <p>If cursorOpt is CURSOR_AT and the offset is not a valid cursor position,
1552 * @param cursorOpt how to move the cursor, one of CURSOR_AFTER,
1561 int cursorOpt, Paint p) {
1568 dir, offset, cursorOpt);
1571 dir, offset + mGapLength, cursorOpt) - mGapLength;
1576 dir, offset - contextStart, cursorOpt) + contextStart;
1560 getTextRunCursor(int contextStart, int contextEnd, int dir, int offset, int cursorOpt, Paint p) argument
/frameworks/layoutlib/bridge/src/android/graphics/
H A DPaint_Delegate.java995 int contextStart, int contextLength, int flags, int offset, int cursorOpt) {
1004 int contextStart, int contextEnd, int flags, int offset, int cursorOpt) {
994 nGetTextRunCursor(Paint paint, long native_object, char[] text, int contextStart, int contextLength, int flags, int offset, int cursorOpt) argument
1003 nGetTextRunCursor(Paint paint, long native_object, String text, int contextStart, int contextEnd, int flags, int offset, int cursorOpt) argument
/frameworks/base/core/jni/android/graphics/
H A DPaint.cpp255 jint contextStart, jint contextCount, jint dir, jint offset, jint cursorOpt) {
260 contextStart, contextCount, dir, offset, cursorOpt);
267 jint cursorOpt) {
272 contextStart, contextEnd - contextStart, dir, offset, cursorOpt);
254 getTextRunCursor___C(JNIEnv* env, jobject clazz, jlong paintHandle, jcharArray text, jint contextStart, jint contextCount, jint dir, jint offset, jint cursorOpt) argument
265 getTextRunCursor__String(JNIEnv* env, jobject clazz, jlong paintHandle, jstring text, jint contextStart, jint contextEnd, jint dir, jint offset, jint cursorOpt) argument
/frameworks/base/graphics/java/android/graphics/
H A DPaint.java2439 * <p>If cursorOpt is {@link #CURSOR_AT} and the offset is not a valid
2448 * @param cursorOpt how to move the cursor, one of {@link #CURSOR_AFTER},
2455 int dir, int offset, int cursorOpt) {
2459 | (text.length - contextEnd) | cursorOpt) < 0)
2460 || cursorOpt > CURSOR_OPT_MAX_VALUE) {
2465 cursorOpt);
2479 * <p>If cursorOpt is {@link #CURSOR_AT} and the offset is not a valid
2488 * @param cursorOpt how to move the cursor, one of {@link #CURSOR_AFTER},
2495 int contextEnd, int dir, int offset, int cursorOpt) {
2500 dir, offset, cursorOpt);
2454 getTextRunCursor(char[] text, int contextStart, int contextLength, int dir, int offset, int cursorOpt) argument
2494 getTextRunCursor(CharSequence text, int contextStart, int contextEnd, int dir, int offset, int cursorOpt) argument
2541 getTextRunCursor(String text, int contextStart, int contextEnd, int dir, int offset, int cursorOpt) argument
2860 nGetTextRunCursor(long paintPtr, char[] text, int contextStart, int contextLength, int dir, int offset, int cursorOpt) argument
2862 nGetTextRunCursor(long paintPtr, String text, int contextStart, int contextEnd, int dir, int offset, int cursorOpt) argument
[all...]
/frameworks/base/core/java/android/widget/
H A DTextView.java12327 int offset, int cursorOpt, Paint p) {
12330 contextCount, dir, offset + mStart, cursorOpt);
12326 getTextRunCursor(int contextStart, int contextEnd, int dir, int offset, int cursorOpt, Paint p) argument

Completed in 843 milliseconds