summaryrefslogtreecommitdiffstats
path: root/res/anim
diff options
context:
space:
mode:
authorgu1dry <markus.guidry@gmail.com>2012-01-16 20:45:56 -0500
committergu1dry <markus.guidry@gmail.com>2012-01-16 20:45:56 -0500
commit3a45622d7e2008bc32d577847bc7d07d07964665 (patch)
tree12e033226059d5594aab9c681854e77dd14b4f65 /res/anim
parent4c5bbe32c29822c20c4189dd5604e867b71fa9c0 (diff)
downloadandroid_packages_apps_Eleven-3a45622d7e2008bc32d577847bc7d07d07964665.tar.gz
android_packages_apps_Eleven-3a45622d7e2008bc32d577847bc7d07d07964665.tar.bz2
android_packages_apps_Eleven-3a45622d7e2008bc32d577847bc7d07d07964665.zip
File layout cleanup.
Diffstat (limited to 'res/anim')
-rw-r--r--res/anim/anim_0.xml13
-rw-r--r--res/anim/anim_1.xml13
-rw-r--r--res/anim/anim_2.xml13
-rw-r--r--res/anim/anim_3.xml13
-rw-r--r--res/anim/anim_4.xml14
-rw-r--r--res/anim/anim_5.xml26
-rw-r--r--res/anim/fade_in_fast.xml22
-rw-r--r--res/anim/fade_out_fast.xml23
-rw-r--r--res/anim/peak_meter.xml18
-rw-r--r--res/anim/slide_in_left.xml26
-rw-r--r--res/anim/slide_in_right.xml26
-rw-r--r--res/anim/slide_out_left.xml26
-rw-r--r--res/anim/slide_out_right.xml26
13 files changed, 259 insertions, 0 deletions
diff --git a/res/anim/anim_0.xml b/res/anim/anim_0.xml
new file mode 100644
index 0000000..3cf4b57
--- /dev/null
+++ b/res/anim/anim_0.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="utf-8"?>
+<set xmlns:android="http://schemas.android.com/apk/res/android" >
+
+ <scale
+ android:duration="200"
+ android:fromXScale="2.0"
+ android:fromYScale="0.0"
+ android:pivotX="50.0%"
+ android:pivotY="50.0%"
+ android:toXScale="1.0"
+ android:toYScale="1.0" />
+
+</set> \ No newline at end of file
diff --git a/res/anim/anim_1.xml b/res/anim/anim_1.xml
new file mode 100644
index 0000000..490de90
--- /dev/null
+++ b/res/anim/anim_1.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="utf-8"?>
+<set xmlns:android="http://schemas.android.com/apk/res/android" >
+
+ <scale
+ android:duration="200"
+ android:fromXScale="2.0"
+ android:fromYScale="0.0"
+ android:pivotX="0.0%"
+ android:pivotY="50.0%"
+ android:toXScale="1.0"
+ android:toYScale="1.0" />
+
+</set> \ No newline at end of file
diff --git a/res/anim/anim_2.xml b/res/anim/anim_2.xml
new file mode 100644
index 0000000..b7c3e33
--- /dev/null
+++ b/res/anim/anim_2.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="utf-8"?>
+<set xmlns:android="http://schemas.android.com/apk/res/android" >
+
+ <scale
+ android:duration="200"
+ android:fromXScale="2.0"
+ android:fromYScale="0.0"
+ android:pivotX="00.0%"
+ android:pivotY="00.0%"
+ android:toXScale="1.0"
+ android:toYScale="1.0" />
+
+</set> \ No newline at end of file
diff --git a/res/anim/anim_3.xml b/res/anim/anim_3.xml
new file mode 100644
index 0000000..5777b1d
--- /dev/null
+++ b/res/anim/anim_3.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="utf-8"?>
+<set xmlns:android="http://schemas.android.com/apk/res/android" >
+
+ <scale
+ android:duration="200"
+ android:fromXScale="0.0"
+ android:fromYScale="2.0"
+ android:pivotX="50.0%"
+ android:pivotY="00.0%"
+ android:toXScale="1.0"
+ android:toYScale="1.0" />
+
+</set> \ No newline at end of file
diff --git a/res/anim/anim_4.xml b/res/anim/anim_4.xml
new file mode 100644
index 0000000..8b33102
--- /dev/null
+++ b/res/anim/anim_4.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="utf-8"?>
+<set xmlns:android="http://schemas.android.com/apk/res/android" >
+
+ <translate
+ android:duration="@android:integer/config_shortAnimTime"
+ android:fromYDelta="-50.0%p"
+ android:toYDelta="0.0" />
+
+ <alpha
+ android:duration="@android:integer/config_longAnimTime"
+ android:fromAlpha="0.0"
+ android:toAlpha="1.0" />
+
+</set> \ No newline at end of file
diff --git a/res/anim/anim_5.xml b/res/anim/anim_5.xml
new file mode 100644
index 0000000..29613ab
--- /dev/null
+++ b/res/anim/anim_5.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/* //device/apps/common/res/anim/slide_in_right.xml
+**
+** Copyright 2007, 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.
+*/
+-->
+
+<set xmlns:android="http://schemas.android.com/apk/res/android">
+ <translate android:fromXDelta="50%p" android:toXDelta="0"
+ android:duration="@android:integer/config_mediumAnimTime"/>
+ <alpha android:fromAlpha="0.0" android:toAlpha="1.0"
+ android:duration="@android:integer/config_mediumAnimTime" />
+</set> \ No newline at end of file
diff --git a/res/anim/fade_in_fast.xml b/res/anim/fade_in_fast.xml
new file mode 100644
index 0000000..a545430
--- /dev/null
+++ b/res/anim/fade_in_fast.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (C) 2009 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.
+-->
+
+<alpha xmlns:android="http://schemas.android.com/apk/res/android"
+ android:duration="@android:integer/config_mediumAnimTime"
+ android:fromAlpha="0.0"
+ android:interpolator="@android:anim/accelerate_interpolator"
+ android:toAlpha="1.0" />
diff --git a/res/anim/fade_out_fast.xml b/res/anim/fade_out_fast.xml
new file mode 100644
index 0000000..d946318
--- /dev/null
+++ b/res/anim/fade_out_fast.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2009 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.
+-->
+
+<alpha xmlns:android="http://schemas.android.com/apk/res/android"
+ android:interpolator="@android:anim/accelerate_interpolator"
+
+ android:fromAlpha="1.0"
+ android:toAlpha="0.0"
+
+ android:duration="@android:integer/config_mediumAnimTime" /> \ No newline at end of file
diff --git a/res/anim/peak_meter.xml b/res/anim/peak_meter.xml
new file mode 100644
index 0000000..e601eab
--- /dev/null
+++ b/res/anim/peak_meter.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8"?>
+<animation-list android:oneshot="false"
+ xmlns:android="http://schemas.android.com/apk/res/android">
+ <item android:duration="200" android:drawable="@drawable/indicator_playing_peak_meter_1" />
+ <item android:duration="200" android:drawable="@drawable/indicator_playing_peak_meter_2" />
+ <item android:duration="200" android:drawable="@drawable/indicator_playing_peak_meter_4" />
+ <item android:duration="200" android:drawable="@drawable/indicator_playing_peak_meter_3" />
+ <item android:duration="200" android:drawable="@drawable/indicator_playing_peak_meter_4" />
+ <item android:duration="200" android:drawable="@drawable/indicator_playing_peak_meter_3" />
+ <item android:duration="200" android:drawable="@drawable/indicator_playing_peak_meter_2" />
+ <item android:duration="200" android:drawable="@drawable/indicator_playing_peak_meter_4" />
+ <item android:duration="200" android:drawable="@drawable/indicator_playing_peak_meter_5" />
+ <item android:duration="200" android:drawable="@drawable/indicator_playing_peak_meter_4" />
+ <item android:duration="200" android:drawable="@drawable/indicator_playing_peak_meter_3" />
+ <item android:duration="200" android:drawable="@drawable/indicator_playing_peak_meter_2" />
+ <item android:duration="200" android:drawable="@drawable/indicator_playing_peak_meter_1" />
+ <item android:duration="200" android:drawable="@drawable/indicator_playing_peak_meter_3" />
+</animation-list>
diff --git a/res/anim/slide_in_left.xml b/res/anim/slide_in_left.xml
new file mode 100644
index 0000000..f59d6d4
--- /dev/null
+++ b/res/anim/slide_in_left.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/* //device/apps/common/res/anim/slide_in_left.xml
+**
+** Copyright 2007, 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.
+*/
+-->
+
+<set xmlns:android="http://schemas.android.com/apk/res/android">
+ <translate android:fromXDelta="-0%p" android:toXDelta="0"
+ android:duration="@android:integer/config_shortAnimTime"/>
+ <alpha android:fromAlpha="0.0" android:toAlpha="1.0"
+ android:duration="@android:integer/config_shortAnimTime" />
+</set>
diff --git a/res/anim/slide_in_right.xml b/res/anim/slide_in_right.xml
new file mode 100644
index 0000000..178ca02
--- /dev/null
+++ b/res/anim/slide_in_right.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/* //device/apps/common/res/anim/slide_in_right.xml
+**
+** Copyright 2007, 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.
+*/
+-->
+
+<set xmlns:android="http://schemas.android.com/apk/res/android">
+ <translate android:fromXDelta="0%p" android:toXDelta="0"
+ android:duration="@android:integer/config_shortAnimTime"/>
+ <alpha android:fromAlpha="0.0" android:toAlpha="1.0"
+ android:duration="@android:integer/config_shortAnimTime" />
+</set>
diff --git a/res/anim/slide_out_left.xml b/res/anim/slide_out_left.xml
new file mode 100644
index 0000000..0f2b154
--- /dev/null
+++ b/res/anim/slide_out_left.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/* //device/apps/common/res/anim/slide_out_left.xml
+**
+** Copyright 2007, 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.
+*/
+-->
+
+<set xmlns:android="http://schemas.android.com/apk/res/android">
+ <translate android:fromXDelta="0" android:toXDelta="-0%p"
+ android:duration="@android:integer/config_shortAnimTime"/>
+ <alpha android:fromAlpha="1.0" android:toAlpha="0.0"
+ android:duration="@android:integer/config_shortAnimTime" />
+</set>
diff --git a/res/anim/slide_out_right.xml b/res/anim/slide_out_right.xml
new file mode 100644
index 0000000..9c0affb
--- /dev/null
+++ b/res/anim/slide_out_right.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/* //device/apps/common/res/anim/slide_out_right.xml
+**
+** Copyright 2007, 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.
+*/
+-->
+
+<set xmlns:android="http://schemas.android.com/apk/res/android">
+ <translate android:fromXDelta="0" android:toXDelta="0%p"
+ android:duration="@android:integer/config_shortAnimTime"/>
+ <alpha android:fromAlpha="1.0" android:toAlpha="0.0"
+ android:duration="@android:integer/config_shortAnimTime" />
+</set>