HomeSort by relevance Sort by last modified time
    Searched refs:mThumbs (Results 1 - 2 of 2) sorted by null

  /packages/apps/Camera/src/com/android/camera/
ThumbnailController.java 55 private Drawable[] mThumbs;
151 mThumbs = null;
163 if (mThumbs == null) {
164 mThumbs = new Drawable[2];
165 mThumbs[1] = new BitmapDrawable(mResources, mThumb);
166 drawable = mThumbs[1];
169 mThumbs[0] = mThumbs[1];
170 mThumbs[1] = new BitmapDrawable(mResources, mThumb);
171 mThumbTransition = new TransitionDrawable(mThumbs);
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
WallpaperChooser.java 53 private ArrayList<Integer> mThumbs;
77 mThumbs = new ArrayList<Integer>(24);
100 mThumbs.add(thumbRes);
163 return mThumbs.size();
183 int thumbRes = mThumbs.get(position);

Completed in 50 milliseconds