Searched refs:mMaximumTapVelocity (Results 1 – 1 of 1) sorted by relevance
134 private final int mMaximumTapVelocity; field in SlidingDrawer246 mMaximumTapVelocity = (int) (MAXIMUM_TAP_VELOCITY * density + 0.5f); in SlidingDrawer()464 if (Math.abs(velocity) < mMaximumTapVelocity) { in onTouchEvent()