Home
last modified time | relevance | path

Searched refs:smoothOutOfBoundsRatio (Results 1 – 1 of 1) sorted by relevance

/packages/apps/DocumentsUI/src/com/android/documentsui/
DViewAutoScroller.java108 (int) (direction * MAX_SCROLL_STEP * smoothOutOfBoundsRatio(outOfBoundsRatio)); in computeScrollDistance()
125 private float smoothOutOfBoundsRatio(float ratio) { in smoothOutOfBoundsRatio() method in ViewAutoScroller