Searched refs:thumbRes (Results 1 – 2 of 2) sorted by relevance
89 final int thumbRes = resources.getIdentifier(extra + "_small", in addWallpapers() local92 if (thumbRes != 0) { in addWallpapers()93 mThumbs.add(thumbRes); in addWallpapers()175 int thumbRes = mThumbs.get(position); in getView() local176 image.setImageResource(thumbRes); in getView()183 thumbRes, position)); in getView()
90 final int thumbRes = resources.getIdentifier(extra + "_small", in addWallpapers() local93 if (thumbRes != 0) { in addWallpapers()94 mThumbs.add(thumbRes); in addWallpapers()176 int thumbRes = mThumbs.get(position); in getView() local177 image.setImageResource(thumbRes); in getView()182 Log.e(TAG, "Error decoding thumbnail resId=" + thumbRes + " for wallpaper #" in getView()