Searched refs:getMinVelocityPxPerSecond (Results 1 – 4 of 4) sorted by relevance
156 when(mFlingAnimationUtils.getMinVelocityPxPerSecond()).thenReturn(Float.MAX_VALUE); in setup()518 when(mFlingAnimationUtils.getMinVelocityPxPerSecond()).thenReturn((float) 0); in testSwipeUpVelocityAboveMin_expandsBouncer()
352 if (Math.abs(velocityVector) < mFlingAnimationUtils.getMinVelocityPxPerSecond()) { in flingRevealsOverlay()
342 public float getMinVelocityPxPerSecond() { in getMinVelocityPxPerSecond() method in FlingAnimationUtils
2303 if (Math.abs(vel) < mFlingAnimationUtils.getMinVelocityPxPerSecond()) { in flingExpandsQs()2392 this.mFlingAnimationUtils.getMinVelocityPxPerSecond(), in flingExpands()2394 if (Math.abs(vectorVel) < this.mFlingAnimationUtils.getMinVelocityPxPerSecond()) { in flingExpands()