Lines Matching refs:hotseatBorderSpace

234     public int hotseatBorderSpace;  field in DeviceProfile
764 hotseatBorderSpace = cellLayoutBorderSpacePx.y; in DeviceProfile()
816 private int calculateQsbWidth(int hotseatBorderSpace) { in calculateQsbWidth() argument
822 - hotseatBorderSpace * numShownHotseatIcons in calculateQsbWidth()
902 while (hotseatBorderSpace < mMinHotseatIconSpacePx in recalculateHotseatWidthAndBorderSpace()
911 mMinHotseatQsbWidthPx + hotseatBorderSpace + mHotseatWidthPx; in recalculateHotseatWidthAndBorderSpace()
916 mMinHotseatQsbWidthPx + hotseatBorderSpace + mHotseatWidthPx; in recalculateHotseatWidthAndBorderSpace()
919 hotseatQsbWidth = calculateQsbWidth(hotseatBorderSpace); in recalculateHotseatWidthAndBorderSpace()
930 hotseatBorderSpace = calculateHotseatBorderSpace(maxHotseatIconsWidthPx, in recalculateHotseatWidthAndBorderSpace()
933 if (hotseatBorderSpace >= mMinHotseatIconSpacePx) { in recalculateHotseatWidthAndBorderSpace()
938 hotseatBorderSpace = mMinHotseatIconSpacePx; in recalculateHotseatWidthAndBorderSpace()
957 hotseatBorderSpace = calculateHotseatBorderSpace(maxHotseatIconsWidthPx, in recalculateHotseatWidthAndBorderSpace()
959 } while (hotseatBorderSpace < mMinHotseatIconSpacePx && numShownHotseatIcons > 1); in recalculateHotseatWidthAndBorderSpace()
965 hotseatBorderSpace = calculateHotseatBorderSpace(mHotseatWidthPx, /* numExtraBorder= */ 0); in updateHotseatWidthAndBorderSpace()
1638 heightPx - hotseatBarPadding.top - hotseatBarPadding.bottom, hotseatBorderSpace,
1785 iconSizePx * numShownHotseatIcons + hotseatBorderSpace * (numShownHotseatIcons - 1);
1822 endSpacing = availableWidthPx - hotseatWidth - startSpacing + hotseatBorderSpace;
1900 return isQsbInline ? hotseatQsbWidth + hotseatBorderSpace : 0;
1909 + hotseatBorderSpace * (numShownHotseatIcons - (areNavButtonsInline ? 0 : 1))
2186 writer.println(prefix + pxToDpStr("hotseatBorderSpace", hotseatBorderSpace));