Searched defs:hotseatIconSizePx (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
H A DDeviceProfile.java86 public int hotseatIconSizePx; field in class:DeviceProfile
170 allAppsButtonVisualSize = (int) (hotseatIconSizePx * (1 - padding));
196 hotseatIconSizePx = (int) (Utilities.pxFromDp(inv.hotseatIconSize, dm) * scale);

Completed in 50 milliseconds