Searched refs:mOldBounds (Results 1 – 4 of 4) sorted by relevance
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()
71 private final Rect mOldBounds = new Rect(); field in BaseIconFactory405 mOldBounds.set(icon.getBounds()); in drawIconBitmap()470 icon.setBounds(mOldBounds); in drawIconBitmap()
88 private final Rect mOldBounds = new Rect(); field in SimpleIconFactory347 mOldBounds.set(icon.getBounds()); in createIconBitmap()416 icon.setBounds(mOldBounds); in createIconBitmap()
7267 Landroid/app/LauncherActivity$IconResizer;->mOldBounds:Landroid/graphics/Rect;