Searched refs:mPhotoItemFactory (Results 1 – 3 of 3) sorted by relevance
64 private final PhotoItemFactory mPhotoItemFactory; field in PhotoItem71 mPhotoItemFactory = photoItemFactory; in PhotoItem()112 return mPhotoItemFactory.get(mData.getUri()); in refresh()
45 private final PhotoItemFactory mPhotoItemFactory; field in CameraFilmstripDataAdapter64 mPhotoItemFactory = photoItemFactory; in CameraFilmstripDataAdapter()329 return mPhotoItemFactory.queryAll(PhotoDataQuery.CONTENT_URI, mMinPhotoId); in doInBackground()395 List<PhotoItem> photoData = mPhotoItemFactory.queryAll(); in doInBackground()
218 private PhotoItemFactory mPhotoItemFactory; field in CameraActivity915 PhotoItem newData = mPhotoItemFactory.queryContentUri(contentUri);1267 newData = mPhotoItemFactory.queryContentUri(uri); in notifyNewMedia()1615 mPhotoItemFactory = new PhotoItemFactory(mAppContext, glideManager, appContentResolver, in onCreateTasks()1957 mPhotoItemFactory, mVideoItemFactory); in preloadFilmstripItems()