Searched refs:mThumb (Results 1 – 3 of 3) sorted by relevance
138 private Bitmap mThumb; field in RotateImageView146 mThumb = null; in setBitmap()158 mThumb = ThumbnailUtils.extractThumbnail( in setBitmap()163 mThumbs[1] = new BitmapDrawable(getContext().getResources(), mThumb); in setBitmap()167 mThumbs[1] = new BitmapDrawable(getContext().getResources(), mThumb); in setBitmap()
123 public Drawable mThumb; field in WallpaperPickerActivity.WallpaperTileInfo240 mThumb = thumb; in FileWallpaperInfo()285 mThumb = thumb; in ResourceWallpaperInfo()333 mThumb = thumb; in DefaultWallpaperInfo()1259 Drawable thumb = getItem(position).mThumb;
163 Drawable thumbDrawable = mImages.get(position).mThumb;