Home
last modified time | relevance | path

Searched refs:mThumb (Results 1 – 2 of 2) 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/WallpaperPicker/src/com/android/wallpaperpicker/tileinfo/
DDrawableThumbWallpaperInfo.java17 private final Drawable mThumb; field in DrawableThumbWallpaperInfo
20 mThumb = thumb; in DrawableThumbWallpaperInfo()
26 setThumb(mThumb); in createView()