Lines Matching refs:cellLayoutPaddingPx
160 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);
1856 hotseatAdjustment + workspacePadding.left + cellLayoutPaddingPx.left
1859 hotseatAdjustment + workspacePadding.right + cellLayoutPaddingPx.right
2110 prefix + pxToDpStr("cellLayoutPaddingPx.left", cellLayoutPaddingPx.left));
2112 prefix + pxToDpStr("cellLayoutPaddingPx.top", cellLayoutPaddingPx.top));
2114 prefix + pxToDpStr("cellLayoutPaddingPx.right", cellLayoutPaddingPx.right));
2116 prefix + pxToDpStr("cellLayoutPaddingPx.bottom", cellLayoutPaddingPx.bottom));