Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DShortcutAndWidgetContainer.java171 int cellPaddingY = in measureChild() local
186 child.setPadding(cellPaddingX, cellPaddingY, cellPaddingX, 0); in measureChild()
DDeviceProfile.java1262 int cellPaddingY = (getCellSize().y - cellHeightPx) / 2;
1263 if (iconDrawablePaddingPx > cellPaddingY && !isVerticalLayout
1268 cellHeightPx -= (iconDrawablePaddingPx - cellPaddingY);
1269 iconDrawablePaddingPx = cellPaddingY;
1568 int cellPaddingY = (int) (res.getDimensionPixelSize(R.dimen.folder_cell_y_padding)
1572 folderCellHeightPx = folderChildIconSizePx + 2 * cellPaddingY + textHeight;