Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DDeviceProfile.java50 public final int availableWidthPx; field in DeviceProfile
164 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 …]
DBaseContainerView.java68 int width = ((Launcher) context).getDeviceProfile().availableWidthPx; in BaseContainerView()
DFolder.java1014 if (grid.isPhone && (grid.availableWidthPx - width) < grid.iconSizePx) { in centerAboutIcon()
1016 left = (grid.availableWidthPx - width) / 2; in centerAboutIcon()