Lines Matching refs:isQsbInline
107 public final boolean isQsbInline; field in DeviceProfile
552 isQsbInline = mIsScalableGrid && inv.inlineQsb[mTypeIndex] && canQsbInline; in DeviceProfile()
818 if (isQsbInline) { in calculateQsbWidth()
878 } else if (isQsbInline) { in updateHotseatSizes()
907 if (isQsbInline) { in recalculateHotseatWidthAndBorderSpace()
929 int maxHotseatIconsWidthPx = maxHotseatWidthPx - (isQsbInline ? hotseatQsbWidth : 0); in recalculateHotseatWidthAndBorderSpace()
931 (isQsbInline ? 1 : 0) + /* border between nav buttons and first icon */ 1); in recalculateHotseatWidthAndBorderSpace()
942 if (isQsbInline) { in recalculateHotseatWidthAndBorderSpace()
952 maxHotseatIconsWidthPx = maxHotseatWidthPx - (isQsbInline ? hotseatQsbWidth : 0); in recalculateHotseatWidthAndBorderSpace()
958 (isQsbInline ? 1 : 0) + /* border between nav buttons and first icon */ 1); in recalculateHotseatWidthAndBorderSpace()
1774 if (isQsbInline) {
1900 return isQsbInline ? hotseatQsbWidth + hotseatBorderSpace : 0;
1917 if (isQsbInline) {
2187 writer.println(prefix + "\tisQsbInline: " + isQsbInline);