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

  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
SlidingChallengeLayout.java 106 private int mMinVelocity;
241 mMinVelocity = vc.getScaledMinimumFlingVelocity();
    [all...]
  /frameworks/support/v4/java/android/support/v4/widget/
ViewDragHelper.java 127 private float mMinVelocity;
390 mMinVelocity = vc.getScaledMinimumFlingVelocity();
401 mMinVelocity = minVel;
412 return mMinVelocity;
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 

Completed in 129 milliseconds