• Home
  • Raw
  • Download

Lines Matching refs:cellLayoutBorderSpacePx

159     public Point cellLayoutBorderSpacePx;  field in DeviceProfile
814 isTwoPanels ? cellLayoutBorderSpacePx.x / 2 : res.getDimensionPixelSize( in DeviceProfile()
831 hotseatBorderSpace = cellLayoutBorderSpacePx.y; in DeviceProfile()
918 + (columns - 1) * cellLayoutBorderSpacePx.x in getIconToIconWidthForColumns()
1206 return (cellHeightPx * inv.numRows) + (cellLayoutBorderSpacePx.y * (inv.numRows - 1))
1212 return (cellWidthPx * numColumns) + (cellLayoutBorderSpacePx.x * (numColumns - 1))
1251 cellLayoutBorderSpacePx = getCellLayoutBorderSpace(inv, scale);
1294 if (cellLayoutBorderSpacePx.x * numBorders >= extraWidthRequired) {
1296 cellLayoutBorderSpacePx.x -= extraWidthRequired / numBorders;
1301 + cellLayoutBorderSpacePx.x * numBorders) / numColumns;
1303 cellLayoutBorderSpacePx.x = 0;
1315 if (cellLayoutBorderSpacePx.y * numBorders >= extraHeightRequired) {
1317 cellLayoutBorderSpacePx.y -= extraHeightRequired / numBorders;
1321 + cellLayoutBorderSpacePx.y * numBorders) / inv.numRows;
1322 cellLayoutBorderSpacePx.y = 0;
1383 if (cellLayoutBorderSpacePx.x < minSpacing
1384 || cellLayoutBorderSpacePx.y < minSpacing) {
1386 Math.round(Math.max(0, minSpacing - cellLayoutBorderSpacePx.x));
1388 Math.round(Math.max(0, minSpacing - cellLayoutBorderSpacePx.y));
1699 result.x = calculateCellWidth(shortcutAndWidgetContainerWidth, cellLayoutBorderSpacePx.x,
1703 result.y = calculateCellHeight(shortcutAndWidgetContainerHeight, cellLayoutBorderSpacePx.y,
2271 cellLayoutBorderSpacePx.x));
2273 cellLayoutBorderSpacePx.y));