Searched defs:mInImageBytes (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
H A DWallpaperCropActivity.java455 byte[] mInImageBytes; field in class:WallpaperCropActivity.BitmapCropTask
481 mInImageBytes = imageBytes;
530 if (mInUri == null && mInResId == 0 && mInFilePath == null && mInImageBytes == null) {
540 } else if (mInImageBytes != null) {
541 return new BufferedInputStream(new ByteArrayInputStream(mInImageBytes));

Completed in 263 milliseconds