Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DDeviceProfile.java683 int cellPaddingY = (getCellSize().y - cellHeightPx) / 2;
684 if (iconDrawablePaddingPx > cellPaddingY && !isVerticalLayout
689 cellHeightPx -= (iconDrawablePaddingPx - cellPaddingY);
690 iconDrawablePaddingPx = cellPaddingY;
789 int cellPaddingY = (int) (res.getDimensionPixelSize(R.dimen.folder_cell_y_padding) in updateFolderCellSize() local
793 folderCellHeightPx = folderChildIconSizePx + 2 * cellPaddingY + textHeight; in updateFolderCellSize()
H A DShortcutAndWidgetContainer.java142 int cellPaddingY = dp.isScalableGrid && mContainerType == WORKSPACE in measureChild() local
155 child.setPadding(cellPaddingX, cellPaddingY, cellPaddingX, 0); in measureChild()