Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DDeviceProfile.java76 private float hotseatIconSize; field in DeviceProfile
151 hotseatIconSize = his; in DeviceProfile()
239 points.add(new DeviceProfileQuery(p, p.hotseatIconSize)); in DeviceProfile()
242 hotseatIconSize = invDistWeightedInterpolate(minWidth, minHeight, points); in DeviceProfile()
370 hotseatIconSizePx = (int) (DynamicGrid.pxFromDp(hotseatIconSize, dm) * scale); in updateIconSize()