Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DAmbientState.java512 public void setCurrentScrollVelocity(float currentScrollVelocity) { in setCurrentScrollVelocity() argument
513 mCurrentScrollVelocity = currentScrollVelocity; in setCurrentScrollVelocity()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShelf.java395 float currentScrollVelocity = mAmbientState.getCurrentScrollVelocity(); in updateAppearance() local
396 boolean scrollingFast = currentScrollVelocity > mScrollFastThreshold in updateAppearance()