Searched refs:sOldBounds (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DUtilities.java55 private static final Rect sOldBounds = new Rect(); field in class:Utilities
157 sOldBounds.set(icon.getBounds());
160 icon.setBounds(sOldBounds);
/packages/apps/Launcher3/src/com/android/launcher3/graphics/
H A DLauncherIcons.java54 private static final Rect sOldBounds = new Rect(); field in class:LauncherIcons
267 sOldBounds.set(icon.getBounds());
280 icon.setBounds(sOldBounds);

Completed in 1776 milliseconds