Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DDeviceProfile.java928 int maxHotseatWidthPx = availableWidthPx - sideSpacePx - hotseatBarEndOffset; in recalculateHotseatWidthAndBorderSpace() local
929 int maxHotseatIconsWidthPx = maxHotseatWidthPx - (isQsbInline ? hotseatQsbWidth : 0); in recalculateHotseatWidthAndBorderSpace()
943 hotseatQsbWidth -= requiredWidth - maxHotseatWidthPx; in recalculateHotseatWidthAndBorderSpace()
952 maxHotseatIconsWidthPx = maxHotseatWidthPx - (isQsbInline ? hotseatQsbWidth : 0); in recalculateHotseatWidthAndBorderSpace()