HomeSort by relevance Sort by last modified time
    Searched refs:getMinVelocityPxPerSecond (Results 1 - 4 of 4) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
FlingAnimationUtils.java 244 public float getMinVelocityPxPerSecond() {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
RecentsView.java 581 if (event.velocity > mFlingAnimationUtils.getMinVelocityPxPerSecond()) {
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PanelView.java 591 if (Math.abs(vectorVel) < mFlingAnimationUtils.getMinVelocityPxPerSecond()) {
    [all...]
NotificationPanelView.java 712 if (Math.abs(vel) < mFlingAnimationUtils.getMinVelocityPxPerSecond()) {
    [all...]

Completed in 312 milliseconds