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

/packages/apps/Launcher3/src/com/android/launcher3/
H A DInvariantDeviceProfile.java77 float numHotseatIcons; field in class:InvariantDeviceProfile
93 p.iconSize, p.iconTextSize, p.numHotseatIcons, p.hotseatIconSize,
114 numHotseatIcons = hs;
142 numHotseatIcons = closestProfile.numHotseatIcons;
143 hotseatAllAppsRank = (int) (numHotseatIcons / 2);

Completed in 10 milliseconds