Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DDeviceProfile.java221 public int hotseatBarBottomSpacePx; field in DeviceProfile
612 hotseatBarBottomSpacePx = mInsets.bottom + minQsbMargin; in DeviceProfile()
615 hotseatBarBottomSpacePx = hotseatBarBottomSpace; in DeviceProfile()
880 + hotseatBarBottomSpacePx; in updateHotseatSizes()
885 + hotseatBarBottomSpacePx; in updateHotseatSizes()
1922 return hotseatBarBottomSpacePx - hotseatQsbShadowHeight;
1931 return hotseatBarBottomSpacePx - (Math.abs(hotseatCellHeightPx - iconSizePx) / 2);
2166 writer.println(prefix + pxToDpStr("hotseatBarBottomSpacePx", hotseatBarBottomSpacePx));
/packages/apps/Launcher3/tests/assets/dumpTests/DeviceProfileDumpTest/
DtabletPortrait3Button.txt77 hotseatBarBottomSpacePx: 152.0px (76.0dp)
DtabletLandscape3Button.txt77 hotseatBarBottomSpacePx: 80.0px (40.0dp)
DtwoPanelPortrait_decoupleDepth.txt77 hotseatBarBottomSpacePx: 126.0px (48.0dp)
DtwoPanelPortrait3Button_decoupleDepth.txt77 hotseatBarBottomSpacePx: 126.0px (48.0dp)
DtwoPanelPortrait3Button.txt77 hotseatBarBottomSpacePx: 126.0px (48.0dp)
DtabletPortrait.txt77 hotseatBarBottomSpacePx: 152.0px (76.0dp)
DtwoPanelPortrait.txt77 hotseatBarBottomSpacePx: 126.0px (48.0dp)
DphoneVerticalBar.txt77 hotseatBarBottomSpacePx: 0.0px (0.0dp)
DtabletLandscape.txt77 hotseatBarBottomSpacePx: 80.0px (40.0dp)
DtwoPanelLandscape3Button.txt77 hotseatBarBottomSpacePx: 126.0px (48.0dp)
DphonePortrait.txt77 hotseatBarBottomSpacePx: 126.0px (48.0dp)
DphonePortrait3Button.txt77 hotseatBarBottomSpacePx: 147.0px (56.0dp)
DtwoPanelLandscape3Button_decoupleDepth.txt77 hotseatBarBottomSpacePx: 126.0px (48.0dp)
DtwoPanelLandscape_decoupleDepth.txt77 hotseatBarBottomSpacePx: 126.0px (48.0dp)
DtwoPanelLandscape.txt77 hotseatBarBottomSpacePx: 126.0px (48.0dp)
DphoneVerticalBar3Button.txt77 hotseatBarBottomSpacePx: 0.0px (0.0dp)
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleStashController.java355 final float hotseatBottomSpace = mActivity.getDeviceProfile().hotseatBarBottomSpacePx; in getBubbleBarTranslationYForHotseat()