Searched refs:currentScrollVelocity (Results 1 – 2 of 2) sorted by relevance
359 public void setCurrentScrollVelocity(float currentScrollVelocity) { in setCurrentScrollVelocity() argument360 mCurrentScrollVelocity = currentScrollVelocity; in setCurrentScrollVelocity()
266 float currentScrollVelocity = mAmbientState.getCurrentScrollVelocity(); in updateAppearance() local267 boolean scrollingFast = currentScrollVelocity > mScrollFastThreshold in updateAppearance()270 boolean scrolling = currentScrollVelocity > 0; in updateAppearance()