Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DDeviceProfile.java123 int allAppsNumCols; field in DeviceProfile
412 allAppsNumCols = isLandscape ? allAppsLongEdgeCount : allAppsShortEdgeCount; in updateIconSize()
417 allAppsNumCols = (availableWidthPx) / in updateIconSize()
419 allAppsNumCols = Math.max(minEdgeCellCount, Math.min(maxCols, allAppsNumCols)); in updateIconSize()
805 int paddingLR = (availableWidthPx - (allAppsCellWidthPx * allAppsNumCols)) / in layout()
806 (2 * (allAppsNumCols + 1)); in layout()
811 int maxAllAppsWidth = (allAppsNumCols * (allAppsCellWidthPx + 2 * paddingLR)); in layout()
DAppsCustomizePagedView.java344 mCellCountX = (int) grid.allAppsNumCols; in onDataReady()