Searched defs:mNotificationFlingVelocity (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DTabletStatusBar.java160 int mNotificationFlingVelocity; field in class:TabletStatusBar
482 mNotificationFlingVelocity = 300; // px/s
1443 if (mVT.getYVelocity() < -mNotificationFlingVelocity) {
1544 (peeking && mVT.getYVelocity() < -mNotificationFlingVelocity*3)
1545 || (mVT.getYVelocity() < -mNotificationFlingVelocity))) {

Completed in 88 milliseconds