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

/frameworks/base/graphics/java/android/graphics/
H A DPaint.java342 public static final int CURSOR_AT = 4; field in class:Paint
347 private static final int CURSOR_OPT_MAX_VALUE = CURSOR_AT;
2349 * <p>If cursorOpt is {@link #CURSOR_AT} and the offset is not a valid
2360 * {@link #CURSOR_AT_OR_BEFORE}, or {@link #CURSOR_AT}
2389 * <p>If cursorOpt is {@link #CURSOR_AT} and the offset is not a valid
2400 * {@link #CURSOR_AT_OR_BEFORE}, or {@link #CURSOR_AT}
2436 * <p>If cursorOpt is {@link #CURSOR_AT} and the offset is not a valid
2447 * {@link #CURSOR_AT_OR_BEFORE}, or {@link #CURSOR_AT}

Completed in 297 milliseconds