From 2ca204e4c0ba805c8fa0db79eeac9608d01cf5b4 Mon Sep 17 00:00:00 2001 From: Mathias Agopian Date: Thu, 25 Jul 2013 19:25:10 -0700 Subject: get rid of PixelFormatInfo and simplify things Change-Id: I487d4eef7db0095ace4babf5bb100a8769711257 --- api/current.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'api') diff --git a/api/current.txt b/api/current.txt index 9b5c376..2a3d330 100644 --- a/api/current.txt +++ b/api/current.txt @@ -9474,10 +9474,10 @@ package android.graphics { ctor public PixelFormat(); method public static boolean formatHasAlpha(int); method public static void getPixelFormatInfo(int, android.graphics.PixelFormat); - field public static final int A_8 = 8; // 0x8 + field public static final deprecated int A_8 = 8; // 0x8 field public static final deprecated int JPEG = 256; // 0x100 field public static final deprecated int LA_88 = 10; // 0xa - field public static final int L_8 = 9; // 0x9 + field public static final deprecated int L_8 = 9; // 0x9 field public static final int OPAQUE = -1; // 0xffffffff field public static final deprecated int RGBA_4444 = 7; // 0x7 field public static final deprecated int RGBA_5551 = 6; // 0x6 -- cgit v1.1