Searched refs:availableWidthPx (Results 1 – 3 of 3) sorted by relevance
50 public final int availableWidthPx; field in DeviceProfile164 availableWidthPx = maxSize.x; in DeviceProfile()167 availableWidthPx = minSize.x; in DeviceProfile()258 (availableWidthPx - 4 * edgeMarginPx) / inv.numFolderColumns); in updateIconSize()272 int availableAppsWidthPx = (recyclerViewWidth > 0) ? recyclerViewWidth : availableWidthPx; in updateAppsViewNumCols()301 bounds.set(availableWidthPx - normalSearchBarSpaceHeightPx, edgeMarginPx, in getSearchBarBounds()302 availableWidthPx, availableHeightPx - edgeMarginPx); in getSearchBarBounds()318 availableWidthPx - (edgeMarginPx + gap), boundsBottom); in getSearchBarBounds()322 availableWidthPx - (desiredWorkspaceLeftRightMarginPx - in getSearchBarBounds()393 return new Rect(availableWidthPx - normalHotseatBarHeightPx, 0, in getHotseatRect()[all …]
68 int width = ((Launcher) context).getDeviceProfile().availableWidthPx; in BaseContainerView()
1014 if (grid.isPhone && (grid.availableWidthPx - width) < grid.iconSizePx) { in centerAboutIcon()1016 left = (grid.availableWidthPx - width) / 2; in centerAboutIcon()