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

  /packages/apps/Camera2/src/com/android/camera/data/
PhotoItem.java 64 private final PhotoItemFactory mPhotoItemFactory;
71 mPhotoItemFactory = photoItemFactory;
112 return mPhotoItemFactory.get(mData.getUri());
CameraFilmstripDataAdapter.java 45 private final PhotoItemFactory mPhotoItemFactory;
64 mPhotoItemFactory = photoItemFactory;
329 return mPhotoItemFactory.queryAll(PhotoDataQuery.CONTENT_URI, mMinPhotoId);
395 List<PhotoItem> photoData = mPhotoItemFactory.queryAll();
  /packages/apps/Camera2/src/com/android/camera/
CameraActivity.java 218 private PhotoItemFactory mPhotoItemFactory;
    [all...]

Completed in 344 milliseconds