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

/frameworks/base/core/java/android/widget/
H A DSlidingDrawer.java86 private static final float MAXIMUM_TAP_VELOCITY = 100.0f; field in class:SlidingDrawer
224 mMaximumTapVelocity = (int) (MAXIMUM_TAP_VELOCITY * density + 0.5f);

Completed in 49 milliseconds