Do not upscale images in Volley library.

This changes prevents that images received from the web don't get upscaled
locally. Previously, they got upscaled to match mMaxWidth and mMaxHeight,
which is wrong because mMaxWidth and mMaxHeight only specify the maximum
width and height and not the actual one.

Change-Id: I410bb73b330daeb88387584d71c1e58fa2f610a9
1 file changed
tree: a1fd246abbafa78a331922a6b400b24c6e80fa29
  1. appcompat/
  2. renderscript/
  3. v13/
  4. v4/
  5. v7/
  6. volley/