summaryrefslogtreecommitdiffstats
path: root/graphics/java/android/graphics/BitmapFactory.java
diff options
context:
space:
mode:
authorRomain Guy <romainguy@google.com>2013-09-03 11:50:23 -0700
committerRomain Guy <romainguy@google.com>2013-09-03 11:50:23 -0700
commit25ba1c86945a441428194d9ebcabbf31be75a45a (patch)
treedf779e4383b091162e10a6737324d7181ba99ee3 /graphics/java/android/graphics/BitmapFactory.java
parent5d923200846ed59e813373bde789d97d4ccc40b5 (diff)
downloadframeworks_base-25ba1c86945a441428194d9ebcabbf31be75a45a.zip
frameworks_base-25ba1c86945a441428194d9ebcabbf31be75a45a.tar.gz
frameworks_base-25ba1c86945a441428194d9ebcabbf31be75a45a.tar.bz2
Update Bitmap.Config.ARGB_4444 documentation
Bug #10510122 ARGB_4444 is deprecated and always replaced with ARGB_8888. Change-Id: I0da96216af701a7df00ad35913066fbfa997d790
Diffstat (limited to 'graphics/java/android/graphics/BitmapFactory.java')
-rw-r--r--graphics/java/android/graphics/BitmapFactory.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/java/android/graphics/BitmapFactory.java b/graphics/java/android/graphics/BitmapFactory.java
index 1c426fd..9d82a81 100644
--- a/graphics/java/android/graphics/BitmapFactory.java
+++ b/graphics/java/android/graphics/BitmapFactory.java
@@ -82,7 +82,7 @@ public class BitmapFactory {
* function to ensure that you are using the bitmap that was used as the
* decode destination.</p>
*
- * @see Bitmap#reconfigure(int,int,Config)
+ * @see Bitmap#reconfigure(int,int, android.graphics.Bitmap.Config)
*/
public Bitmap inBitmap;