From 1bd21c5ffed9c85c78d6d63ce25afa779fab8e5a Mon Sep 17 00:00:00 2001 From: Christine Chen Date: Wed, 16 Oct 2013 10:42:15 -0700 Subject: Removes private resources from InCallUi Bug: 11244110 Change-Id: I88471a7d1e164ac7e464f199f1c0c36fa3c0876f --- InCallUI/res/anim/activity_open_enter.xml | 35 +++++++++++++++++++++++++++++++ InCallUI/res/anim/activity_open_exit.xml | 26 +++++++++++++++++++++++ InCallUI/res/anim/decelerate_cubic.xml | 21 +++++++++++++++++++ InCallUI/res/anim/decelerate_quint.xml | 21 +++++++++++++++++++ 4 files changed, 103 insertions(+) create mode 100644 InCallUI/res/anim/activity_open_enter.xml create mode 100644 InCallUI/res/anim/activity_open_exit.xml create mode 100644 InCallUI/res/anim/decelerate_cubic.xml create mode 100644 InCallUI/res/anim/decelerate_quint.xml (limited to 'InCallUI/res/anim') diff --git a/InCallUI/res/anim/activity_open_enter.xml b/InCallUI/res/anim/activity_open_enter.xml new file mode 100644 index 000000000..303b9ddc0 --- /dev/null +++ b/InCallUI/res/anim/activity_open_enter.xml @@ -0,0 +1,35 @@ + + + + + + + \ No newline at end of file diff --git a/InCallUI/res/anim/activity_open_exit.xml b/InCallUI/res/anim/activity_open_exit.xml new file mode 100644 index 000000000..afa7c5e72 --- /dev/null +++ b/InCallUI/res/anim/activity_open_exit.xml @@ -0,0 +1,26 @@ + + + + + + \ No newline at end of file diff --git a/InCallUI/res/anim/decelerate_cubic.xml b/InCallUI/res/anim/decelerate_cubic.xml new file mode 100644 index 000000000..f98809165 --- /dev/null +++ b/InCallUI/res/anim/decelerate_cubic.xml @@ -0,0 +1,21 @@ + + + + diff --git a/InCallUI/res/anim/decelerate_quint.xml b/InCallUI/res/anim/decelerate_quint.xml new file mode 100644 index 000000000..ff2d5a9d0 --- /dev/null +++ b/InCallUI/res/anim/decelerate_quint.xml @@ -0,0 +1,21 @@ + + + + -- cgit v1.2.3