From 0e007d7ab9ae4f1be506f4976182609d80d75a5c Mon Sep 17 00:00:00 2001 From: Wei-Ta Chen Date: Mon, 6 Dec 2010 15:44:18 -0800 Subject: [PATCH] Unhide inPreferQualityOverSpeed in BitmapFactory.Options. The new field allows a developer to use a more accurate by slightly slower IDCT method in JPEG decode. This in turns improves the quality of the reconstructed image. The field by default is not set and thus does not affect existing applications. Bug: 3238925 Related changes: https://android-git.corp.google.com/g/#change,83291 and https://android-git.corp.google.com/g/#change,83294 Change-Id: I969f5c413f9b2179454aeb90e18ae8222ee583b4 --- api/current.xml | 10 ++++++++++ graphics/java/android/graphics/BitmapFactory.java | 1 - 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/api/current.xml b/api/current.xml index cdb69644b23ac..b90ac5f35e1c9 100644 --- a/api/current.xml +++ b/api/current.xml @@ -75700,6 +75700,16 @@ visibility="public" > + +