diff options
author | Jeff Brown <jeffbrown@google.com> | 2012-03-05 13:21:17 -0800 |
---|---|---|
committer | Jeff Brown <jeffbrown@google.com> | 2012-03-05 15:19:31 -0800 |
commit | 6cb7b46c56449e84434b11eb12f9b8977fcd0398 (patch) | |
tree | a4a418cc979ca408702211b6083e50c937d578a2 /api | |
parent | baefdfad6e77e772deb6474380dd85ac776293e8 (diff) | |
download | frameworks_base-6cb7b46c56449e84434b11eb12f9b8977fcd0398.zip frameworks_base-6cb7b46c56449e84434b11eb12f9b8977fcd0398.tar.gz frameworks_base-6cb7b46c56449e84434b11eb12f9b8977fcd0398.tar.bz2 |
Change widgets to post invalidate to the animation timer.
Change-Id: I8377e924529fb9d8afd8a834003a17de616e8e87
Diffstat (limited to 'api')
-rw-r--r-- | api/current.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/current.txt b/api/current.txt index 596a704..0756212 100644 --- a/api/current.txt +++ b/api/current.txt @@ -247,7 +247,7 @@ package android { field public static final int animationCache = 16842989; // 0x10100ed field public static final int animationDuration = 16843026; // 0x1010112 field public static final int animationOrder = 16843214; // 0x10101ce - field public static final int animationResolution = 16843546; // 0x101031a + field public static final deprecated int animationResolution = 16843546; // 0x101031a field public static final int antialias = 16843034; // 0x101011a field public static final int anyDensity = 16843372; // 0x101026c field public static final int apiKey = 16843281; // 0x1010211 |