From 09c921b5ce09acc5d6e3c3d38aab34124a995257 Mon Sep 17 00:00:00 2001 From: Brandon Keely Date: Tue, 6 Sep 2011 15:52:01 -0700 Subject: Making task transitions more akin to wallpaper transitions, now that launching from All Apps invokes the task transition. Change-Id: I10b6de9b5ec20dfd1a2f53030d90972bc4acd0ff --- core/res/res/anim/task_close_enter.xml | 22 +++++++++++----------- core/res/res/anim/task_close_exit.xml | 25 ++++++++++++++----------- core/res/res/anim/task_open_enter.xml | 20 ++++++++++---------- core/res/res/anim/task_open_exit.xml | 23 +++++++++++++---------- 4 files changed, 48 insertions(+), 42 deletions(-) diff --git a/core/res/res/anim/task_close_enter.xml b/core/res/res/anim/task_close_enter.xml index 2cc3943..b39d551 100644 --- a/core/res/res/anim/task_close_enter.xml +++ b/core/res/res/anim/task_close_enter.xml @@ -18,17 +18,17 @@ --> - + - - + android:startOffset="200" + android:duration="300" /> + + \ No newline at end of file diff --git a/core/res/res/anim/task_close_exit.xml b/core/res/res/anim/task_close_exit.xml index fded0be..ffbd38a 100644 --- a/core/res/res/anim/task_close_exit.xml +++ b/core/res/res/anim/task_close_exit.xml @@ -18,15 +18,18 @@ --> - - + android:background="#ff000000" android:shareInterpolator="false" android:zAdjustment="top"> + + + + \ No newline at end of file diff --git a/core/res/res/anim/task_open_enter.xml b/core/res/res/anim/task_open_enter.xml index c8ffaaf..d64f856 100644 --- a/core/res/res/anim/task_open_enter.xml +++ b/core/res/res/anim/task_open_enter.xml @@ -18,17 +18,17 @@ --> - + + android:startOffset="300" + android:duration="240" /> + android:fillEnabled="true" android:fillBefore="true" android:fillAfter="true" + android:interpolator="@interpolator/decelerate_quad" + android:startOffset="300" + android:duration="300"/> \ No newline at end of file diff --git a/core/res/res/anim/task_open_exit.xml b/core/res/res/anim/task_open_exit.xml index 06f3fc4..19f92c0 100644 --- a/core/res/res/anim/task_open_exit.xml +++ b/core/res/res/anim/task_open_exit.xml @@ -18,15 +18,18 @@ --> - - + + android:duration="200"/> + + + \ No newline at end of file -- cgit v1.1