Searched refs:currentScrollVelocity (Results 1 – 2 of 2) sorted by relevance
355 public void setCurrentScrollVelocity(float currentScrollVelocity) { in setCurrentScrollVelocity() argument356 mCurrentScrollVelocity = currentScrollVelocity; in setCurrentScrollVelocity()
286 float currentScrollVelocity = mAmbientState.getCurrentScrollVelocity(); in updateAppearance() local287 boolean scrollingFast = currentScrollVelocity > mScrollFastThreshold in updateAppearance()290 boolean scrolling = currentScrollVelocity > 0; in updateAppearance()