Home
last modified time | relevance | path

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

/packages/apps/Gallery/src/com/android/camera/
DImageGallery.java95 private Uri mCropResultUri; field in ImageGallery
343 mCropResultUri = Uri.parse(data.getAction());
739 if (mCropResultUri != null) {
740 IImage image = mAllImages.getImageForUri(mCropResultUri);
741 mCropResultUri = null;