Home | History | Annotate | Download | only in app

Lines Matching refs:fullSize

628                 Bitmap fullSize = BitmapFactory.decodeStream(is, null, null);
629 return new BitmapDrawable(resources, fullSize);
700 Bitmap fullSize = null;
705 fullSize = BitmapFactory.decodeStream(is, null, options);
706 if (fullSize != null) {
707 crop = Bitmap.createBitmap(fullSize, roundedTrueCrop.left,