Home
last modified time | relevance | path

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

/packages/services/Car/car-support-lib/src/android/support/car/ui/
DCarLayoutManager.java583 int positionWhenLastItemIsVisible = in computeVerticalScrollOffset() local
586 if (positionWhenLastItemIsVisible <= 0) { in computeVerticalScrollOffset()
590 if (currentPosition >= positionWhenLastItemIsVisible) { in computeVerticalScrollOffset()
594 return (int) (SCROLL_RANGE * currentPosition / positionWhenLastItemIsVisible); in computeVerticalScrollOffset()