Searched defs:mPhotoUri (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/photoviewer/src/com/android/ex/photo/loaders/
H A DPhotoBitmapLoader.java36 private String mPhotoUri; field in class:PhotoBitmapLoader
41 mPhotoUri = photoUri;
46 mPhotoUri = photoUri;
53 if (context != null && mPhotoUri != null) {
56 result = ImageUtils.createLocalBitmap(resolver, Uri.parse(mPhotoUri),

Completed in 85 milliseconds