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.java74 public final int cellLayoutBottomPaddingPx; field in DeviceProfile
187 cellLayoutBottomPaddingPx = cellLayoutPadding; in DeviceProfile()
190 cellLayoutBottomPaddingPx = 0; in DeviceProfile()
462 - cellLayoutBottomPaddingPx, numRows); in getCellSize()
536 hotseatBarBottomPaddingPx + mInsets.bottom + cellLayoutBottomPaddingPx); in getHotseatLayoutPadding()
DWorkspace.java316 int paddingBottom = stableGrid.cellLayoutBottomPaddingPx; in setInsets()
565 int paddingBottom = grid.cellLayoutBottomPaddingPx; in insertNewWorkspaceScreen()