Lines Matching refs:availableWidthPx
50 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()
397 availableWidthPx, Integer.MAX_VALUE); in getHotseatRect()
550 lp.width = Math.min(availableWidthPx, maxWidth); in layout()