Searched refs:devicePaddingId (Results 1 – 2 of 2) sorted by relevance
152 public int devicePaddingId; field in InvariantDeviceProfile309 devicePaddingId = closestProfile.devicePaddingId; in initGrid()344 if (devicePaddingId != 0) { in initGrid()345 devicePaddings = new DevicePaddings(context, devicePaddingId); in initGrid()690 private final int devicePaddingId; field in InvariantDeviceProfile.GridOption726 devicePaddingId = a.getResourceId( in GridOption()
55 public DevicePaddings(Context context, int devicePaddingId) { in DevicePaddings() argument56 try (XmlResourceParser parser = context.getResources().getXml(devicePaddingId)) { in DevicePaddings()