Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java84 private int mScrollFastThreshold; field in NotificationShelf
152 mScrollFastThreshold = res.getDimensionPixelOffset(R.dimen.scroll_fast_threshold); in initDimens()
287 boolean scrollingFast = currentScrollVelocity > mScrollFastThreshold in updateAppearance()
289 && Math.abs(mAmbientState.getExpandingVelocity()) > mScrollFastThreshold); in updateAppearance()