Home
last modified time | relevance | path

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

/packages/apps/Car/Launcher/libs/appgrid/lib/src/com/android/car/carlauncher/pagination/
DPageMeasurementHelper.java124 int pageIndicatorWidth, pageIndicatorHeight; in handleWindowSizeChange() local
131 pageIndicatorHeight = mDefinedPageIndicatorSize; in handleWindowSizeChange()
138 pageIndicatorHeight = gridHeight; in handleWindowSizeChange()
141 marginHorizontal, marginVertical, pageIndicatorWidth, pageIndicatorHeight, in handleWindowSizeChange()
217 int marginVertical, int pageIndicatorWidth, int pageIndicatorHeight, in PageDimensions() argument
224 pageIndicatorHeightPx = pageIndicatorHeight; in PageDimensions()