Home
last modified time | relevance | path

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

/packages/services/Car/car-support-lib/src/android/support/car/ui/
DCarLayoutManager.java1050 float percentageIntoScroll = 1 - distanceLeftInScroll / (float) totalScrollDistance; in offsetRowsIndividually() local
1052 mDanglingRowInterpolator.getInterpolation(percentageIntoScroll); in offsetRowsIndividually()