Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DInvariantDeviceProfile.java110 public float minCellWidth; field in InvariantDeviceProfile
175 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.DisplayOption
688 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()
DDeviceProfile.java584 cellWidthPx = pxFromDp(inv.minCellWidth, mMetrics, scale);
926 writer.println(prefix + "\tinv.minCellWidth:" + inv.minCellWidth + "dp"); in dump()