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

/frameworks/base/core/java/android/widget/
H A DSlidingDrawer.java136 private final int mMaximumTapVelocity; field in class:SlidingDrawer
248 mMaximumTapVelocity = (int) (MAXIMUM_TAP_VELOCITY * density + 0.5f);
466 if (Math.abs(velocity) < mMaximumTapVelocity) {

Completed in 61 milliseconds