Home
last modified time | relevance | path

Searched refs:cellLayoutPaddingPx (Results 1 – 20 of 20) sorted by relevance

/packages/apps/Launcher3/tests/assets/dumpTests/DeviceProfileDumpTest/
DtabletPortrait3Button.txt34 cellLayoutPaddingPx.left: 72.0px (36.0dp)
35 cellLayoutPaddingPx.top: 72.0px (36.0dp)
36 cellLayoutPaddingPx.right: 72.0px (36.0dp)
37 cellLayoutPaddingPx.bottom: 72.0px (36.0dp)
DtabletLandscape3Button.txt34 cellLayoutPaddingPx.left: 59.0px (29.5dp)
35 cellLayoutPaddingPx.top: 25.0px (12.5dp)
36 cellLayoutPaddingPx.right: 59.0px (29.5dp)
37 cellLayoutPaddingPx.bottom: 59.0px (29.5dp)
DtwoPanelPortrait_decoupleDepth.txt34 cellLayoutPaddingPx.left: 0.0px (0.0dp)
35 cellLayoutPaddingPx.top: 0.0px (0.0dp)
36 cellLayoutPaddingPx.right: 0.0px (0.0dp)
37 cellLayoutPaddingPx.bottom: 0.0px (0.0dp)
DtwoPanelPortrait3Button_decoupleDepth.txt34 cellLayoutPaddingPx.left: 0.0px (0.0dp)
35 cellLayoutPaddingPx.top: 0.0px (0.0dp)
36 cellLayoutPaddingPx.right: 0.0px (0.0dp)
37 cellLayoutPaddingPx.bottom: 0.0px (0.0dp)
DtwoPanelPortrait3Button.txt34 cellLayoutPaddingPx.left: 0.0px (0.0dp)
35 cellLayoutPaddingPx.top: 0.0px (0.0dp)
36 cellLayoutPaddingPx.right: 0.0px (0.0dp)
37 cellLayoutPaddingPx.bottom: 0.0px (0.0dp)
DtabletPortrait.txt34 cellLayoutPaddingPx.left: 72.0px (36.0dp)
35 cellLayoutPaddingPx.top: 72.0px (36.0dp)
36 cellLayoutPaddingPx.right: 72.0px (36.0dp)
37 cellLayoutPaddingPx.bottom: 72.0px (36.0dp)
DtwoPanelPortrait.txt34 cellLayoutPaddingPx.left: 0.0px (0.0dp)
35 cellLayoutPaddingPx.top: 0.0px (0.0dp)
36 cellLayoutPaddingPx.right: 0.0px (0.0dp)
37 cellLayoutPaddingPx.bottom: 0.0px (0.0dp)
DphoneVerticalBar.txt34 cellLayoutPaddingPx.left: 53.0px (20.190475dp)
35 cellLayoutPaddingPx.top: 0.0px (0.0dp)
36 cellLayoutPaddingPx.right: 53.0px (20.190475dp)
37 cellLayoutPaddingPx.bottom: 40.0px (15.238095dp)
DtabletLandscape.txt34 cellLayoutPaddingPx.left: 59.0px (29.5dp)
35 cellLayoutPaddingPx.top: 25.0px (12.5dp)
36 cellLayoutPaddingPx.right: 59.0px (29.5dp)
37 cellLayoutPaddingPx.bottom: 59.0px (29.5dp)
DtwoPanelLandscape3Button.txt34 cellLayoutPaddingPx.left: 0.0px (0.0dp)
35 cellLayoutPaddingPx.top: 0.0px (0.0dp)
36 cellLayoutPaddingPx.right: 0.0px (0.0dp)
37 cellLayoutPaddingPx.bottom: 0.0px (0.0dp)
DphonePortrait.txt34 cellLayoutPaddingPx.left: 21.0px (8.0dp)
35 cellLayoutPaddingPx.top: 28.0px (10.666667dp)
36 cellLayoutPaddingPx.right: 21.0px (8.0dp)
37 cellLayoutPaddingPx.bottom: 28.0px (10.666667dp)
DphonePortrait3Button.txt34 cellLayoutPaddingPx.left: 21.0px (8.0dp)
35 cellLayoutPaddingPx.top: 28.0px (10.666667dp)
36 cellLayoutPaddingPx.right: 21.0px (8.0dp)
37 cellLayoutPaddingPx.bottom: 28.0px (10.666667dp)
DtwoPanelLandscape3Button_decoupleDepth.txt34 cellLayoutPaddingPx.left: 0.0px (0.0dp)
35 cellLayoutPaddingPx.top: 0.0px (0.0dp)
36 cellLayoutPaddingPx.right: 0.0px (0.0dp)
37 cellLayoutPaddingPx.bottom: 0.0px (0.0dp)
DtwoPanelLandscape_decoupleDepth.txt34 cellLayoutPaddingPx.left: 0.0px (0.0dp)
35 cellLayoutPaddingPx.top: 0.0px (0.0dp)
36 cellLayoutPaddingPx.right: 0.0px (0.0dp)
37 cellLayoutPaddingPx.bottom: 0.0px (0.0dp)
DtwoPanelLandscape.txt34 cellLayoutPaddingPx.left: 0.0px (0.0dp)
35 cellLayoutPaddingPx.top: 0.0px (0.0dp)
36 cellLayoutPaddingPx.right: 0.0px (0.0dp)
37 cellLayoutPaddingPx.bottom: 0.0px (0.0dp)
DphoneVerticalBar3Button.txt34 cellLayoutPaddingPx.left: 53.0px (20.190475dp)
35 cellLayoutPaddingPx.top: 0.0px (0.0dp)
36 cellLayoutPaddingPx.right: 53.0px (20.190475dp)
37 cellLayoutPaddingPx.bottom: 40.0px (15.238095dp)
/packages/apps/Launcher3/src/com/android/launcher3/secondarydisplay/
DSecondaryDragLayer.java121 + grid.cellLayoutPaddingPx.left + grid.cellLayoutPaddingPx.right; in onMeasure()
123 grid.cellLayoutPaddingPx.top + grid.cellLayoutPaddingPx.bottom; in onMeasure()
/packages/apps/Launcher3/src/com/android/launcher3/
DDeviceProfile.java160 public Rect cellLayoutPaddingPx = new Rect(); field in DeviceProfile
749 cellLayoutPaddingPx = new Rect(cellLayoutPadding, cellLayoutPadding, cellLayoutPadding, in DeviceProfile()
1120 + cellLayoutPaddingPx.top + cellLayoutPaddingPx.bottom;
1126 + cellLayoutPaddingPx.left + cellLayoutPaddingPx.right;
1437 (cellLayoutPaddingPx.left + cellLayoutPaddingPx.right) / 2;
1607 getCellLayoutWidth() - (cellLayoutPaddingPx.left + cellLayoutPaddingPx.right);
1611 getCellLayoutHeight() - (cellLayoutPaddingPx.top + cellLayoutPaddingPx.bottom);
1748 insetPadding(workspacePadding, cellLayoutPaddingPx);
1800 int paddingTop = Math.max((int) (mInsets.top + cellLayoutPaddingPx.top), 0);
1801 int paddingBottom = Math.max((int) (mInsets.bottom + cellLayoutPaddingPx.bottom), 0);
[all …]
DWorkspace.java380 Rect padding = mLauncher.getDeviceProfile().cellLayoutPaddingPx; in updateCellLayoutMeasures()
/packages/apps/Launcher3/src/com/android/launcher3/graphics/
DLauncherPreviewRenderer.java191 mDp.workspacePadding.left + mDp.cellLayoutPaddingPx.left, in LauncherPreviewRenderer()
192 mDp.workspacePadding.top + mDp.cellLayoutPaddingPx.top, in LauncherPreviewRenderer()
194 : (mDp.workspacePadding.right + mDp.cellLayoutPaddingPx.right), in LauncherPreviewRenderer()
195 mDp.workspacePadding.bottom + mDp.cellLayoutPaddingPx.bottom in LauncherPreviewRenderer()
203 mDp.workspacePadding.top + mDp.cellLayoutPaddingPx.top, in LauncherPreviewRenderer()
204 mDp.workspacePadding.right + mDp.cellLayoutPaddingPx.right, in LauncherPreviewRenderer()
205 mDp.workspacePadding.bottom + mDp.cellLayoutPaddingPx.bottom in LauncherPreviewRenderer()