Searched refs:getEscapeVelocity (Results 1 – 3 of 3) sorted by relevance
213 final boolean gestureFastEnough = getEscapeVelocity() <= Math.abs(velocity); in handleSwipeFromClosedState()389 protected float getEscapeVelocity() { in getEscapeVelocity() method in NotificationSwipeHelper390 return super.getEscapeVelocity(); in getEscapeVelocity()395 return getEscapeVelocity(); in getMinDismissVelocity()
391 boolean animateLeft = (Math.abs(velocity) > getEscapeVelocity() && velocity < 0) || in dismissChild()685 protected float getEscapeVelocity() { in getEscapeVelocity() method in SwipeHelper726 boolean ret = (Math.abs(velocity) > getEscapeVelocity()) in swipedFastEnough()
331 doReturn(30f).when(mSwipeHelper).getEscapeVelocity(); in testGetMinDismissVelocity()