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

  /packages/apps/Launcher3/src/com/android/launcher3/
ShortcutAndWidgetContainer.java 156 int cellPaddingX = (int) (grid.edgeMarginPx / 2f);
157 child.setPadding(cellPaddingX, cellPaddingY, cellPaddingX, 0);
Hotseat.java 116 int cellPaddingX = (int) Math.max(0, ((coords.width() - cWidth) / 2f));
118 coords.offset(cellPaddingX, cellPaddingY);

Completed in 70 milliseconds