Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DShortcutAndWidgetContainer.java172 dp.cellYPaddingPx >= 0 && mContainerType == WORKSPACE in measureChild()
173 ? dp.cellYPaddingPx in measureChild()
DDeviceProfile.java188 public int cellYPaddingPx = -1; field in DeviceProfile
1192 cellYPaddingPx = Math.max(0, getCellSize().y - getIconSizeWithOverlap(iconSizePx))
1195 cellYPaddingPx = Math.max(0, cellHeightPx - cellContentHeight) / 2;
1253 cellYPaddingPx = Math.max(0, cellHeightPx - cellContentHeight) / 2;