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.java173 dp.cellYPaddingPx >= 0 && mContainerType == WORKSPACE in measureChild()
174 ? dp.cellYPaddingPx in measureChild()
DDeviceProfile.java188 public int cellYPaddingPx = -1; field in DeviceProfile
1279 cellYPaddingPx = Math.max(0, getCellSize().y - getIconSizeWithOverlap(iconSizePx))
1282 cellYPaddingPx = Math.max(0, cellHeightPx - cellContentHeight) / 2;
1340 cellYPaddingPx = Math.max(0, cellHeightPx - cellContentHeight) / 2;