HomeSort by relevance Sort by last modified time
    Searched refs:cellPaddingX (Results 1 - 2 of 2) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/
ShortcutAndWidgetContainer.java 123 int cellPaddingX = (int) (profile.edgeMarginPx / 2f);
124 child.setPadding(cellPaddingX, cellPaddingY, cellPaddingX, 0);
DeviceProfile.java 348 int cellPaddingX = (int) (res.getDimensionPixelSize(R.dimen.folder_cell_x_padding) * scale);
351 folderCellWidthPx = folderChildIconSizePx + 2 * cellPaddingX;

Completed in 241 milliseconds