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()
336 return mPhotoItemFactory.queryAll(PhotoDataQuery.CONTENT_URI, mMinPhotoId); in doInBackground()
402 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.java215 private PhotoItemFactory mPhotoItemFactory; field in CameraActivity
888 PhotoItem newData = mPhotoItemFactory.queryContentUri(contentUri);
1240 newData = mPhotoItemFactory.queryContentUri(uri); in notifyNewMedia()
1584mPhotoItemFactory = new PhotoItemFactory(CameraActivity.this, glideManager, appContentResolver, in onCreateTasks()
1927 mPhotoItemFactory, mVideoItemFactory); in preloadFilmstripItems()