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

  /packages/apps/Launcher3/src/com/android/launcher3/
Hotseat.java 117 int cellPaddingY = (int) Math.max(0, ((coords.height() - cHeight) / 2f));
118 coords.offset(cellPaddingX, cellPaddingY);
ShortcutAndWidgetContainer.java 155 int cellPaddingY = (int) Math.max(0, ((lp.height - cHeight) / 2f));
157 child.setPadding(cellPaddingX, cellPaddingY, cellPaddingX, 0);
CellLayout.java     [all...]

Completed in 60 milliseconds