Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShelf.java89 private int mScrollFastThreshold; field in NotificationShelf
166 mScrollFastThreshold = res.getDimensionPixelOffset(R.dimen.scroll_fast_threshold); in updateResources()
396 boolean scrollingFast = currentScrollVelocity > mScrollFastThreshold in updateAppearance()
398 && Math.abs(mAmbientState.getExpandingVelocity()) > mScrollFastThreshold); in updateAppearance()