Searched refs:mPhotoTask (Results 1 – 2 of 2) sorted by relevance
50 final TaskRunnableDecodeMethods mPhotoTask; field in PhotoDecodeRunnable105 mPhotoTask = downloadTask; in PhotoDecodeRunnable()118 mPhotoTask.setImageDecodeThread(Thread.currentThread()); in run()124 byte[] imageBuffer = mPhotoTask.getByteBuffer(); in run()139 mPhotoTask.handleDecodeState(DECODE_STATE_STARTED); in run()149 int targetWidth = mPhotoTask.getTargetWidth(); in run()150 int targetHeight = mPhotoTask.getTargetHeight(); in run()265 mPhotoTask.handleDecodeState(DECODE_STATE_FAILED); in run()273 mPhotoTask.setImage(returnBitmap); in run()276 mPhotoTask.handleDecodeState(DECODE_STATE_COMPLETED); in run()[all …]
51 final TaskRunnableDownloadMethods mPhotoTask; field in PhotoDownloadRunnable100 mPhotoTask = photoTask; in PhotoDownloadRunnable()114 mPhotoTask.setDownloadThread(Thread.currentThread()); in run()123 byte[] byteBuffer = mPhotoTask.getByteBuffer(); in run()145 mPhotoTask.handleDownloadState(HTTP_STATE_STARTED); in run()155 (HttpURLConnection) mPhotoTask.getImageURL().openConnection(); in run()359 mPhotoTask.setByteBuffer(byteBuffer); in run()366 mPhotoTask.handleDownloadState(HTTP_STATE_COMPLETED); in run()378 mPhotoTask.handleDownloadState(HTTP_STATE_FAILED); in run()389 mPhotoTask.setDownloadThread(null); in run()