HomeSort by relevance Sort by last modified time
    Searched refs:sOldBounds (Results 1 - 2 of 2) sorted by null

  /packages/apps/Launcher2/src/com/android/launcher2/
Utilities.java 55 private static final Rect sOldBounds = new Rect();
157 sOldBounds.set(icon.getBounds());
160 icon.setBounds(sOldBounds);
  /packages/apps/Launcher3/src/com/android/launcher3/
Utilities.java 87 private static final Rect sOldBounds = new Rect();
291 sOldBounds.set(icon.getBounds());
297 icon.setBounds(sOldBounds);
    [all...]

Completed in 114 milliseconds