Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DFlingAnimationUtils.java250 public float getMinVelocityPxPerSecond() { in getMinVelocityPxPerSecond() method in FlingAnimationUtils
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPanelView.java527 if (Math.abs(vectorVel) < mFlingAnimationUtils.getMinVelocityPxPerSecond()) { in flingExpands()
DNotificationPanelView.java624 if (Math.abs(vel) < mFlingAnimationUtils.getMinVelocityPxPerSecond()) { in flingExpandsQs()