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.java217 private PhotoItemFactory mPhotoItemFactory; field in CameraActivity
914 PhotoItem newData = mPhotoItemFactory.queryContentUri(contentUri);
1266 newData = mPhotoItemFactory.queryContentUri(uri); in notifyNewMedia()
1614 mPhotoItemFactory = new PhotoItemFactory(mAppContext, glideManager, appContentResolver, in onCreateTasks()
1957 mPhotoItemFactory, mVideoItemFactory); in preloadFilmstripItems()