Searched refs:getCellSize (Results 1 – 3 of 3) sorted by relevance
229 int extraSpace = getCellSize().y - iconSizePx - iconDrawablePaddingPx * 2 in DeviceProfile()278 float workspaceCellPaddingY = profile.getCellSize().y - profile.iconSizePx in getMultiWindowProfile()286 float appWidgetScaleX = (float) profile.getCellSize().x / getCellSize().x; in getMultiWindowProfile()287 float appWidgetScaleY = (float) profile.getCellSize().y / getCellSize().y; in getMultiWindowProfile()348 int cellYPadding = (getCellSize().y - cellHeightPx) / 2; in updateIconSize()362 allAppsCellHeightPx = getCellSize().y; in updateIconSize()450 public Point getCellSize() { in getCellSize() method in DeviceProfile451 return getCellSize(inv.numColumns, inv.numRows); in getCellSize()454 private Point getCellSize(int numColumns, int numRows) { in getCellSize() method in DeviceProfile
61 Point landCellSize = idp.landscapeProfile.getCellSize(); in initSpans()62 Point portCellSize = idp.portraitProfile.getCellSize(); in initSpans()
360 sCellSize[0] = inv.landscapeProfile.getCellSize(); in getWidgetSizeRanges()361 sCellSize[1] = inv.portraitProfile.getCellSize(); in getWidgetSizeRanges()