Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DInvariantDeviceProfile.java88 float hotseatIconSize; field in InvariantDeviceProfile
103 p.iconSize, p.iconTextSize, p.numHotseatIcons, p.hotseatIconSize, in InvariantDeviceProfile()
120 hotseatIconSize = his; in InvariantDeviceProfile()
123 hotseatScale = hotseatIconSize / iconSize; in InvariantDeviceProfile()
158 hotseatIconSize = interpolatedDeviceProfileOut.hotseatIconSize; in InvariantDeviceProfile()
165 hotseatScale = hotseatIconSize / iconSize; in InvariantDeviceProfile()
309 hotseatIconSize += p.hotseatIconSize; in add()
315 hotseatIconSize *= w; in multiply()
DDeviceProfile.java285 hotseatIconSizePx = (int) (Utilities.pxFromDp(inv.hotseatIconSize, dm) * scale); in updateIconSize()