summaryrefslogtreecommitdiffstats
path: root/res/interpolator
diff options
context:
space:
mode:
authorAdam Cohen <adamcohen@google.com>2014-06-11 11:38:49 -0700
committerAdam Cohen <adamcohen@google.com>2014-06-11 11:47:56 -0700
commit6ea3b116fc2eea7cc1a6892c548da45a4f581a1d (patch)
tree8180abc9db8696d79757b32e88693e1ed934de65 /res/interpolator
parent71b0473f24a7d77263aae88139f13298a1d64b27 (diff)
downloadandroid_packages_apps_Trebuchet-6ea3b116fc2eea7cc1a6892c548da45a4f581a1d.tar.gz
android_packages_apps_Trebuchet-6ea3b116fc2eea7cc1a6892c548da45a4f581a1d.tar.bz2
android_packages_apps_Trebuchet-6ea3b116fc2eea7cc1a6892c548da45a4f581a1d.zip
Override app launch transition for LMP preview
issue 15544569 j) Change-Id: I8aff85a154cb98d865a8834f37b13e30cd03de6c
Diffstat (limited to 'res/interpolator')
-rw-r--r--res/interpolator/decelerate_quart.xml21
-rw-r--r--res/interpolator/decelerate_quint.xml21
2 files changed, 42 insertions, 0 deletions
diff --git a/res/interpolator/decelerate_quart.xml b/res/interpolator/decelerate_quart.xml
new file mode 100644
index 000000000..5dc5d3857
--- /dev/null
+++ b/res/interpolator/decelerate_quart.xml
@@ -0,0 +1,21 @@
+<?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.
+*/
+-->
+
+<decelerateInterpolator xmlns:android="http://schemas.android.com/apk/res/android"
+ android:factor="2" />
diff --git a/res/interpolator/decelerate_quint.xml b/res/interpolator/decelerate_quint.xml
new file mode 100644
index 000000000..fa89a648e
--- /dev/null
+++ b/res/interpolator/decelerate_quint.xml
@@ -0,0 +1,21 @@
+<?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.
+*/
+-->
+
+<decelerateInterpolator xmlns:android="http://schemas.android.com/apk/res/android"
+ android:factor="2.5" />