Searched defs:MAXIMUM_MINOR_VELOCITY (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DSlidingDrawer.java92 private static final float MAXIMUM_MINOR_VELOCITY = 150.0f; field in class:SlidingDrawer
249 mMaximumMinorVelocity = (int) (MAXIMUM_MINOR_VELOCITY * density + 0.5f);

Completed in 36 milliseconds