Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DDeviceProfile.java215 public int hotseatCellHeightPx; field in DeviceProfile
873 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));
/packages/apps/Launcher3/tests/assets/dumpTests/DeviceProfileDumpTest/
DtabletPortrait3Button.txt76 hotseatCellHeightPx: 135.0px (67.5dp)
DtabletLandscape3Button.txt76 hotseatCellHeightPx: 135.0px (67.5dp)
DtwoPanelPortrait_decoupleDepth.txt76 hotseatCellHeightPx: 159.0px (60.57143dp)
DtwoPanelPortrait3Button_decoupleDepth.txt76 hotseatCellHeightPx: 159.0px (60.57143dp)
DtwoPanelPortrait3Button.txt76 hotseatCellHeightPx: 159.0px (60.57143dp)
DtabletPortrait.txt76 hotseatCellHeightPx: 135.0px (67.5dp)
DtwoPanelPortrait.txt76 hotseatCellHeightPx: 159.0px (60.57143dp)
DphoneVerticalBar.txt76 hotseatCellHeightPx: 166.0px (63.238094dp)
DtabletLandscape.txt76 hotseatCellHeightPx: 135.0px (67.5dp)
DtwoPanelLandscape3Button.txt76 hotseatCellHeightPx: 159.0px (60.57143dp)
DphonePortrait.txt76 hotseatCellHeightPx: 166.0px (63.238094dp)
DphonePortrait3Button.txt76 hotseatCellHeightPx: 166.0px (63.238094dp)
DtwoPanelLandscape3Button_decoupleDepth.txt76 hotseatCellHeightPx: 159.0px (60.57143dp)
DtwoPanelLandscape_decoupleDepth.txt76 hotseatCellHeightPx: 159.0px (60.57143dp)
DtwoPanelLandscape.txt76 hotseatCellHeightPx: 159.0px (60.57143dp)
DphoneVerticalBar3Button.txt76 hotseatCellHeightPx: 166.0px (63.238094dp)
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleStashController.java356 final float hotseatCellHeight = mActivity.getDeviceProfile().hotseatCellHeightPx; in getBubbleBarTranslationYForHotseat()