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

  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
SlidingChallengeLayout.java 107 private int mMaxVelocity;
242 mMaxVelocity = vc.getScaledMaximumFlingVelocity();
632 mVelocityTracker.computeCurrentVelocity(1000, mMaxVelocity);
    [all...]
  /frameworks/support/v4/java/android/support/v4/widget/
ViewDragHelper.java 126 private float mMaxVelocity;
389 mMaxVelocity = vc.getScaledMaximumFlingVelocity();
597 xvel = clampMag(xvel, (int) mMinVelocity, (int) mMaxVelocity);
598 yvel = clampMag(yvel, (int) mMinVelocity, (int) mMaxVelocity);
    [all...]
  /development/samples/training/NavigationDrawer/libs/
android-support-v4.jar 
  /external/robolectric/lib/main/
android-support-v4.jar 

Completed in 37 milliseconds