Home
last modified time | relevance | path

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

/packages/services/Car/car-support-lib/src/android/support/car/ui/
DCarLayoutManager.java542 int sampleViewHeight = getSampleViewHeight(); in computeVerticalScrollExtent() local
544 int sampleViewsThatCanFitOnScreen = availableHeight / sampleViewHeight; in computeVerticalScrollExtent()
580 int sampleViewHeight = getSampleViewHeight(); in computeVerticalScrollOffset() local
582 int numberOfSampleViewsThatCanFitOnScreen = availableHeight / sampleViewHeight; in computeVerticalScrollOffset()