Searched refs:mTargetVector (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DLinearSmoothScroller.java82 protected PointF mTargetVector; field in class:LinearSmoothScroller
125 if (DEBUG && mTargetVector != null
126 && ((mTargetVector.x * dx < 0 || mTargetVector.y * dy < 0))) {
145 mTargetVector = null;
200 return mTargetVector == null || mTargetVector.x == 0 ? SNAP_TO_ANY :
201 mTargetVector.x > 0 ? SNAP_TO_END : SNAP_TO_START;
214 return mTargetVector == null || mTargetVector
[all...]

Completed in 95 milliseconds