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

/packages/apps/Launcher3/src/com/android/launcher3/
H A DIconCache.java183 * Empty out the cache that aren't of the correct grid size
185 public void flushInvalidIcons(DeviceProfile grid) { argument
190 if (e.icon.getWidth() < grid.iconSizePx || e.icon.getHeight() < grid.iconSizePx) {
H A DLauncherAppState.java197 DeviceProfile grid = mDynamicGrid.getDeviceProfile();
198 grid.updateFromConfiguration(context, context.getResources(), width, height,
200 return grid;
239 public void onAvailableSizeChanged(DeviceProfile grid) { argument
240 Utilities.setIconSize(grid.iconSizePx);
H A DDeviceProfile.java61 public void onAvailableSizeChanged(DeviceProfile grid); argument
272 // There are three possible configurations that the dynamic grid accounts for, portrait,

Completed in 68 milliseconds