Home
last modified time | relevance | path

Searched refs:SNAP_TO_END (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
DLinearSmoothScroller.java64 public static final int SNAP_TO_END = 1; field in LinearSmoothScroller
207 mTargetVector.x > 0 ? SNAP_TO_END : SNAP_TO_START; in getHorizontalSnapPreference()
221 mTargetVector.y > 0 ? SNAP_TO_END : SNAP_TO_START; in getVerticalSnapPreference()
271 case SNAP_TO_END: in calculateDtToFit()