Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DDeviceProfile.java110 int allAppsCellWidthPx; field in DeviceProfile
399 allAppsCellWidthPx = allAppsIconSizePx; in updateIconSize()
418 (allAppsCellWidthPx + allAppsCellPaddingPx); in updateIconSize()
805 int paddingLR = (availableWidthPx - (allAppsCellWidthPx * allAppsNumCols)) / in layout()
811 int maxAllAppsWidth = (allAppsNumCols * (allAppsCellWidthPx + 2 * paddingLR)); in layout()
814 if ((isTablet() || isLandscape) && gridPaddingLR > (allAppsCellWidthPx / 4)) { in layout()