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

/packages/apps/Launcher3/src/com/android/launcher3/
H A DIconCache.java152 * Empty out the cache that aren't of the correct grid size
154 public void flushInvalidIcons(DeviceProfile grid) { argument
159 if (e.icon.getWidth() != grid.iconSizePx || e.icon.getHeight() != grid.iconSizePx) {

Completed in 606 milliseconds