Searched refs:hotseatCellHeightPx (Results 1 – 18 of 18) sorted by relevance
215 public int hotseatCellHeightPx; field in DeviceProfile873 hotseatCellHeightPx = getIconSizeWithOverlap(hotseatIconSizePx); in updateHotseatSizes()1814 hotseatBarSizePx - hotseatBarBottomPadding - hotseatCellHeightPx;1918 return getHotseatBarBottomPadding() - ((hotseatQsbHeight - hotseatCellHeightPx) / 2);1931 return hotseatBarBottomSpacePx - (Math.abs(hotseatCellHeightPx - iconSizePx) / 2);1933 return hotseatBarSizePx - hotseatCellHeightPx;1943 Math.min((hotseatCellHeightPx - iconSizePx) / 2, gridVisualizationPaddingY);2165 writer.println(prefix + pxToDpStr("hotseatCellHeightPx", hotseatCellHeightPx));
76 hotseatCellHeightPx: 135.0px (67.5dp)
76 hotseatCellHeightPx: 159.0px (60.57143dp)
76 hotseatCellHeightPx: 166.0px (63.238094dp)
356 final float hotseatCellHeight = mActivity.getDeviceProfile().hotseatCellHeightPx; in getBubbleBarTranslationYForHotseat()