Searched refs:getEscapeVelocity (Results 1 – 3 of 3) sorted by relevance
238 final boolean gestureFastEnough = getEscapeVelocity() <= Math.abs(velocity); in handleSwipeFromClosedState()448 protected float getEscapeVelocity() { in getEscapeVelocity() method in NotificationSwipeHelper449 return super.getEscapeVelocity(); in getEscapeVelocity()454 return getEscapeVelocity(); in getMinDismissVelocity()
416 boolean animateLeft = (Math.abs(velocity) > getEscapeVelocity() && velocity < 0) || in dismissChild()747 protected float getEscapeVelocity() { in getEscapeVelocity() method in SwipeHelper788 boolean ret = (Math.abs(velocity) > getEscapeVelocity()) in swipedFastEnough()
504 doReturn(30f).when(mSwipeHelper).getEscapeVelocity(); in testGetMinDismissVelocity()