Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/ambient/touch/
DBouncerSwipeTouchHandlerTest.java156 when(mFlingAnimationUtils.getMinVelocityPxPerSecond()).thenReturn(Float.MAX_VALUE); in setup()
518 when(mFlingAnimationUtils.getMinVelocityPxPerSecond()).thenReturn((float) 0); in testSwipeUpVelocityAboveMin_expandsBouncer()
/frameworks/base/packages/SystemUI/src/com/android/systemui/ambient/touch/
DBouncerSwipeTouchHandler.java352 if (Math.abs(velocityVector) < mFlingAnimationUtils.getMinVelocityPxPerSecond()) { in flingRevealsOverlay()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/animation/
DFlingAnimationUtils.java342 public float getMinVelocityPxPerSecond() { in getMinVelocityPxPerSecond() method in FlingAnimationUtils
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelViewController.java2303 if (Math.abs(vel) < mFlingAnimationUtils.getMinVelocityPxPerSecond()) { in flingExpandsQs()
2392 this.mFlingAnimationUtils.getMinVelocityPxPerSecond(), in flingExpands()
2394 if (Math.abs(vectorVel) < this.mFlingAnimationUtils.getMinVelocityPxPerSecond()) { in flingExpands()