Searched refs:CURSOR_AFTER (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/text/
H A DTextLine.java671 int cursorOpt = after ? Paint.CURSOR_AFTER : Paint.CURSOR_BEFORE;
/frameworks/base/graphics/java/android/graphics/
H A DPaint.java277 public static final int CURSOR_AFTER = 0; field in class:Paint
2027 * @param cursorOpt how to move the cursor, one of {@link #CURSOR_AFTER},
2067 * @param cursorOpt how to move the cursor, one of {@link #CURSOR_AFTER},
2114 * @param cursorOpt how to move the cursor, one of {@link #CURSOR_AFTER},

Completed in 124 milliseconds