Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DDeviceProfile.java256 int extraSpace = getCellSize().y - iconSizePx - iconDrawablePaddingPx; in DeviceProfile()
285 float appWidgetScaleX = (float) profile.getCellSize().x / getCellSize().x; in getMultiWindowProfile()
286 float appWidgetScaleY = (float) profile.getCellSize().y / getCellSize().y; in getMultiWindowProfile()
355 int cellYPadding = (getCellSize().y - cellHeightPx) / 2; in updateIconSize()
370 allAppsCellHeightPx = getCellSize().y; in updateIconSize()
472 public Point getCellSize() { in getCellSize() method in DeviceProfile
DAppWidgetResizeFrame.java326 sCellSize[0] = inv.landscapeProfile.getCellSize(); in getWidgetSizeRanges()
327 sCellSize[1] = inv.portraitProfile.getCellSize(); in getWidgetSizeRanges()