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

  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
LinearSmoothScroller.java 82 protected PointF mTargetVector;
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.y == 0 ? SNAP_TO_ANY
    [all...]
  /prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar 

Completed in 1385 milliseconds