Home
last modified time | relevance | path

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

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/helper/
DItemTouchHelper.java2138 final float timeRatio; in interpolateOutOfBoundsScroll() local
2140 timeRatio = 1f; in interpolateOutOfBoundsScroll()
2142 timeRatio = (float) msSinceStartScroll / DRAG_SCROLL_ACCELERATION_LIMIT_TIME_MS; in interpolateOutOfBoundsScroll()
2145 .getInterpolation(timeRatio)); in interpolateOutOfBoundsScroll()
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
DMultiSelectManager.java1357 final float timeRatio = Math.min( in computeScrollDistance() local
1361 final int numPixels = (int) (cappedScrollStep * smoothTimeRatio(timeRatio)); in computeScrollDistance()