Searched refs:mScrollFastThreshold (Results 1 – 1 of 1) sorted by relevance
87 private int mScrollFastThreshold; field in NotificationShelf157 mScrollFastThreshold = res.getDimensionPixelOffset(R.dimen.scroll_fast_threshold); in initDimens()262 boolean scrollingFast = currentScrollVelocity > mScrollFastThreshold in updateAppearance()264 && Math.abs(mAmbientState.getExpandingVelocity()) > mScrollFastThreshold); in updateAppearance()