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

  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
LinearSmoothScroller.java 65 * {@code SNAP_TO_ANY} is the same as using {@code SNAP_TO_START}</p>
71 public static final int SNAP_TO_ANY = 0;
195 * @return SNAP_TO_START, SNAP_TO_END or SNAP_TO_ANY; depending on the current target vector
198 * @see #SNAP_TO_ANY
201 return mTargetVector == null || mTargetVector.x == 0 ? SNAP_TO_ANY :
209 * @return SNAP_TO_START, SNAP_TO_END or SNAP_TO_ANY; depending on the current target vector
212 * @see #SNAP_TO_ANY
215 return mTargetVector == null || mTargetVector.y == 0 ? SNAP_TO_ANY :
271 case SNAP_TO_ANY:
295 * {@link #SNAP_TO_ANY}
    [all...]
  /prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar 

Completed in 62 milliseconds