Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DAmbientState.java422 public void setCurrentScrollVelocity(float currentScrollVelocity) { in setCurrentScrollVelocity() argument
423 mCurrentScrollVelocity = currentScrollVelocity; in setCurrentScrollVelocity()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java237 float currentScrollVelocity = mAmbientState.getCurrentScrollVelocity(); in updateAppearance() local
238 boolean scrollingFast = currentScrollVelocity > mScrollFastThreshold in updateAppearance()