Searched defs:CURSOR_AT (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/graphics/java/android/graphics/
H A DPaint.java305 public static final int CURSOR_AT = 4; field in class:Paint
310 private static final int CURSOR_OPT_MAX_VALUE = CURSOR_AT;
2018 * <p>If cursorOpt is {@link #CURSOR_AT} and the offset is not a valid
2029 * {@link #CURSOR_AT_OR_BEFORE}, or {@link #CURSOR_AT}
2058 * <p>If cursorOpt is {@link #CURSOR_AT} and the offset is not a valid
2069 * {@link #CURSOR_AT_OR_BEFORE}, or {@link #CURSOR_AT}
2105 * <p>If cursorOpt is {@link #CURSOR_AT} and the offset is not a valid
2116 * {@link #CURSOR_AT_OR_BEFORE}, or {@link #CURSOR_AT}

Completed in 26 milliseconds