Searched refs:currentScrollVelocity (Results 1 – 2 of 2) sorted by relevance
358 public void setCurrentScrollVelocity(float currentScrollVelocity) { in setCurrentScrollVelocity() argument359 mCurrentScrollVelocity = currentScrollVelocity; in setCurrentScrollVelocity()
261 float currentScrollVelocity = mAmbientState.getCurrentScrollVelocity(); in updateAppearance() local262 boolean scrollingFast = currentScrollVelocity > mScrollFastThreshold in updateAppearance()265 boolean scrolling = currentScrollVelocity > 0; in updateAppearance()