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()
45 private final Rect mOldBounds = new Rect(); field in BaseIconFactory359 mOldBounds.set(icon.getBounds()); in createIconBitmap()401 icon.setBounds(mOldBounds); in createIconBitmap()
86 private final Rect mOldBounds = new Rect(); field in SimpleIconFactory334 mOldBounds.set(icon.getBounds()); in createIconBitmap()403 icon.setBounds(mOldBounds); in createIconBitmap()
7267 Landroid/app/LauncherActivity$IconResizer;->mOldBounds:Landroid/graphics/Rect;