Searched refs:getEscapeVelocity (Results 1 – 3 of 3) sorted by relevance
195 final boolean gestureFastEnough = getEscapeVelocity() <= Math.abs(velocity); in handleSwipeFromClosedState()371 protected float getEscapeVelocity() { in getEscapeVelocity() method in NotificationSwipeHelper372 return super.getEscapeVelocity(); in getEscapeVelocity()377 return getEscapeVelocity(); in getMinDismissVelocity()
388 boolean animateLeft = (Math.abs(velocity) > getEscapeVelocity() && velocity < 0) || in dismissChild()678 protected float getEscapeVelocity() { in getEscapeVelocity() method in SwipeHelper717 boolean ret = (Math.abs(velocity) > getEscapeVelocity()) in swipedFastEnough()
329 doReturn(30f).when(mSwipeHelper).getEscapeVelocity(); in testGetMinDismissVelocity()