HomeSort by relevance Sort by last modified time
    Searched refs:calculateCellWidth (Results 1 - 3 of 3) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherAppWidgetProviderInfo.java 75 float smallestCellWidth = DeviceProfile.calculateCellWidth(Math.min(
79 float smallestCellHeight = DeviceProfile.calculateCellWidth(Math.min(
DeviceProfile.java 392 result.x = calculateCellWidth(availableWidthPx - padding.x, inv.numColumns);
485 public static int calculateCellWidth(int width, int countX) {
CellLayout.java 806 int cw = DeviceProfile.calculateCellWidth(childWidthSize, mCountX);
    [all...]

Completed in 267 milliseconds