Searched refs:mDecodeTaskForReview (Results 1 – 1 of 1) sorted by relevance
63 private DecodeImageForReview mDecodeTaskForReview = null; field in PhotoUI191 mDecodeTaskForReview = null; in onPostExecute()354 mDecodeTaskForReview = new DecodeImageForReview(jpegData, orientation, mirror); in showCapturedImageForReview()355 mDecodeTaskForReview.execute(); in showCapturedImageForReview()362 if (mDecodeTaskForReview != null) { in hidePostCaptureAlert()363 mDecodeTaskForReview.cancel(true); in hidePostCaptureAlert()