Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DDeviceProfile.java871 private void updateHotseatSizes(int hotseatIconSizePx) { in updateHotseatSizes() argument
873 hotseatCellHeightPx = getIconSizeWithOverlap(hotseatIconSizePx); in updateHotseatSizes()
876 hotseatBarSizePx = hotseatIconSizePx + mHotseatBarEdgePaddingPx in updateHotseatSizes()
879 hotseatBarSizePx = Math.max(hotseatIconSizePx, hotseatQsbVisualHeight) in updateHotseatSizes()
882 hotseatBarSizePx = hotseatIconSizePx in updateHotseatSizes()