Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherAppWidgetProviderInfo.java75 float smallestCellWidth = DeviceProfile.calculateCellWidth(Math.min( in initSpans()
79 float smallestCellHeight = DeviceProfile.calculateCellWidth(Math.min( in initSpans()
DDeviceProfile.java477 result.x = calculateCellWidth(availableWidthPx - padding.x in getCellSize()
576 public static int calculateCellWidth(int width, int countX) { in calculateCellWidth() method in DeviceProfile
DCellLayout.java801 int cw = DeviceProfile.calculateCellWidth(childWidthSize, mCountX); in onMeasure()