Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DDeviceProfile.java118 private int hotseatLandGutterPx; field in DeviceProfile
198 hotseatLandGutterPx = res.getDimensionPixelSize(R.dimen.dynamic_grid_hotseat_gutter_width); in DeviceProfile()
413 hotseatBarHeightPx + hotseatLandGutterPx - mInsets.left, 2 * edgeMarginPx); in getWorkspacePadding()
416 hotseatBarHeightPx + hotseatLandGutterPx, 2 * edgeMarginPx); in getWorkspacePadding()
660 hotseatBarHeightPx + hotseatLandGutterPx + mInsets.left) / 2; in getContainerPadding()