diff options
author | Winson Chung <winsonc@google.com> | 2014-11-06 11:05:19 -0800 |
---|---|---|
committer | Winson Chung <winsonc@google.com> | 2014-11-06 14:02:35 -0800 |
commit | 044d52934e57a337665f707aa4be1d423ee3fb29 (patch) | |
tree | 423b99ef3ef8e787818ef0f1c978bd4713f3f4e7 /packages/SystemUI/res/interpolator | |
parent | 7efdb83ceeea3dc916f8a05f59f7b35cb8d13597 (diff) | |
download | frameworks_base-044d52934e57a337665f707aa4be1d423ee3fb29.zip frameworks_base-044d52934e57a337665f707aa4be1d423ee3fb29.tar.gz frameworks_base-044d52934e57a337665f707aa4be1d423ee3fb29.tar.bz2 |
Adding bounce animation for affiliated tasks. (Bug 16656169)
Change-Id: I39e4a57c4e6b707d15513dacde2d40c23bb05058
Diffstat (limited to 'packages/SystemUI/res/interpolator')
2 files changed, 40 insertions, 0 deletions
diff --git a/packages/SystemUI/res/interpolator/recents_launch_next_affiliated_task_bounce_scale.xml b/packages/SystemUI/res/interpolator/recents_launch_next_affiliated_task_bounce_scale.xml new file mode 100644 index 0000000..c4e5d97 --- /dev/null +++ b/packages/SystemUI/res/interpolator/recents_launch_next_affiliated_task_bounce_scale.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2014, The Android Open Source Project +** +** Licensed under the Apache License, Version 2.0 (the "License"); +** you may not use this file except in compliance with the License. +** You may obtain a copy of the License at +** +** http://www.apache.org/licenses/LICENSE-2.0 +** +** Unless required by applicable law or agreed to in writing, software +** distributed under the License is distributed on an "AS IS" BASIS, +** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +** See the License for the specific language governing permissions and +** limitations under the License. +*/ +--> +<pathInterpolator xmlns:android="http://schemas.android.com/apk/res/android" + android:pathData="M 0,0 c 0.8,0 0.2,1 1,1" /> diff --git a/packages/SystemUI/res/interpolator/recents_launch_prev_affiliated_task_bounce_ydelta.xml b/packages/SystemUI/res/interpolator/recents_launch_prev_affiliated_task_bounce_ydelta.xml new file mode 100644 index 0000000..40a08b9 --- /dev/null +++ b/packages/SystemUI/res/interpolator/recents_launch_prev_affiliated_task_bounce_ydelta.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2014, The Android Open Source Project +** +** Licensed under the Apache License, Version 2.0 (the "License"); +** you may not use this file except in compliance with the License. +** You may obtain a copy of the License at +** +** http://www.apache.org/licenses/LICENSE-2.0 +** +** Unless required by applicable law or agreed to in writing, software +** distributed under the License is distributed on an "AS IS" BASIS, +** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +** See the License for the specific language governing permissions and +** limitations under the License. +*/ +--> +<pathInterpolator xmlns:android="http://schemas.android.com/apk/res/android" + android:pathData="M 0,0 c 0.6,0 0.2,1 1,1" /> |