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

/frameworks/ex/photoviewer/src/com/android/ex/photo/loaders/
H A DPhotoBitmapLoader.java34 private String mPhotoUri; field in class:PhotoBitmapLoader
40 mPhotoUri = photoUri;
44 mPhotoUri = photoUri;
51 if (context != null && mPhotoUri != null) {
53 Bitmap bitmap = ImageUtils.createLocalBitmap(resolver, Uri.parse(mPhotoUri),
/frameworks/opt/photoviewer/src/com/android/ex/photo/loaders/
H A DPhotoBitmapLoader.java34 private String mPhotoUri; field in class:PhotoBitmapLoader
40 mPhotoUri = photoUri;
44 mPhotoUri = photoUri;
51 if (context != null && mPhotoUri != null) {
53 Bitmap bitmap = ImageUtils.createLocalBitmap(resolver, Uri.parse(mPhotoUri),

Completed in 417 milliseconds