Searched refs:currentScrollVelocity (Results 1 – 2 of 2) sorted by relevance
512 public void setCurrentScrollVelocity(float currentScrollVelocity) { in setCurrentScrollVelocity() argument513 mCurrentScrollVelocity = currentScrollVelocity; in setCurrentScrollVelocity()
395 float currentScrollVelocity = mAmbientState.getCurrentScrollVelocity(); in updateAppearance() local396 boolean scrollingFast = currentScrollVelocity > mScrollFastThreshold in updateAppearance()