Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DDeviceProfile.java595 int cellPaddingY = (getCellSize().y - cellHeightPx) / 2;
596 if (iconDrawablePaddingPx > cellPaddingY && !isVerticalLayout
601 cellHeightPx -= (iconDrawablePaddingPx - cellPaddingY);
602 iconDrawablePaddingPx = cellPaddingY;
695 int cellPaddingY = (int) (res.getDimensionPixelSize(R.dimen.folder_cell_y_padding) in updateFolderCellSize() local
699 folderCellHeightPx = folderChildIconSizePx + 2 * cellPaddingY + textHeight; in updateFolderCellSize()
DShortcutAndWidgetContainer.java141 int cellPaddingY = dp.isScalableGrid && mContainerType == WORKSPACE in measureChild() local
153 child.setPadding(cellPaddingX, cellPaddingY, cellPaddingX, 0); in measureChild()