Home
last modified time | relevance | path

Searched refs:mThumb (Results 1 – 3 of 3) sorted by relevance

/packages/apps/LegacyCamera/src/com/android/camera/ui/
DRotateImageView.java138 private Bitmap mThumb; field in RotateImageView
146 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()
/packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
DWallpaperPickerActivity.java123 public Drawable mThumb; field in WallpaperPickerActivity.WallpaperTileInfo
240 mThumb = thumb; in FileWallpaperInfo()
285 mThumb = thumb; in ResourceWallpaperInfo()
333 mThumb = thumb; in DefaultWallpaperInfo()
1259 Drawable thumb = getItem(position).mThumb;
DSavedWallpaperImages.java163 Drawable thumbDrawable = mImages.get(position).mThumb;