Searched refs:currentScrollVelocity (Results 1 – 2 of 2) sorted by relevance
422 public void setCurrentScrollVelocity(float currentScrollVelocity) { in setCurrentScrollVelocity() argument423 mCurrentScrollVelocity = currentScrollVelocity; in setCurrentScrollVelocity()
237 float currentScrollVelocity = mAmbientState.getCurrentScrollVelocity(); in updateAppearance() local238 boolean scrollingFast = currentScrollVelocity > mScrollFastThreshold in updateAppearance()