summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorRomain Guy <romainguy@google.com>2010-08-19 10:47:06 -0700
committerRomain Guy <romainguy@google.com>2010-08-19 10:47:06 -0700
commit4b7cc6402892a92b820423561d1443d18e25b755 (patch)
tree1c214dfc80ebc7013fb5d3bf0747adee87391158 /graphics
parentc4d8eb6fb7c88c5c4da38b0b113c24cc4b78c0b7 (diff)
downloadframeworks_base-4b7cc6402892a92b820423561d1443d18e25b755.zip
frameworks_base-4b7cc6402892a92b820423561d1443d18e25b755.tar.gz
frameworks_base-4b7cc6402892a92b820423561d1443d18e25b755.tar.bz2
Load opaque assets in RGB-565 until Bitmap.hasAlpha() works properly.
Change-Id: I1106855e9f2255c1b78fd76a3fe1c116b3c2fb87
Diffstat (limited to 'graphics')
-rw-r--r--graphics/java/android/graphics/BitmapFactory.java5
1 files changed, 1 insertions, 4 deletions
diff --git a/graphics/java/android/graphics/BitmapFactory.java b/graphics/java/android/graphics/BitmapFactory.java
index d2845cf..afea767 100644
--- a/graphics/java/android/graphics/BitmapFactory.java
+++ b/graphics/java/android/graphics/BitmapFactory.java
@@ -69,11 +69,8 @@ public class BitmapFactory {
* the decoder will try to pick the best matching config based on the
* system's screen depth, and characteristics of the original image such
* as if it has per-pixel alpha (requiring a config that also does).
- *
- * The configuration is set to {@link android.graphics.Bitmap.Config#ARGB_8888}
- * by default.
*/
- public Bitmap.Config inPreferredConfig = Bitmap.Config.ARGB_8888;
+ public Bitmap.Config inPreferredConfig;
/**
* If dither is true, the decoder will attempt to dither the decoded