Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
DCropActivity.java362 Uri mInUri = null; field in CropActivity.BitmapIOTask
372 if (mInUri == null) { in regenerateInputStream()
377 mInStream = getContentResolver().openInputStream(mInUri); in regenerateInputStream()
379 Log.w(LOGTAG, "cannot read file: " + mInUri.toString(), e); in regenerateInputStream()
390 mInUri = sourceUri; in BitmapIOTask()
485 Log.w(LOGTAG, "cannot open region decoder for file: " + mInUri.toString(), e); in doInBackground()
512 Log.w(LOGTAG, "cannot decode file: " + mInUri.toString()); in doInBackground()