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

/frameworks/base/core/java/android/widget/
H A DSlidingDrawer.java88 private static final float MAXIMUM_MAJOR_VELOCITY = 200.0f; field in class:SlidingDrawer
226 mMaximumMajorVelocity = (int) (MAXIMUM_MAJOR_VELOCITY * density + 0.5f);

Completed in 60 milliseconds