Searched refs:mOldBounds (Results 1 – 4 of 4) sorted by relevance
49 private final Rect mOldBounds = new Rect(); field in IconUtilities119 mOldBounds.set(icon.getBounds()); in createIconBitmap()122 icon.setBounds(mOldBounds); in createIconBitmap()
257 private final Rect mOldBounds = new Rect(); field in LauncherActivity.IconResizer314 mOldBounds.set(icon.getBounds()); in createIconThumbnail()319 icon.setBounds(mOldBounds); in createIconThumbnail()327 mOldBounds.set(icon.getBounds()); in createIconThumbnail()332 icon.setBounds(mOldBounds); in createIconThumbnail()
81 private final Rect mOldBounds = new Rect(); field in SimpleIconFactory299 mOldBounds.set(icon.getBounds()); in createIconBitmap()338 icon.setBounds(mOldBounds); in createIconBitmap()
7270 Landroid/app/LauncherActivity$IconResizer;->mOldBounds:Landroid/graphics/Rect;