summaryrefslogtreecommitdiff
path: root/InCallUI/res/anim
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2014-05-27 14:57:49 -0700
committerAndrew Lee <anwlee@google.com>2014-05-27 15:09:02 -0700
commit5f7921632e4910e55ecf1f8362b2aeb9f8bc95c3 (patch)
tree675211bc651b5ef06f0e80d3672898b0b0755199 /InCallUI/res/anim
parent6af73542e5a50b30cd62214d27d2d4ad88fa4982 (diff)
Use custom path interpolators for dialpad slide in/out.
Bug: 15169764 Change-Id: Ib320e22cf0427b395c87ade0284eaf064ccd64ba
Diffstat (limited to 'InCallUI/res/anim')
-rw-r--r--InCallUI/res/anim/incall_dialpad_slide_in.xml2
-rw-r--r--InCallUI/res/anim/incall_dialpad_slide_out.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/InCallUI/res/anim/incall_dialpad_slide_in.xml b/InCallUI/res/anim/incall_dialpad_slide_in.xml
index 0e8ffce1f..a1d3f63be 100644
--- a/InCallUI/res/anim/incall_dialpad_slide_in.xml
+++ b/InCallUI/res/anim/incall_dialpad_slide_in.xml
@@ -14,7 +14,7 @@
limitations under the License.
-->
<objectAnimator xmlns:android="http://schemas.android.com/apk/res/android"
- android:interpolator="@android:interpolator/fast_out_slow_in"
+ android:interpolator="@interpolator/ease_in_interpolator"
android:valueFrom="1.0"
android:valueTo="0"
android:valueType="floatType"
diff --git a/InCallUI/res/anim/incall_dialpad_slide_out.xml b/InCallUI/res/anim/incall_dialpad_slide_out.xml
index 313e0b2a3..edc1e4abe 100644
--- a/InCallUI/res/anim/incall_dialpad_slide_out.xml
+++ b/InCallUI/res/anim/incall_dialpad_slide_out.xml
@@ -14,7 +14,7 @@
limitations under the License.
-->
<objectAnimator xmlns:android="http://schemas.android.com/apk/res/android"
- android:interpolator="@android:interpolator/fast_out_slow_in"
+ android:interpolator="@interpolator/ease_in_interpolator"
android:valueFrom="0"
android:valueTo="1.0"
android:valueType="floatType"