Searched refs:currentScrollVelocity (Results 1 – 2 of 2) sorted by relevance
528 public void setCurrentScrollVelocity(float currentScrollVelocity) { in setCurrentScrollVelocity() argument529 mCurrentScrollVelocity = currentScrollVelocity; in setCurrentScrollVelocity()
400 float currentScrollVelocity = mAmbientState.getCurrentScrollVelocity(); in updateAppearance() local401 boolean scrollingFast = currentScrollVelocity > mScrollFastThreshold in updateAppearance()