Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DDeviceProfile.java102 public final int cellLayoutBottomPaddingPx; field in DeviceProfile
309 cellLayoutBottomPaddingPx = 0; in DeviceProfile()
312 cellLayoutBottomPaddingPx = cellLayoutPadding; in DeviceProfile()
315 cellLayoutBottomPaddingPx = 0; in DeviceProfile()
830 - cellLayoutBottomPaddingPx, cellLayoutBorderSpacePx.y, inv.numRows); in getCellSize()
930 + cellLayoutBottomPaddingPx + mInsets.bottom); in getHotseatLayoutPadding()
H A DWorkspace.java333 int paddingBottom = grid.cellLayoutBottomPaddingPx; in updateWorkspaceScreensPadding()