Home
last modified time | relevance | path

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

/packages/apps/Launcher/src/com/android/launcher/
DWallpaperChooser.java89 final int thumbRes = resources.getIdentifier(extra + "_small", in addWallpapers() local
92 if (thumbRes != 0) { in addWallpapers()
93 mThumbs.add(thumbRes); in addWallpapers()
175 int thumbRes = mThumbs.get(position); in getView() local
176 image.setImageResource(thumbRes); in getView()
183 thumbRes, position)); in getView()
/packages/apps/Launcher2/src/com/android/launcher2/
DWallpaperChooser.java90 final int thumbRes = resources.getIdentifier(extra + "_small", in addWallpapers() local
93 if (thumbRes != 0) { in addWallpapers()
94 mThumbs.add(thumbRes); in addWallpapers()
176 int thumbRes = mThumbs.get(position); in getView() local
177 image.setImageResource(thumbRes); in getView()
182 Log.e(TAG, "Error decoding thumbnail resId=" + thumbRes + " for wallpaper #" in getView()