Home
last modified time | relevance | path

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

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