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

  /packages/apps/Launcher3/src/com/android/launcher3/
DeviceProfile.java 117 int allAppsNumRows;
360 allAppsNumRows = (availableHeightPx - pageIndicatorHeightPx) /
362 allAppsNumRows = Math.max(minEdgeCellCount, Math.min(maxRows, allAppsNumRows));
756 int paddingTB = (availableHeightPx - (allAppsCellHeightPx * allAppsNumRows)) /
757 (2 * (allAppsNumRows + 1));
    [all...]
AppsCustomizePagedView.java 381 mCellCountY = (int) grid.allAppsNumRows;
    [all...]

Completed in 123 milliseconds