Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DInvariantDeviceProfile.java148 @Nullable public DevicePaddings devicePaddings; field in InvariantDeviceProfile
183 devicePaddings = p.devicePaddings; in InvariantDeviceProfile()
321 devicePaddings = new DevicePaddings(context, devicePaddingId); in initGrid()
DDeviceProfile.java363 if (isScalableGrid && inv.devicePaddings != null) { in DeviceProfile()
366 DevicePadding padding = inv.devicePaddings.getDevicePadding(unscaledExtraSpace); in DeviceProfile()
989 if (inv.devicePaddings != null) { in dump()
992 inv.devicePaddings.getDevicePadding(unscaledExtraSpace).getMaxEmptySpacePx())); in dump()