Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DPhotoView.java188 private final RangeArray<Picture> mPictures = field in PhotoView
308 mPictures.put(i, new FullPicture()); in PhotoView()
310 mPictures.put(i, new ScreenNailPicture(i)); in PhotoView()
428 Picture p = mPictures.get(i); in notifyDataChange()
466 mPictures.get(index).reload(); in notifyImageChange()
472 Picture p = mPictures.get(index); in setPictureSize()
499 Picture p = mPictures.get(i); in onLayout()
686 && filmRatio != 1f && !mPictures.get(-1).isCamera() in drawTileView()
822 && filmRatio != 1f && !mPictures.get(0).isCamera(); in draw()
1020 if (mPictures.get(0).isCamera()) return false; in onDoubleTap()
[all …]