Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DFlingAnimationUtils.java313 public float getMinVelocityPxPerSecond() { in getMinVelocityPxPerSecond() method in FlingAnimationUtils
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
DPipMotionHelper.java387 final boolean isFling = velocity > mFlingAnimationUtils.getMinVelocityPxPerSecond(); in animateDismiss()
DPipTouchHandler.java690 final boolean isFling = velocity > mFlingAnimationUtils.getMinVelocityPxPerSecond();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPanelView.java686 if (Math.abs(vectorVel) < mFlingAnimationUtils.getMinVelocityPxPerSecond()) { in flingExpands()
DNotificationPanelView.java1180 if (Math.abs(vel) < mFlingAnimationUtils.getMinVelocityPxPerSecond()) { in flingExpandsQs()
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/
DRecentsView.java679 if (event.velocity > mFlingAnimationUtils.getMinVelocityPxPerSecond()) {