Home
last modified time | relevance | path

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

/packages/apps/Camera2/src/com/android/camera/data/
DCameraFilmstripDataAdapter.java45 private final PhotoItemFactory mPhotoItemFactory; field in CameraFilmstripDataAdapter
64 mPhotoItemFactory = photoItemFactory; in CameraFilmstripDataAdapter()
329 return mPhotoItemFactory.queryAll(PhotoDataQuery.CONTENT_URI, mMinPhotoId); in doInBackground()
395 List<PhotoItem> photoData = mPhotoItemFactory.queryAll(); in doInBackground()
DPhotoItem.java64 private final PhotoItemFactory mPhotoItemFactory; field in PhotoItem
71 mPhotoItemFactory = photoItemFactory; in PhotoItem()
112 return mPhotoItemFactory.get(mData.getUri()); in refresh()
/packages/apps/Camera2/src/com/android/camera/
DCameraActivity.java220 private PhotoItemFactory mPhotoItemFactory; field in CameraActivity
916 PhotoItem newData = mPhotoItemFactory.queryContentUri(contentUri);
1268 newData = mPhotoItemFactory.queryContentUri(uri); in notifyNewMedia()
1616 mPhotoItemFactory = new PhotoItemFactory(mAppContext, glideManager, appContentResolver, in onCreateTasks()
1950 mPhotoItemFactory, mVideoItemFactory); in preloadFilmstripItems()