Home
last modified time | relevance | path

Searched refs:maxEmptySpace (Results 1 – 17 of 17) sorted by relevance

/packages/apps/Launcher3/tests/assets/dumpTests/DeviceProfileDumpTest/
DtabletPortrait3Button.txt107 maxEmptySpace: 19998.0px (9999.0dp)
DtabletLandscape3Button.txt107 maxEmptySpace: 200.0px (100.0dp)
DtwoPanelPortrait_decoupleDepth.txt107 maxEmptySpace: 0.0px (0.0dp)
DtwoPanelPortrait3Button_decoupleDepth.txt107 maxEmptySpace: 0.0px (0.0dp)
DtwoPanelPortrait3Button.txt107 maxEmptySpace: 0.0px (0.0dp)
DtabletPortrait.txt107 maxEmptySpace: 19998.0px (9999.0dp)
DtwoPanelPortrait.txt107 maxEmptySpace: 0.0px (0.0dp)
DphoneVerticalBar.txt107 maxEmptySpace: 0.0px (0.0dp)
DtabletLandscape.txt107 maxEmptySpace: 200.0px (100.0dp)
DtwoPanelLandscape3Button.txt107 maxEmptySpace: 0.0px (0.0dp)
DphonePortrait.txt107 maxEmptySpace: 0.0px (0.0dp)
DphonePortrait3Button.txt107 maxEmptySpace: 0.0px (0.0dp)
DtwoPanelLandscape3Button_decoupleDepth.txt107 maxEmptySpace: 0.0px (0.0dp)
DtwoPanelLandscape_decoupleDepth.txt107 maxEmptySpace: 0.0px (0.0dp)
DtwoPanelLandscape.txt107 maxEmptySpace: 0.0px (0.0dp)
DphoneVerticalBar3Button.txt107 maxEmptySpace: 0.0px (0.0dp)
/packages/apps/Launcher3/src/com/android/launcher3/
DDeviceProfile.java167 private int maxEmptySpace; field in DeviceProfile
860 maxEmptySpace = padding.getMaxEmptySpacePx(); in calculateAndSetWorkspaceVerticalPadding()
2209 writer.println(prefix + pxToDpStr("maxEmptySpace", maxEmptySpace));