Home
last modified time | relevance | path

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

/packages/services/Car/car-support-lib/src/android/support/car/ui/
DCarLayoutManager.java1045 int totalScrollDistance = getDecoratedMeasuredHeight(child) + in offsetRowsIndividually() local
1050 float percentageIntoScroll = 1 - distanceLeftInScroll / (float) totalScrollDistance; in offsetRowsIndividually()