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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
AmbientState.java 260 public void setCurrentScrollVelocity(float currentScrollVelocity) {
261 mCurrentScrollVelocity = currentScrollVelocity;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationShelf.java 247 float currentScrollVelocity = mAmbientState.getCurrentScrollVelocity();
248 boolean scrollingFast = currentScrollVelocity > mScrollFastThreshold
251 boolean scrolling = currentScrollVelocity > 0;
    [all...]

Completed in 62 milliseconds