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

  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
LinearSmoothScroller.java 50 public static final int SNAP_TO_START = -1;
65 * {@code SNAP_TO_ANY} is the same as using {@code SNAP_TO_START}</p>
195 * @return SNAP_TO_START, SNAP_TO_END or SNAP_TO_ANY; depending on the current target vector
196 * @see #SNAP_TO_START
202 mTargetVector.x > 0 ? SNAP_TO_END : SNAP_TO_START;
209 * @return SNAP_TO_START, SNAP_TO_END or SNAP_TO_ANY; depending on the current target vector
210 * @see #SNAP_TO_START
216 mTargetVector.y > 0 ? SNAP_TO_END : SNAP_TO_START;
267 case SNAP_TO_START:
294 * area. One of {@link #SNAP_TO_START}, {@link #SNAP_TO_END} o
    [all...]
  /packages/services/Car/car-support-lib/src/android/support/car/ui/
PagedLayoutManager.java 136 int dy = calculateDyToMakeVisible(targetView, SNAP_TO_START);
CarLayoutManager.java     [all...]
  /prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar 

Completed in 54 milliseconds