summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/anim/lights_out_out.xml
diff options
context:
space:
mode:
authorDaniel Sandler <dsandler@google.com>2010-11-05 15:00:06 -0400
committerDaniel Sandler <dsandler@google.com>2010-11-05 15:04:35 -0400
commit06e6630a462b6a5c04c319d781d64896778d351f (patch)
tree5b47731c48c6415e0e5dd735fbf6a9faae7ed0f7 /packages/SystemUI/res/anim/lights_out_out.xml
parent91460d7f49e92e13e2acccdf8be10934e9e770fe (diff)
downloadframeworks_base-06e6630a462b6a5c04c319d781d64896778d351f.zip
frameworks_base-06e6630a462b6a5c04c319d781d64896778d351f.tar.gz
frameworks_base-06e6630a462b6a5c04c319d781d64896778d351f.tar.bz2
Restore user-accessible lights-out control.
Current system area gestures: tap - no-op (bug 3114340) swipe up - open system panel swipe down - lights out long press - lights out (bug 3134973) The enter/exit animations have been tweaked to reinforce this, particularly the swipe down for lights out. (Swiping up to exit lights out will work, as will any kind of tap in the lights-out "curtain".) Change-Id: Ie027d7a0e86a402d06a8a368a5a43050a6bb9e58
Diffstat (limited to 'packages/SystemUI/res/anim/lights_out_out.xml')
-rw-r--r--packages/SystemUI/res/anim/lights_out_out.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/SystemUI/res/anim/lights_out_out.xml b/packages/SystemUI/res/anim/lights_out_out.xml
index b4bc55a..610ac7a 100644
--- a/packages/SystemUI/res/anim/lights_out_out.xml
+++ b/packages/SystemUI/res/anim/lights_out_out.xml
@@ -16,11 +16,11 @@
<set xmlns:android="http://schemas.android.com/apk/res/android"
>
- <translate android:toYDelta="100%p" android:fromYDelta="0"
+ <translate android:toYDelta="-100%p" android:fromYDelta="0"
android:duration="@android:integer/config_mediumAnimTime"
android:interpolator="@anim/hydraulic_brake_interpolator"
/>
- <alpha android:toAlpha="0.0" android:fromAlpha="1.0"
+ <alpha android:toAlpha="0.5" android:fromAlpha="1.0"
android:duration="@android:integer/config_longAnimTime"
/>
</set>