Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DDeviceProfile.java607 int totalItemWidth = visibleChildCount * overviewModeBarItemWidthPx; in layout() local
608 int maxWidth = totalItemWidth + (visibleChildCount - 1) * overviewModeBarSpacerWidthPx; in layout()