Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DDeviceProfile.java90 int widthPx; field in DeviceProfile
373 searchBarSpaceWidthPx = Math.min(widthPx, in updateIconSize()
434 widthPx = wPx; in updateFromConfiguration()
541 ? Math.max(widthPx, heightPx) in getSearchBarBounds()
542 : Math.min(widthPx, heightPx); in getSearchBarBounds()
569 int pageIndicatorLeft = widthPx - workspacePadding.right; in getWorkspacePageIndicatorBounds()
577 widthPx - workspacePadding.right, pageIndicatorTop + pageIndicatorHeightPx); in getWorkspacePageIndicatorBounds()
604 ? Math.max(widthPx, heightPx) in getWorkspacePadding()
605 : Math.min(widthPx, heightPx); in getWorkspacePadding()
607 ? Math.max(widthPx, heightPx) in getWorkspacePadding()
[all …]
DDynamicGrid.java54 int widthPx, int heightPx, in DynamicGrid() argument
91 widthPx, heightPx, in DynamicGrid()
103 ", W: " + mProfile.widthPx + ", H: " + mProfile.heightPx + in toString()
DUtilities.java323 public static void setIconSize(int widthPx) { in setIconSize() argument
324 sIconWidth = sIconHeight = widthPx; in setIconSize()
DCellLayout.java2911 int parentWidth = grid.calculateCellWidth(grid.widthPx in rectToCell()