HomeSort by relevance Sort by last modified time
    Searched defs:SNAP_TO_START (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/com/android/internal/widget/
LinearSmoothScroller.java 55 public static final int SNAP_TO_START = -1;
70 * {@code SNAP_TO_ANY} is the same as using {@code SNAP_TO_START}</p>
200 * @return SNAP_TO_START, SNAP_TO_END or SNAP_TO_ANY; depending on the current target vector
201 * @see #SNAP_TO_START
207 mTargetVector.x > 0 ? SNAP_TO_END : SNAP_TO_START;
214 * @return SNAP_TO_START, SNAP_TO_END or SNAP_TO_ANY; depending on the current target vector
215 * @see #SNAP_TO_START
221 mTargetVector.y > 0 ? SNAP_TO_END : SNAP_TO_START;
269 case SNAP_TO_START:
296 * area. One of {@link #SNAP_TO_START}, {@link #SNAP_TO_END} o
    [all...]
  /frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
LinearSmoothScroller.java 53 public static final int SNAP_TO_START = -1;
68 * {@code SNAP_TO_ANY} is the same as using {@code SNAP_TO_START}</p>
201 * @return SNAP_TO_START, SNAP_TO_END or SNAP_TO_ANY; depending on the current target vector
202 * @see #SNAP_TO_START
208 mTargetVector.x > 0 ? SNAP_TO_END : SNAP_TO_START;
215 * @return SNAP_TO_START, SNAP_TO_END or SNAP_TO_ANY; depending on the current target vector
216 * @see #SNAP_TO_START
222 mTargetVector.y > 0 ? SNAP_TO_END : SNAP_TO_START;
270 case SNAP_TO_START:
297 * area. One of {@link #SNAP_TO_START}, {@link #SNAP_TO_END} o
    [all...]

Completed in 64 milliseconds