Lines Matching refs:cellLayoutBorderSpacePx
100 public Point cellLayoutBorderSpacePx; field in DeviceProfile
292 cellLayoutBorderSpacePx = getCellLayoutBorderSpace(inv); in DeviceProfile()
296 cellLayoutBorderSpaceOriginalPx = new Point(cellLayoutBorderSpacePx); in DeviceProfile()
525 && cellLayoutBorderSpacePx.x > widgetPadding.left
526 && cellLayoutBorderSpacePx.y > widgetPadding.top
527 && cellLayoutBorderSpacePx.x > widgetPadding.right
528 && cellLayoutBorderSpacePx.y > widgetPadding.bottom;
628 + (cellLayoutBorderSpacePx.x * (numColumns - 1)) in updateAvailableDimensions()
646 return (cellHeightPx * inv.numRows) + (cellLayoutBorderSpacePx.y * (inv.numRows - 1));
668 cellLayoutBorderSpacePx = getCellLayoutBorderSpaceScaled(inv, scale);
828 result.x = calculateCellWidth(screenWidthPx, cellLayoutBorderSpacePx.x, numColumns); in getCellSize()
830 - cellLayoutBottomPaddingPx, cellLayoutBorderSpacePx.y, inv.numRows); in getCellSize()
1077 cellLayoutBorderSpacePx.x)); in dump()
1079 cellLayoutBorderSpacePx.y)); in dump()