Searched refs:minCellWidth (Results 1 – 2 of 2) sorted by relevance
110 public float minCellWidth; field in InvariantDeviceProfile175 minCellWidth = p.minCellWidth; in InvariantDeviceProfile()243 result.minCellWidth = defaultDisplayOption.minCellWidth; in InvariantDeviceProfile()301 minCellWidth = displayOption.minCellWidth; in initGrid()665 private float minCellWidth; field in InvariantDeviceProfile.DisplayOption688 minCellWidth = a.getFloat(R.styleable.ProfileDisplayOption_minCellWidthDps, 0); in DisplayOption()715 minCellWidth = 0; in DisplayOption()727 minCellWidth *= w; in multiply()740 minCellWidth += p.minCellWidth; in add()
584 cellWidthPx = pxFromDp(inv.minCellWidth, mMetrics, scale);926 writer.println(prefix + "\tinv.minCellWidth:" + inv.minCellWidth + "dp"); in dump()