Searched defs:grid (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
H A DAllAppsRecyclerView.java87 public void setNumAppsPerRow(DeviceProfile grid, int numAppsPerRow) { argument
91 int approxRows = (int) Math.ceil(grid.availableHeightPx / grid.allAppsIconSizePx);
/packages/apps/Launcher3/src/com/android/launcher3/
H A DCellLayout.java190 DeviceProfile grid = mLauncher.getDeviceProfile();
198 mCountX = (int) grid.inv.numColumns;
199 mCountY = (int) grid.inv.numRows;
210 mHotseatScale = (float) grid.hotseatIconSizePx / grid.iconSizePx;
216 grid.iconSizePx);
475 DeviceProfile grid = mLauncher.getDeviceProfile();
487 child.getPaddingTop() + grid.folderBackgroundOffset;
523 child.getPaddingTop() + grid.folderBackgroundOffset;
1277 * desired location. This method computers distance based on unit grid distance
2696 rectToCell(DeviceProfile grid, Context context, int width, int height, int[] result) argument
[all...]

Completed in 85 milliseconds