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.java70 public final int cellLayoutBottomPaddingPx; field in DeviceProfile
180 cellLayoutBottomPaddingPx = cellLayoutPadding; in DeviceProfile()
183 cellLayoutBottomPaddingPx = 0; in DeviceProfile()
429 - cellLayoutBottomPaddingPx, inv.numRows); in getCellSize()
503 hotseatBarBottomPaddingPx + mInsets.bottom + cellLayoutBottomPaddingPx); in getHotseatLayoutPadding()
DWorkspace.java318 int paddingBottom = stableGrid.cellLayoutBottomPaddingPx; in setInsets()
572 int paddingBottom = grid.cellLayoutBottomPaddingPx; in insertNewWorkspaceScreen()