Home
last modified time | relevance | path

Searched refs:getEscapeVelocity (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSwipeHelper.java376 boolean animateLeft = (Math.abs(velocity) > getEscapeVelocity() && velocity < 0) || in dismissChild()
649 protected float getEscapeVelocity() { in getEscapeVelocity() method in SwipeHelper
686 boolean ret = (Math.abs(velocity) > getEscapeVelocity()) in swipedFastEnough()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java4790 return getEscapeVelocity();