Searched refs:getEscapeVelocity (Results 1 – 3 of 3) sorted by relevance
197 final boolean gestureFastEnough = getEscapeVelocity() <= Math.abs(velocity); in handleSwipeFromClosedState()368 protected float getEscapeVelocity() { in getEscapeVelocity() method in NotificationSwipeHelper369 return super.getEscapeVelocity(); in getEscapeVelocity()374 return getEscapeVelocity(); in getMinDismissVelocity()
380 boolean animateLeft = (Math.abs(velocity) > getEscapeVelocity() && velocity < 0) || in dismissChild()670 protected float getEscapeVelocity() { in getEscapeVelocity() method in SwipeHelper709 boolean ret = (Math.abs(velocity) > getEscapeVelocity()) in swipedFastEnough()
327 doReturn(30f).when(mSwipeHelper).getEscapeVelocity(); in testGetMinDismissVelocity()