diff options
author | Mathias Agopian <mathias@google.com> | 2013-07-25 19:25:10 -0700 |
---|---|---|
committer | Mathias Agopian <mathias@google.com> | 2013-07-25 19:25:10 -0700 |
commit | 2ca204e4c0ba805c8fa0db79eeac9608d01cf5b4 (patch) | |
tree | f5619d2405b25c23a516a899649da4ec395ec980 /api | |
parent | 6f7b58917104916ee6afd6f246c251c1d7a2102a (diff) | |
download | frameworks_base-2ca204e4c0ba805c8fa0db79eeac9608d01cf5b4.zip frameworks_base-2ca204e4c0ba805c8fa0db79eeac9608d01cf5b4.tar.gz frameworks_base-2ca204e4c0ba805c8fa0db79eeac9608d01cf5b4.tar.bz2 |
get rid of PixelFormatInfo and simplify things
Change-Id: I487d4eef7db0095ace4babf5bb100a8769711257
Diffstat (limited to 'api')
-rw-r--r-- | api/current.txt | 4 |
1 files changed, 2 insertions, 2 deletions
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 |