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

  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
LinearSmoothScroller.java 59 public static final int SNAP_TO_END = 1;
194 * @return SNAP_TO_START, SNAP_TO_END or SNAP_TO_ANY; depending on the current target vector
196 * @see #SNAP_TO_END
201 mTargetVector.x > 0 ? SNAP_TO_END : SNAP_TO_START;
208 * @return SNAP_TO_START, SNAP_TO_END or SNAP_TO_ANY; depending on the current target vector
210 * @see #SNAP_TO_END
215 mTargetVector.y > 0 ? SNAP_TO_END : SNAP_TO_START;
268 case SNAP_TO_END:
293 * area. One of {@link #SNAP_TO_START}, {@link #SNAP_TO_END} or
294 * {@link #SNAP_TO_END}
    [all...]
  /prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar 

Completed in 89 milliseconds