Searched refs:mThumb (Results 1 - 2 of 2) sorted by relevance

/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/tileinfo/
H A DDrawableThumbWallpaperInfo.java17 private final Drawable mThumb; field in class:DrawableThumbWallpaperInfo
20 mThumb = thumb;
26 setThumb(mThumb);
/packages/apps/LegacyCamera/src/com/android/camera/ui/
H A DRotateImageView.java138 private Bitmap mThumb; field in class:RotateImageView
146 mThumb = null;
158 mThumb = ThumbnailUtils.extractThumbnail(
163 mThumbs[1] = new BitmapDrawable(getContext().getResources(), mThumb);
167 mThumbs[1] = new BitmapDrawable(getContext().getResources(), mThumb);

Completed in 261 milliseconds