Lines Matching refs:folderCellLayoutBorderSpacePx
200 public Point folderCellLayoutBorderSpacePx; field in DeviceProfile
482 folderCellLayoutBorderSpacePx = new Point(gutter, gutter); in DeviceProfile()
487 folderCellLayoutBorderSpacePx = new Point(0, 0); in DeviceProfile()
1471 + ((numFolderRows - 1) * folderCellLayoutBorderSpacePx.y)
1479 + ((numFolderColumns - 1) * folderCellLayoutBorderSpacePx.x)
1504 folderCellLayoutBorderSpacePx = new Point(mResponsiveFolderWidthSpec.getGutterPx(),
1559 folderCellLayoutBorderSpacePx = new Point(
1560 roundPxValueFromFloat(folderCellLayoutBorderSpacePx.x * scale),
1561 roundPxValueFromFloat(folderCellLayoutBorderSpacePx.y * scale)
1564 folderContentPaddingLeftRight = folderCellLayoutBorderSpacePx.x;
2131 folderCellLayoutBorderSpacePx.x));
2133 folderCellLayoutBorderSpacePx.y));