Home
last modified time | relevance | path

Searched refs:MAX_DISMISS_VELOCITY (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSwipeHelper.java75 private static final int MAX_DISMISS_VELOCITY = 4000; // dp/sec field in SwipeHelper
744 return MAX_DISMISS_VELOCITY * mDensityScale; in getMaxVelocity()