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.java222 int extraSpace = getCellSize().y - iconSizePx - iconDrawablePaddingPx * 2 in DeviceProfile()
255 float workspaceCellPaddingY = profile.getCellSize().y - profile.iconSizePx in getMultiWindowProfile()
263 float appWidgetScaleX = (float) profile.getCellSize().x / getCellSize().x; in getMultiWindowProfile()
264 float appWidgetScaleY = (float) profile.getCellSize().y / getCellSize().y; in getMultiWindowProfile()
320 int cellYPadding = (getCellSize().y - cellHeightPx) / 2; in updateIconSize()
335 allAppsCellHeightPx = getCellSize().y; in updateIconSize()
421 public Point getCellSize() { 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()