Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DDeviceProfile.java106 public final int cellLayoutBottomPaddingPx; field in DeviceProfile
300 cellLayoutBottomPaddingPx = 0; in DeviceProfile()
303 cellLayoutBottomPaddingPx = cellLayoutPadding; in DeviceProfile()
306 cellLayoutBottomPaddingPx = 0; in DeviceProfile()
733 - cellLayoutBottomPaddingPx, cellLayoutBorderSpacingPx, inv.numRows); in getCellSize()
815 + cellLayoutBottomPaddingPx + mInsets.bottom); in getHotseatLayoutPadding()
DWorkspace.java330 int paddingBottom = grid.cellLayoutBottomPaddingPx; in setInsets()
627 int paddingBottom = grid.cellLayoutBottomPaddingPx; in insertNewWorkspaceScreen()