Home
last modified time | relevance | path

Searched refs:getCellSize (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DDeviceProfile.java229 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 DeviceProfile
451 return getCellSize(inv.numColumns, inv.numRows); in getCellSize()
454 private Point getCellSize(int numColumns, int numRows) { in getCellSize() method in DeviceProfile
DLauncherAppWidgetProviderInfo.java61 Point landCellSize = idp.landscapeProfile.getCellSize(); in initSpans()
62 Point portCellSize = idp.portraitProfile.getCellSize(); in initSpans()
DAppWidgetResizeFrame.java360 sCellSize[0] = inv.landscapeProfile.getCellSize(); in getWidgetSizeRanges()
361 sCellSize[1] = inv.portraitProfile.getCellSize(); in getWidgetSizeRanges()