summaryrefslogtreecommitdiffstats
path: root/core/res
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2013-10-01 14:45:01 -0700
committerJohn Reck <jreck@google.com>2013-10-01 14:52:03 -0700
commitda7af95d81fc609a8f02ea3ab6b55d0224556a5c (patch)
tree4bff8f11c4540081ae55f7643cc6dca1d27cf35c /core/res
parent7eb5ce03d9697caa2e9caf0437036a937d081e90 (diff)
downloadframeworks_base-da7af95d81fc609a8f02ea3ab6b55d0224556a5c.zip
frameworks_base-da7af95d81fc609a8f02ea3ab6b55d0224556a5c.tar.gz
frameworks_base-da7af95d81fc609a8f02ea3ab6b55d0224556a5c.tar.bz2
Remove old animation
Bug: 10918599 Shaves ~1.5MB off of Keyguard creation from usage of an old-style Alpha animator that would create a draw cache The animation is unseen due to screen timings, so simply remove it Also adds a bit of de-jank to the non-svelte case by avoiding a potential GC_FOR_ALLOC Change-Id: Id49742d95988f670a44305e4033e7a850d20e675
Diffstat (limited to 'core/res')
-rw-r--r--core/res/res/values/integers.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/res/res/values/integers.xml b/core/res/res/values/integers.xml
index 053fc85..dc90bbf 100644
--- a/core/res/res/values/integers.xml
+++ b/core/res/res/values/integers.xml
@@ -18,7 +18,5 @@
-->
<resources>
<integer name="kg_carousel_angle">75</integer>
- <integer name="kg_security_flip_duration">100</integer>
- <integer name="kg_security_fade_duration">100</integer>
<integer name="kg_glowpad_rotation_offset">0</integer>
</resources>