Home
last modified time | relevance | path

Searched refs:mThumbs (Results 1 – 2 of 2) sorted by relevance

/packages/apps/LegacyCamera/src/com/android/camera/ui/
DRotateImageView.java139 private Drawable[] mThumbs; field in RotateImageView
147 mThumbs = null; in setBitmap()
161 if (mThumbs == null || !mEnableAnimation) { in setBitmap()
162 mThumbs = new Drawable[2]; in setBitmap()
163 mThumbs[1] = new BitmapDrawable(getContext().getResources(), mThumb); in setBitmap()
164 setImageDrawable(mThumbs[1]); in setBitmap()
166 mThumbs[0] = mThumbs[1]; in setBitmap()
167 mThumbs[1] = new BitmapDrawable(getContext().getResources(), mThumb); in setBitmap()
168 mThumbTransition = new TransitionDrawable(mThumbs); in setBitmap()
/packages/apps/Launcher2/src/com/android/launcher2/
DWallpaperChooserDialogFragment.java60 private ArrayList<Integer> mThumbs; field in WallpaperChooserDialogFragment
193 mThumbs = new ArrayList<Integer>(24); in findWallpapers()
221 mThumbs.add(thumbRes); in addWallpapers()
235 return mThumbs.size(); in getCount()
257 int thumbRes = mThumbs.get(position); in getView()