Home
last modified time | relevance | path

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

/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
DMultiSelectManager.java1361 final int numPixels = (int) (cappedScrollStep * smoothTimeRatio(timeRatio)); in computeScrollDistance()
1390 private float smoothTimeRatio(float ratio) { in smoothTimeRatio() method in MultiSelectManager.BandController.ViewScroller