Searched refs:getMinVelocityPxPerSecond (Results 1 – 5 of 5) sorted by relevance
144 when(mFlingAnimationUtils.getMinVelocityPxPerSecond()).thenReturn(Float.MAX_VALUE); in setup()424 when(mFlingAnimationUtils.getMinVelocityPxPerSecond()).thenReturn((float) 0); in testSwipeDownVelocityAboveMin_collapsesBouncer()448 when(mFlingAnimationUtils.getMinVelocityPxPerSecond()).thenReturn((float) 0); in testSwipeUpVelocityAboveMin_expandsBouncer()
351 if (Math.abs(velocityVector) < mFlingAnimationUtils.getMinVelocityPxPerSecond()) { in flingRevealsOverlay()
342 public float getMinVelocityPxPerSecond() { in getMinVelocityPxPerSecond() method in FlingAnimationUtils
513 float minVelocity = mFlingAnimationUtils.getMinVelocityPxPerSecond(); in dispatchOrAnimateOnBackInvoked()
2188 if (Math.abs(vel) < mFlingAnimationUtils.getMinVelocityPxPerSecond()) { in flingExpandsQs()2254 this.mFlingAnimationUtils.getMinVelocityPxPerSecond(), in flingExpands()2256 if (Math.abs(vectorVel) < this.mFlingAnimationUtils.getMinVelocityPxPerSecond()) { in flingExpands()