Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DFlingAnimationUtils.java298 public float getMinVelocityPxPerSecond() { in getMinVelocityPxPerSecond() method in FlingAnimationUtils
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
DPipMotionHelper.java370 final boolean isFling = velocity > mFlingAnimationUtils.getMinVelocityPxPerSecond(); in animateDismiss()
DPipTouchHandler.java682 final boolean isFling = velocity > mFlingAnimationUtils.getMinVelocityPxPerSecond();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPanelView.java696 if (Math.abs(vectorVel) < mFlingAnimationUtils.getMinVelocityPxPerSecond()) { in flingExpands()
DNotificationPanelView.java832 if (Math.abs(vel) < mFlingAnimationUtils.getMinVelocityPxPerSecond()) { in flingExpandsQs()