Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/policy/
DIconUtilities.java54 private final Rect mOldBounds = new Rect(); field in IconUtilities
162 mOldBounds.set(icon.getBounds()); in createIconBitmap()
165 icon.setBounds(mOldBounds); in createIconBitmap()
/frameworks/base/core/java/android/app/
DLauncherActivity.java253 private final Rect mOldBounds = new Rect(); field in LauncherActivity.IconResizer
310 mOldBounds.set(icon.getBounds()); in createIconThumbnail()
315 icon.setBounds(mOldBounds); in createIconThumbnail()
323 mOldBounds.set(icon.getBounds()); in createIconThumbnail()
328 icon.setBounds(mOldBounds); in createIconThumbnail()