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

/frameworks/base/core/java/com/android/internal/widget/
H A DLinearSmoothScroller.java64 public static final int SNAP_TO_END = 1; field in class:LinearSmoothScroller
200 * @return SNAP_TO_START, SNAP_TO_END or SNAP_TO_ANY; depending on the current target vector
202 * @see #SNAP_TO_END
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
216 * @see #SNAP_TO_END
221 mTargetVector.y > 0 ? SNAP_TO_END : SNAP_TO_START;
271 case SNAP_TO_END:
296 * area. One of {@link #SNAP_TO_START}, {@link #SNAP_TO_END} or
321 * area. One of {@link #SNAP_TO_START}, {@link #SNAP_TO_END} o
[all...]
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DLinearSmoothScroller.java64 public static final int SNAP_TO_END = 1; field in class:LinearSmoothScroller
200 * @return SNAP_TO_START, SNAP_TO_END or SNAP_TO_ANY; depending on the current target vector
202 * @see #SNAP_TO_END
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
216 * @see #SNAP_TO_END
221 mTargetVector.y > 0 ? SNAP_TO_END : SNAP_TO_START;
271 case SNAP_TO_END:
296 * area. One of {@link #SNAP_TO_START}, {@link #SNAP_TO_END} or
321 * area. One of {@link #SNAP_TO_START}, {@link #SNAP_TO_END} o
[all...]

Completed in 44 milliseconds