Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DDeviceProfile.java270 int allAppsCellWidthGap = in updateAppsViewNumCols() local
273 int numAppsCols = (availableAppsWidthPx + allAppsCellWidthGap - appsViewLeftMarginPx) / in updateAppsViewNumCols()
274 (allAppsIconSizePx + allAppsCellWidthGap); in updateAppsViewNumCols()