Searched refs:mPhotoItemFactory (Results 1 – 3 of 3) sorted by relevance
45 private final PhotoItemFactory mPhotoItemFactory; field in CameraFilmstripDataAdapter64 mPhotoItemFactory = photoItemFactory; in CameraFilmstripDataAdapter()336 return mPhotoItemFactory.queryAll(PhotoDataQuery.CONTENT_URI, mMinPhotoId); in doInBackground()402 List<PhotoItem> photoData = mPhotoItemFactory.queryAll(); in doInBackground()
64 private final PhotoItemFactory mPhotoItemFactory; field in PhotoItem71 mPhotoItemFactory = photoItemFactory; in PhotoItem()112 return mPhotoItemFactory.get(mData.getUri()); in refresh()
215 private PhotoItemFactory mPhotoItemFactory; field in CameraActivity888 PhotoItem newData = mPhotoItemFactory.queryContentUri(contentUri);1240 newData = mPhotoItemFactory.queryContentUri(uri); in notifyNewMedia()1584 … mPhotoItemFactory = new PhotoItemFactory(CameraActivity.this, glideManager, appContentResolver, in onCreateTasks()1927 mPhotoItemFactory, mVideoItemFactory); in preloadFilmstripItems()