History log of /packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/views/TiledImageRenderer.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
7f06ae5c8b5c4d617797813b1bd04ee479e9bcff 08-Apr-2015 Sunny Goyal <sunnygoyal@google.com> Removing Pools.java as it is present in support lib

Change-Id: I0f1346223aa289889dbefedd47bff093e9c2c05d
/packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/views/TiledImageRenderer.java
091440a9cb9d4f42406631004aa484cbb79214ca 18-Mar-2015 Adam Cohen <adamcohen@google.com> Reducing method count by eliminating synthetic accessors

Elimates 304 methods based on dex analysis

The java compiler generates sythetic accessor methods for all private
fields, methods and contructors accessed from inner classes. By marking them
package-private and @Thunk instead, sythentic accessor methods are no
longer needeed. These annotated elements should be treated as private.

Change-Id: Id0dc2c92733474250d8ff12fa793d3a8adeb1f26
/packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/views/TiledImageRenderer.java
06a4d3f1afee2d1069796d585838efbc7a1f491e 12-Feb-2015 Sunny Goyal <sunnygoyal@google.com> Moving some files and methods around

> Removing android.util package
> Moving static methods and classes out of WallpaperCropActivity
> Removing some unused utility methods

Change-Id: I252a0655ddce195189b6b3f0bf92970e5808c9d7
/packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/views/TiledImageRenderer.java
c46bfef5dfd8c6867641bdc32c27b03e2f183726 05-Jan-2015 Sunny Goyal <sunnygoyal@google.com> Removing support library dependency

> Removed FolderAutoScrollHelper as folders are currently not scrollable

Change-Id: I261f43a665b742697e3224e1e9852ccc526badcd
/packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/views/TiledImageRenderer.java
7ad868b86e45d6f58c186d2731ab2beb84643757 12-Dec-2013 Michael Jurka <mikejurka@google.com> Create separate project for Wallpaper Picker

Change-Id: Id9e855780b9fb68c63eb6e9f6c19bcbce28a6fd5
/packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/views/TiledImageRenderer.java