HomeSort by relevance Sort by last modified time
    Searched refs:hotseatIconSize (Results 1 - 2 of 2) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/
InvariantDeviceProfile.java 78 float hotseatIconSize;
93 p.iconSize, p.iconTextSize, p.numHotseatIcons, p.hotseatIconSize,
115 hotseatIconSize = his;
152 hotseatIconSize = interpolatedDeviceProfileOut.hotseatIconSize;
175 // iconSize, iconTextSize, #hotseat, #hotseatIconSize, defaultLayoutId.
286 hotseatIconSize += p.hotseatIconSize;
292 hotseatIconSize *= w;
DeviceProfile.java 199 hotseatIconSizePx = (int) (Utilities.pxFromDp(inv.hotseatIconSize, dm) * scale);

Completed in 74 milliseconds