HomeSort by relevance Sort by last modified time
    Searched defs:mImageList (Results 1 - 4 of 4) sorted by null

  /packages/apps/Gallery/src/com/android/camera/
ImageGetter.java 84 private IImageList mImageList;
157 int imageCount = mImageList.getCount();
169 IImage image = mImageList.getImageAt(imageNumber);
197 IImage image = mImageList.getImageAt(imageNumber);
275 mImageList = imageList;
GridViewSpecial.java 136 private int mCount; // Cache mImageList.getCount();
728 private final IImageList mImageList;
736 private final int mCount; // Cache mImageList.getCount().
751 mImageList = imageList;
    [all...]
  /development/simulator/app/
PhoneData.h 156 mImageList = src.mImageList;
189 android::List<LoadableImage> mImageList;
  /packages/apps/Gallery/tests/src/com/android/camera/
BitmapManagerUnitTests.java 30 IImageList mImageList;
55 mImageList = ImageManager.makeImageList(
61 mImage = mImageList.getImageAt(0);

Completed in 147 milliseconds