's'
This commit is contained in:
6
recovered_source/out_location/resources/res/anim/a.xml
Normal file
6
recovered_source/out_location/resources/res/anim/a.xml
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<alpha xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:interpolator="@android:anim/decelerate_interpolator"
|
||||
android:duration="@android:integer/config_mediumAnimTime"
|
||||
android:fromAlpha="0"
|
||||
android:toAlpha="1"/>
|
||||
11
recovered_source/out_location/resources/res/anim/a0.xml
Normal file
11
recovered_source/out_location/resources/res/anim/a0.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<set xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:interpolator="@android:interpolator/fast_out_linear_in"
|
||||
android:duration="@integer/d">
|
||||
<translate
|
||||
android:fromYDelta="20%p"
|
||||
android:toYDelta="0"/>
|
||||
<alpha
|
||||
android:fromAlpha="0"
|
||||
android:toAlpha="1"/>
|
||||
</set>
|
||||
11
recovered_source/out_location/resources/res/anim/a1.xml
Normal file
11
recovered_source/out_location/resources/res/anim/a1.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<set xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:interpolator="@android:interpolator/fast_out_slow_in"
|
||||
android:duration="@integer/d">
|
||||
<translate
|
||||
android:fromYDelta="0"
|
||||
android:toYDelta="20%p"/>
|
||||
<alpha
|
||||
android:fromAlpha="1"
|
||||
android:toAlpha="0"/>
|
||||
</set>
|
||||
4
recovered_source/out_location/resources/res/anim/a2.xml
Normal file
4
recovered_source/out_location/resources/res/anim/a2.xml
Normal file
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<translate xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:fromYDelta="100%"
|
||||
android:toYDelta="0"/>
|
||||
4
recovered_source/out_location/resources/res/anim/a3.xml
Normal file
4
recovered_source/out_location/resources/res/anim/a3.xml
Normal file
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<translate xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:fromYDelta="0"
|
||||
android:toYDelta="100%"/>
|
||||
6
recovered_source/out_location/resources/res/anim/a4.xml
Normal file
6
recovered_source/out_location/resources/res/anim/a4.xml
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<alpha xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:interpolator="@android:interpolator/decelerate_quad"
|
||||
android:duration="300"
|
||||
android:fromAlpha="0"
|
||||
android:toAlpha="1"/>
|
||||
6
recovered_source/out_location/resources/res/anim/a5.xml
Normal file
6
recovered_source/out_location/resources/res/anim/a5.xml
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<alpha xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:interpolator="@android:interpolator/accelerate_quad"
|
||||
android:duration="100"
|
||||
android:fromAlpha="1"
|
||||
android:toAlpha="0"/>
|
||||
2
recovered_source/out_location/resources/res/anim/a6.xml
Normal file
2
recovered_source/out_location/resources/res/anim/a6.xml
Normal file
@@ -0,0 +1,2 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<pathInterpolator xmlns:android="http://schemas.android.com/apk/res/android" android:pathData="M 0,0 C 0.05, 0, 0.133333, 0.06, 0.166666, 0.4 C 0.208333, 0.82, 0.25, 1, 1, 1"/>
|
||||
6
recovered_source/out_location/resources/res/anim/a7.xml
Normal file
6
recovered_source/out_location/resources/res/anim/a7.xml
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<pathInterpolator xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:controlX1="0.2"
|
||||
android:controlY1="0"
|
||||
android:controlX2="0.8"
|
||||
android:controlY2="1"/>
|
||||
6
recovered_source/out_location/resources/res/anim/a8.xml
Normal file
6
recovered_source/out_location/resources/res/anim/a8.xml
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<pathInterpolator xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:controlX1="0.4"
|
||||
android:controlY1="0"
|
||||
android:controlX2="1"
|
||||
android:controlY2="1"/>
|
||||
6
recovered_source/out_location/resources/res/anim/a9.xml
Normal file
6
recovered_source/out_location/resources/res/anim/a9.xml
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<pathInterpolator xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:controlX1="0"
|
||||
android:controlY1="0"
|
||||
android:controlX2="0.65"
|
||||
android:controlY2="1"/>
|
||||
6
recovered_source/out_location/resources/res/anim/a_.xml
Normal file
6
recovered_source/out_location/resources/res/anim/a_.xml
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<pathInterpolator xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:controlX1="0.1"
|
||||
android:controlY1="0"
|
||||
android:controlX2="0.45"
|
||||
android:controlY2="1"/>
|
||||
11
recovered_source/out_location/resources/res/anim/aa.xml
Normal file
11
recovered_source/out_location/resources/res/anim/aa.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<set xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:interpolator="@interpolator/h"
|
||||
android:duration="@integer/a2">
|
||||
<translate
|
||||
android:fromYDelta="20%p"
|
||||
android:toYDelta="0"/>
|
||||
<alpha
|
||||
android:fromAlpha="0"
|
||||
android:toAlpha="1"/>
|
||||
</set>
|
||||
13
recovered_source/out_location/resources/res/anim/ab.xml
Normal file
13
recovered_source/out_location/resources/res/anim/ab.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<set xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<translate
|
||||
android:interpolator="@interpolator/h"
|
||||
android:duration="@integer/a1"
|
||||
android:fromYDelta="0"
|
||||
android:toYDelta="20%p"/>
|
||||
<alpha
|
||||
android:interpolator="@interpolator/h"
|
||||
android:duration="@integer/a0"
|
||||
android:fromAlpha="1"
|
||||
android:toAlpha="0"/>
|
||||
</set>
|
||||
16
recovered_source/out_location/resources/res/anim/ac.xml
Normal file
16
recovered_source/out_location/resources/res/anim/ac.xml
Normal file
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<set xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:interpolator="@interpolator/j"
|
||||
android:duration="@integer/a2"
|
||||
android:shareInterpolator="true">
|
||||
<alpha
|
||||
android:fromAlpha="0"
|
||||
android:toAlpha="1"/>
|
||||
<scale
|
||||
android:pivotX="50%"
|
||||
android:pivotY="50%"
|
||||
android:fromXScale="0.8"
|
||||
android:toXScale="1"
|
||||
android:fromYScale="0.8"
|
||||
android:toYScale="1"/>
|
||||
</set>
|
||||
9
recovered_source/out_location/resources/res/anim/ad.xml
Normal file
9
recovered_source/out_location/resources/res/anim/ad.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<set xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:interpolator="@interpolator/i"
|
||||
android:duration="@integer/a5"
|
||||
android:shareInterpolator="true">
|
||||
<alpha
|
||||
android:fromAlpha="1"
|
||||
android:toAlpha="0"/>
|
||||
</set>
|
||||
8
recovered_source/out_location/resources/res/anim/ae.xml
Normal file
8
recovered_source/out_location/resources/res/anim/ae.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<set xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:interpolator="?attr/a1e"
|
||||
android:duration="275">
|
||||
<translate
|
||||
android:fromXDelta="-100%"
|
||||
android:toXDelta="0"/>
|
||||
</set>
|
||||
8
recovered_source/out_location/resources/res/anim/af.xml
Normal file
8
recovered_source/out_location/resources/res/anim/af.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<set xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:interpolator="?attr/a1e"
|
||||
android:duration="275">
|
||||
<translate
|
||||
android:fromXDelta="100%"
|
||||
android:toXDelta="0"/>
|
||||
</set>
|
||||
8
recovered_source/out_location/resources/res/anim/ag.xml
Normal file
8
recovered_source/out_location/resources/res/anim/ag.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<set xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:interpolator="?attr/a1e"
|
||||
android:duration="275">
|
||||
<translate
|
||||
android:fromXDelta="0"
|
||||
android:toXDelta="-100%"/>
|
||||
</set>
|
||||
8
recovered_source/out_location/resources/res/anim/ah.xml
Normal file
8
recovered_source/out_location/resources/res/anim/ah.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<set xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:interpolator="?attr/a1e"
|
||||
android:duration="275">
|
||||
<translate
|
||||
android:fromXDelta="0"
|
||||
android:toXDelta="100%"/>
|
||||
</set>
|
||||
11
recovered_source/out_location/resources/res/anim/ai.xml
Normal file
11
recovered_source/out_location/resources/res/anim/ai.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<set xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:interpolator="@android:interpolator/linear_out_slow_in"
|
||||
android:duration="250">
|
||||
<translate
|
||||
android:fromYDelta="20%p"
|
||||
android:toYDelta="0"/>
|
||||
<alpha
|
||||
android:fromAlpha="0"
|
||||
android:toAlpha="1"/>
|
||||
</set>
|
||||
11
recovered_source/out_location/resources/res/anim/aj.xml
Normal file
11
recovered_source/out_location/resources/res/anim/aj.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<set xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:interpolator="@android:interpolator/fast_out_linear_in"
|
||||
android:duration="200">
|
||||
<translate
|
||||
android:fromYDelta="0"
|
||||
android:toYDelta="20%p"/>
|
||||
<alpha
|
||||
android:fromAlpha="1"
|
||||
android:toAlpha="0"/>
|
||||
</set>
|
||||
6
recovered_source/out_location/resources/res/anim/ak.xml
Normal file
6
recovered_source/out_location/resources/res/anim/ak.xml
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<pathInterpolator xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:controlX1="0.4"
|
||||
android:controlY1="0"
|
||||
android:controlX2="0.6"
|
||||
android:controlY2="1"/>
|
||||
7
recovered_source/out_location/resources/res/anim/al.xml
Normal file
7
recovered_source/out_location/resources/res/anim/al.xml
Normal file
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<set xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<translate
|
||||
android:duration="@android:integer/config_mediumAnimTime"
|
||||
android:fromXDelta="50%p"
|
||||
android:toXDelta="0"/>
|
||||
</set>
|
||||
7
recovered_source/out_location/resources/res/anim/am.xml
Normal file
7
recovered_source/out_location/resources/res/anim/am.xml
Normal file
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<set xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<translate
|
||||
android:duration="@android:integer/config_mediumAnimTime"
|
||||
android:fromXDelta="0"
|
||||
android:toXDelta="50%p"/>
|
||||
</set>
|
||||
6
recovered_source/out_location/resources/res/anim/an.xml
Normal file
6
recovered_source/out_location/resources/res/anim/an.xml
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<translate xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:interpolator="@android:anim/decelerate_interpolator"
|
||||
android:duration="@android:integer/config_shortAnimTime"
|
||||
android:fromXDelta="100%"
|
||||
android:toXDelta="0%"/>
|
||||
6
recovered_source/out_location/resources/res/anim/ao.xml
Normal file
6
recovered_source/out_location/resources/res/anim/ao.xml
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<translate xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:interpolator="@android:anim/decelerate_interpolator"
|
||||
android:duration="@android:integer/config_shortAnimTime"
|
||||
android:fromXDelta="0%"
|
||||
android:toXDelta="-100%"/>
|
||||
7
recovered_source/out_location/resources/res/anim/ap.xml
Normal file
7
recovered_source/out_location/resources/res/anim/ap.xml
Normal file
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<set xmlns:android="http://schemas.android.com/apk/res/android" android:interpolator="@android:anim/linear_interpolator">
|
||||
<alpha
|
||||
android:duration="@integer/b4"
|
||||
android:fromAlpha="0"
|
||||
android:toAlpha="1"/>
|
||||
</set>
|
||||
7
recovered_source/out_location/resources/res/anim/aq.xml
Normal file
7
recovered_source/out_location/resources/res/anim/aq.xml
Normal file
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<set xmlns:android="http://schemas.android.com/apk/res/android" android:interpolator="@android:anim/linear_interpolator">
|
||||
<alpha
|
||||
android:duration="@integer/b5"
|
||||
android:fromAlpha="1"
|
||||
android:toAlpha="0"/>
|
||||
</set>
|
||||
5
recovered_source/out_location/resources/res/anim/ar.xml
Normal file
5
recovered_source/out_location/resources/res/anim/ar.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<translate xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:duration="@android:integer/config_shortAnimTime"
|
||||
android:fromYDelta="0%"
|
||||
android:toYDelta="100%"/>
|
||||
5
recovered_source/out_location/resources/res/anim/as.xml
Normal file
5
recovered_source/out_location/resources/res/anim/as.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<translate xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:duration="@android:integer/config_shortAnimTime"
|
||||
android:fromYDelta="100%"
|
||||
android:toYDelta="0%"/>
|
||||
6
recovered_source/out_location/resources/res/anim/at.xml
Normal file
6
recovered_source/out_location/resources/res/anim/at.xml
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<alpha xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:interpolator="@android:anim/decelerate_interpolator"
|
||||
android:duration="@android:integer/config_shortAnimTime"
|
||||
android:fromAlpha="0"
|
||||
android:toAlpha="1"/>
|
||||
6
recovered_source/out_location/resources/res/anim/au.xml
Normal file
6
recovered_source/out_location/resources/res/anim/au.xml
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<alpha xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:interpolator="@android:anim/decelerate_interpolator"
|
||||
android:duration="@android:integer/config_shortAnimTime"
|
||||
android:fromAlpha="1"
|
||||
android:toAlpha="0"/>
|
||||
6
recovered_source/out_location/resources/res/anim/b.xml
Normal file
6
recovered_source/out_location/resources/res/anim/b.xml
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<alpha xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:interpolator="@android:anim/decelerate_interpolator"
|
||||
android:duration="@android:integer/config_mediumAnimTime"
|
||||
android:fromAlpha="1"
|
||||
android:toAlpha="0"/>
|
||||
17
recovered_source/out_location/resources/res/anim/c.xml
Normal file
17
recovered_source/out_location/resources/res/anim/c.xml
Normal file
@@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<set xmlns:android="http://schemas.android.com/apk/res/android" android:shareInterpolator="false">
|
||||
<scale
|
||||
android:interpolator="@android:anim/decelerate_interpolator"
|
||||
android:duration="@integer/a"
|
||||
android:pivotX="50%"
|
||||
android:pivotY="100%"
|
||||
android:fromXScale="0.9"
|
||||
android:toXScale="1"
|
||||
android:fromYScale="0.9"
|
||||
android:toYScale="1"/>
|
||||
<alpha
|
||||
android:interpolator="@android:anim/decelerate_interpolator"
|
||||
android:duration="@integer/b"
|
||||
android:fromAlpha="0"
|
||||
android:toAlpha="1"/>
|
||||
</set>
|
||||
8
recovered_source/out_location/resources/res/anim/d.xml
Normal file
8
recovered_source/out_location/resources/res/anim/d.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<set xmlns:android="http://schemas.android.com/apk/res/android" android:shareInterpolator="false">
|
||||
<alpha
|
||||
android:interpolator="@android:anim/decelerate_interpolator"
|
||||
android:duration="@integer/b"
|
||||
android:fromAlpha="0"
|
||||
android:toAlpha="1"/>
|
||||
</set>
|
||||
8
recovered_source/out_location/resources/res/anim/e.xml
Normal file
8
recovered_source/out_location/resources/res/anim/e.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<set xmlns:android="http://schemas.android.com/apk/res/android" android:shareInterpolator="false">
|
||||
<alpha
|
||||
android:interpolator="@android:anim/decelerate_interpolator"
|
||||
android:duration="@integer/b"
|
||||
android:fromAlpha="1"
|
||||
android:toAlpha="0"/>
|
||||
</set>
|
||||
17
recovered_source/out_location/resources/res/anim/f.xml
Normal file
17
recovered_source/out_location/resources/res/anim/f.xml
Normal file
@@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<set xmlns:android="http://schemas.android.com/apk/res/android" android:shareInterpolator="false">
|
||||
<scale
|
||||
android:interpolator="@android:anim/decelerate_interpolator"
|
||||
android:duration="@integer/a"
|
||||
android:pivotX="50%"
|
||||
android:pivotY="100%"
|
||||
android:fromXScale="1"
|
||||
android:toXScale="0.9"
|
||||
android:fromYScale="1"
|
||||
android:toYScale="0.9"/>
|
||||
<alpha
|
||||
android:interpolator="@android:anim/decelerate_interpolator"
|
||||
android:duration="@integer/b"
|
||||
android:fromAlpha="1"
|
||||
android:toAlpha="0"/>
|
||||
</set>
|
||||
6
recovered_source/out_location/resources/res/anim/g.xml
Normal file
6
recovered_source/out_location/resources/res/anim/g.xml
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<translate xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:interpolator="@android:anim/decelerate_interpolator"
|
||||
android:duration="@android:integer/config_mediumAnimTime"
|
||||
android:fromYDelta="50%p"
|
||||
android:toYDelta="0"/>
|
||||
6
recovered_source/out_location/resources/res/anim/h.xml
Normal file
6
recovered_source/out_location/resources/res/anim/h.xml
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<translate xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:interpolator="@android:anim/decelerate_interpolator"
|
||||
android:duration="@android:integer/config_mediumAnimTime"
|
||||
android:fromYDelta="-50%p"
|
||||
android:toYDelta="0"/>
|
||||
6
recovered_source/out_location/resources/res/anim/i.xml
Normal file
6
recovered_source/out_location/resources/res/anim/i.xml
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<translate xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:interpolator="@android:anim/accelerate_interpolator"
|
||||
android:duration="@android:integer/config_mediumAnimTime"
|
||||
android:fromYDelta="0"
|
||||
android:toYDelta="50%p"/>
|
||||
6
recovered_source/out_location/resources/res/anim/j.xml
Normal file
6
recovered_source/out_location/resources/res/anim/j.xml
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<translate xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:interpolator="@android:anim/accelerate_interpolator"
|
||||
android:duration="@android:integer/config_mediumAnimTime"
|
||||
android:fromYDelta="0"
|
||||
android:toYDelta="-50%p"/>
|
||||
6
recovered_source/out_location/resources/res/anim/k.xml
Normal file
6
recovered_source/out_location/resources/res/anim/k.xml
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<alpha xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:interpolator="@android:interpolator/decelerate_quad"
|
||||
android:duration="@integer/g"
|
||||
android:fromAlpha="0"
|
||||
android:toAlpha="1"/>
|
||||
6
recovered_source/out_location/resources/res/anim/l.xml
Normal file
6
recovered_source/out_location/resources/res/anim/l.xml
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<alpha xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:interpolator="@android:interpolator/accelerate_quad"
|
||||
android:duration="@integer/g"
|
||||
android:fromAlpha="1"
|
||||
android:toAlpha="0"/>
|
||||
24
recovered_source/out_location/resources/res/anim/m.xml
Normal file
24
recovered_source/out_location/resources/res/anim/m.xml
Normal file
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<set xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<objectAnimator
|
||||
android:interpolator="@interpolator/d"
|
||||
android:duration="166"
|
||||
android:valueFrom="M -7.0,-7.0 l 14.0,0.0 c 0.0,0.0 0.0,0.0 0.0,0.0 l 0.0,14.0 c 0.0,0.0 0.0,0.0 0.0,0.0 l -14.0,0.0 c 0.0,0.0 0.0,0.0 0.0,0.0 l 0.0,-14.0 c 0.0,0.0 0.0,0.0 0.0,0.0 Z M 7.0,-9.0 c 0.0,0.0 -14.0,0.0 -14.0,0.0 c -1.1044921875,0.0 -2.0,0.8955078125 -2.0,2.0 c 0.0,0.0 0.0,14.0 0.0,14.0 c 0.0,1.1044921875 0.8955078125,2.0 2.0,2.0 c 0.0,0.0 14.0,0.0 14.0,0.0 c 1.1044921875,0.0 2.0,-0.8955078125 2.0,-2.0 c 0.0,0.0 0.0,-14.0 0.0,-14.0 c 0.0,-1.1044921875 -0.8955078125,-2.0 -2.0,-2.0 c 0.0,0.0 0.0,0.0 0.0,0.0 Z"
|
||||
android:valueTo="M 0.0,-0.05 l 0.0,0.0 c 0.02761423749,0.0 0.05,0.02238576251 0.05,0.05 l 0.0,0.0 c 0.0,0.02761423749 -0.02238576251,0.05 -0.05,0.05 l 0.0,0.0 c -0.02761423749,0.0 -0.05,-0.02238576251 -0.05,-0.05 l 0.0,0.0 c 0.0,-0.02761423749 0.02238576251,-0.05 0.05,-0.05 Z M 7.0,-9.0 c 0.0,0.0 -14.0,0.0 -14.0,0.0 c -1.1044921875,0.0 -2.0,0.8955078125 -2.0,2.0 c 0.0,0.0 0.0,14.0 0.0,14.0 c 0.0,1.1044921875 0.8955078125,2.0 2.0,2.0 c 0.0,0.0 14.0,0.0 14.0,0.0 c 1.1044921875,0.0 2.0,-0.8955078125 2.0,-2.0 c 0.0,0.0 0.0,-14.0 0.0,-14.0 c 0.0,-1.1044921875 -0.8955078125,-2.0 -2.0,-2.0 c 0.0,0.0 0.0,0.0 0.0,0.0 Z"
|
||||
android:valueType="pathType"
|
||||
android:propertyName="pathData"/>
|
||||
<set android:ordering="sequentially">
|
||||
<objectAnimator
|
||||
android:interpolator="@android:interpolator/linear"
|
||||
android:duration="166"
|
||||
android:valueFrom="1"
|
||||
android:valueTo="1"
|
||||
android:propertyName="fillAlpha"/>
|
||||
<objectAnimator
|
||||
android:interpolator="@interpolator/c"
|
||||
android:duration="33"
|
||||
android:valueFrom="1"
|
||||
android:valueTo="0"
|
||||
android:propertyName="fillAlpha"/>
|
||||
</set>
|
||||
</set>
|
||||
33
recovered_source/out_location/resources/res/anim/n.xml
Normal file
33
recovered_source/out_location/resources/res/anim/n.xml
Normal file
@@ -0,0 +1,33 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<set xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<set android:ordering="sequentially">
|
||||
<objectAnimator
|
||||
android:interpolator="@android:interpolator/linear"
|
||||
android:duration="200"
|
||||
android:valueFrom="M 7.0,-9.0 c 0.0,0.0 -14.0,0.0 -14.0,0.0 c -1.1044921875,0.0 -2.0,0.8955078125 -2.0,2.0 c 0.0,0.0 0.0,14.0 0.0,14.0 c 0.0,1.1044921875 0.8955078125,2.0 2.0,2.0 c 0.0,0.0 14.0,0.0 14.0,0.0 c 1.1044921875,0.0 2.0,-0.8955078125 2.0,-2.0 c 0.0,0.0 0.0,-14.0 0.0,-14.0 c 0.0,-1.1044921875 -0.8955078125,-2.0 -2.0,-2.0 c 0.0,0.0 0.0,0.0 0.0,0.0 Z M -2.0,5.00001525879 c 0.0,0.0 -1.4234161377,-1.40159606934 -1.4234161377,-1.40159606934 c 0.0,0.0 1.41409301758,-1.41409301758 1.41409301758,-1.41409301758 c 0.0,0.0 0.00932312011719,-0.0124053955078 0.00932312011719,-0.0124053955078 c 0.0,0.0 0.0234069824219,-0.0235137939453 0.0234069824219,-0.0235137939453 c 0.0,0.0 1.41409301758,1.41409301758 1.41409301758,1.41409301758 c 0.0,0.0 -1.4375,1.43751525879 -1.4375,1.43751525879 Z"
|
||||
android:valueTo="M 7.0,-9.0 c 0.0,0.0 -14.0,0.0 -14.0,0.0 c -1.1044921875,0.0 -2.0,0.8955078125 -2.0,2.0 c 0.0,0.0 0.0,14.0 0.0,14.0 c 0.0,1.1044921875 0.8955078125,2.0 2.0,2.0 c 0.0,0.0 14.0,0.0 14.0,0.0 c 1.1044921875,0.0 2.0,-0.8955078125 2.0,-2.0 c 0.0,0.0 0.0,-14.0 0.0,-14.0 c 0.0,-1.1044921875 -0.8955078125,-2.0 -2.0,-2.0 c 0.0,0.0 0.0,0.0 0.0,0.0 Z M -2.0,5.00001525879 c 0.0,0.0 -1.4234161377,-1.40159606934 -1.4234161377,-1.40159606934 c 0.0,0.0 1.41409301758,-1.41409301758 1.41409301758,-1.41409301758 c 0.0,0.0 0.00932312011719,-0.0124053955078 0.00932312011719,-0.0124053955078 c 0.0,0.0 0.0234069824219,-0.0235137939453 0.0234069824219,-0.0235137939453 c 0.0,0.0 1.41409301758,1.41409301758 1.41409301758,1.41409301758 c 0.0,0.0 -1.4375,1.43751525879 -1.4375,1.43751525879 Z"
|
||||
android:valueType="pathType"
|
||||
android:propertyName="pathData"/>
|
||||
<objectAnimator
|
||||
android:interpolator="@interpolator/d"
|
||||
android:duration="300"
|
||||
android:valueFrom="M 7.0,-9.0 c 0.0,0.0 -14.0,0.0 -14.0,0.0 c -1.1044921875,0.0 -2.0,0.8955078125 -2.0,2.0 c 0.0,0.0 0.0,14.0 0.0,14.0 c 0.0,1.1044921875 0.8955078125,2.0 2.0,2.0 c 0.0,0.0 14.0,0.0 14.0,0.0 c 1.1044921875,0.0 2.0,-0.8955078125 2.0,-2.0 c 0.0,0.0 0.0,-14.0 0.0,-14.0 c 0.0,-1.1044921875 -0.8955078125,-2.0 -2.0,-2.0 c 0.0,0.0 0.0,0.0 0.0,0.0 Z M -2.0,5.00001525879 c 0.0,0.0 -1.4234161377,-1.40159606934 -1.4234161377,-1.40159606934 c 0.0,0.0 1.41409301758,-1.41409301758 1.41409301758,-1.41409301758 c 0.0,0.0 0.00932312011719,-0.0124053955078 0.00932312011719,-0.0124053955078 c 0.0,0.0 0.0234069824219,-0.0235137939453 0.0234069824219,-0.0235137939453 c 0.0,0.0 1.41409301758,1.41409301758 1.41409301758,1.41409301758 c 0.0,0.0 -1.4375,1.43751525879 -1.4375,1.43751525879 Z"
|
||||
android:valueTo="M 7.0,-9.0 c 0.0,0.0 -14.0,0.0 -14.0,0.0 c -1.1044921875,0.0 -2.0,0.8955078125 -2.0,2.0 c 0.0,0.0 0.0,14.0 0.0,14.0 c 0.0,1.1044921875 0.8955078125,2.0 2.0,2.0 c 0.0,0.0 14.0,0.0 14.0,0.0 c 1.1044921875,0.0 2.0,-0.8955078125 2.0,-2.0 c 0.0,0.0 0.0,-14.0 0.0,-14.0 c 0.0,-1.1044921875 -0.8955078125,-2.0 -2.0,-2.0 c 0.0,0.0 0.0,0.0 0.0,0.0 Z M -2.0,5.00001525879 c 0.0,0.0 -5.0,-5.00001525879 -5.0,-5.00001525879 c 0.0,0.0 1.41409301758,-1.41409301758 1.41409301758,-1.41409301758 c 0.0,0.0 3.58590698242,3.58601379395 3.58590698242,3.58601379395 c 0.0,0.0 7.58590698242,-7.58601379395 7.58590698242,-7.58601379395 c 0.0,0.0 1.41409301758,1.41409301758 1.41409301758,1.41409301758 c 0.0,0.0 -9.0,9.00001525879 -9.0,9.00001525879 Z"
|
||||
android:valueType="pathType"
|
||||
android:propertyName="pathData"/>
|
||||
</set>
|
||||
<set android:ordering="sequentially">
|
||||
<objectAnimator
|
||||
android:interpolator="@android:interpolator/linear"
|
||||
android:duration="166"
|
||||
android:valueFrom="0"
|
||||
android:valueTo="0"
|
||||
android:propertyName="fillAlpha"/>
|
||||
<objectAnimator
|
||||
android:interpolator="@interpolator/c"
|
||||
android:duration="33"
|
||||
android:valueFrom="0"
|
||||
android:valueTo="1"
|
||||
android:propertyName="fillAlpha"/>
|
||||
</set>
|
||||
</set>
|
||||
31
recovered_source/out_location/resources/res/anim/o.xml
Normal file
31
recovered_source/out_location/resources/res/anim/o.xml
Normal file
@@ -0,0 +1,31 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<set xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<set android:ordering="sequentially">
|
||||
<objectAnimator
|
||||
android:interpolator="@interpolator/d"
|
||||
android:duration="200"
|
||||
android:valueFrom="0.2"
|
||||
android:valueTo="0.18"
|
||||
android:propertyName="scaleX"/>
|
||||
<objectAnimator
|
||||
android:interpolator="@interpolator/d"
|
||||
android:duration="300"
|
||||
android:valueFrom="0.18"
|
||||
android:valueTo="0.2"
|
||||
android:propertyName="scaleX"/>
|
||||
</set>
|
||||
<set android:ordering="sequentially">
|
||||
<objectAnimator
|
||||
android:interpolator="@interpolator/d"
|
||||
android:duration="200"
|
||||
android:valueFrom="0.2"
|
||||
android:valueTo="0.18"
|
||||
android:propertyName="scaleY"/>
|
||||
<objectAnimator
|
||||
android:interpolator="@interpolator/d"
|
||||
android:duration="300"
|
||||
android:valueFrom="0.18"
|
||||
android:valueTo="0.2"
|
||||
android:propertyName="scaleY"/>
|
||||
</set>
|
||||
</set>
|
||||
33
recovered_source/out_location/resources/res/anim/p.xml
Normal file
33
recovered_source/out_location/resources/res/anim/p.xml
Normal file
@@ -0,0 +1,33 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<set xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<set android:ordering="sequentially">
|
||||
<objectAnimator
|
||||
android:interpolator="@android:interpolator/linear"
|
||||
android:duration="166"
|
||||
android:valueFrom="M 0.0,-1.0 l 0.0,0.0 c 0.5522847498,0.0 1.0,0.4477152502 1.0,1.0 l 0.0,0.0 c 0.0,0.5522847498 -0.4477152502,1.0 -1.0,1.0 l 0.0,0.0 c -0.5522847498,0.0 -1.0,-0.4477152502 -1.0,-1.0 l 0.0,0.0 c 0.0,-0.5522847498 0.4477152502,-1.0 1.0,-1.0 Z M 7.0,-9.0 c 0.0,0.0 -14.0,0.0 -14.0,0.0 c -1.1044921875,0.0 -2.0,0.8955078125 -2.0,2.0 c 0.0,0.0 0.0,14.0 0.0,14.0 c 0.0,1.1044921875 0.8955078125,2.0 2.0,2.0 c 0.0,0.0 14.0,0.0 14.0,0.0 c 1.1044921875,0.0 2.0,-0.8955078125 2.0,-2.0 c 0.0,0.0 0.0,-14.0 0.0,-14.0 c 0.0,-1.1044921875 -0.8955078125,-2.0 -2.0,-2.0 c 0.0,0.0 0.0,0.0 0.0,0.0 Z"
|
||||
android:valueTo="M 0.0,-1.0 l 0.0,0.0 c 0.5522847498,0.0 1.0,0.4477152502 1.0,1.0 l 0.0,0.0 c 0.0,0.5522847498 -0.4477152502,1.0 -1.0,1.0 l 0.0,0.0 c -0.5522847498,0.0 -1.0,-0.4477152502 -1.0,-1.0 l 0.0,0.0 c 0.0,-0.5522847498 0.4477152502,-1.0 1.0,-1.0 Z M 7.0,-9.0 c 0.0,0.0 -14.0,0.0 -14.0,0.0 c -1.1044921875,0.0 -2.0,0.8955078125 -2.0,2.0 c 0.0,0.0 0.0,14.0 0.0,14.0 c 0.0,1.1044921875 0.8955078125,2.0 2.0,2.0 c 0.0,0.0 14.0,0.0 14.0,0.0 c 1.1044921875,0.0 2.0,-0.8955078125 2.0,-2.0 c 0.0,0.0 0.0,-14.0 0.0,-14.0 c 0.0,-1.1044921875 -0.8955078125,-2.0 -2.0,-2.0 c 0.0,0.0 0.0,0.0 0.0,0.0 Z"
|
||||
android:valueType="pathType"
|
||||
android:propertyName="pathData"/>
|
||||
<objectAnimator
|
||||
android:interpolator="@interpolator/b"
|
||||
android:duration="333"
|
||||
android:valueFrom="M 0.0,-1.0 l 0.0,0.0 c 0.5522847498,0.0 1.0,0.4477152502 1.0,1.0 l 0.0,0.0 c 0.0,0.5522847498 -0.4477152502,1.0 -1.0,1.0 l 0.0,0.0 c -0.5522847498,0.0 -1.0,-0.4477152502 -1.0,-1.0 l 0.0,0.0 c 0.0,-0.5522847498 0.4477152502,-1.0 1.0,-1.0 Z M 7.0,-9.0 c 0.0,0.0 -14.0,0.0 -14.0,0.0 c -1.1044921875,0.0 -2.0,0.8955078125 -2.0,2.0 c 0.0,0.0 0.0,14.0 0.0,14.0 c 0.0,1.1044921875 0.8955078125,2.0 2.0,2.0 c 0.0,0.0 14.0,0.0 14.0,0.0 c 1.1044921875,0.0 2.0,-0.8955078125 2.0,-2.0 c 0.0,0.0 0.0,-14.0 0.0,-14.0 c 0.0,-1.1044921875 -0.8955078125,-2.0 -2.0,-2.0 c 0.0,0.0 0.0,0.0 0.0,0.0 Z"
|
||||
android:valueTo="M -7.0,-7.0 l 14.0,0.0 c 0.0,0.0 0.0,0.0 0.0,0.0 l 0.0,14.0 c 0.0,0.0 0.0,0.0 0.0,0.0 l -14.0,0.0 c 0.0,0.0 0.0,0.0 0.0,0.0 l 0.0,-14.0 c 0.0,0.0 0.0,0.0 0.0,0.0 Z M 7.0,-9.0 c 0.0,0.0 -14.0,0.0 -14.0,0.0 c -1.1044921875,0.0 -2.0,0.8955078125 -2.0,2.0 c 0.0,0.0 0.0,14.0 0.0,14.0 c 0.0,1.1044921875 0.8955078125,2.0 2.0,2.0 c 0.0,0.0 14.0,0.0 14.0,0.0 c 1.1044921875,0.0 2.0,-0.8955078125 2.0,-2.0 c 0.0,0.0 0.0,-14.0 0.0,-14.0 c 0.0,-1.1044921875 -0.8955078125,-2.0 -2.0,-2.0 c 0.0,0.0 0.0,0.0 0.0,0.0 Z"
|
||||
android:valueType="pathType"
|
||||
android:propertyName="pathData"/>
|
||||
</set>
|
||||
<set android:ordering="sequentially">
|
||||
<objectAnimator
|
||||
android:interpolator="@android:interpolator/linear"
|
||||
android:duration="133"
|
||||
android:valueFrom="0"
|
||||
android:valueTo="0"
|
||||
android:propertyName="fillAlpha"/>
|
||||
<objectAnimator
|
||||
android:interpolator="@interpolator/a"
|
||||
android:duration="33"
|
||||
android:valueFrom="0"
|
||||
android:valueTo="1"
|
||||
android:propertyName="fillAlpha"/>
|
||||
</set>
|
||||
</set>
|
||||
24
recovered_source/out_location/resources/res/anim/q.xml
Normal file
24
recovered_source/out_location/resources/res/anim/q.xml
Normal file
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<set xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<objectAnimator
|
||||
android:interpolator="@interpolator/b"
|
||||
android:duration="166"
|
||||
android:valueFrom="M 7.0,-9.0 c 0.0,0.0 -14.0,0.0 -14.0,0.0 c -1.1044921875,0.0 -2.0,0.8955078125 -2.0,2.0 c 0.0,0.0 0.0,14.0 0.0,14.0 c 0.0,1.1044921875 0.8955078125,2.0 2.0,2.0 c 0.0,0.0 14.0,0.0 14.0,0.0 c 1.1044921875,0.0 2.0,-0.8955078125 2.0,-2.0 c 0.0,0.0 0.0,-14.0 0.0,-14.0 c 0.0,-1.1044921875 -0.8955078125,-2.0 -2.0,-2.0 c 0.0,0.0 0.0,0.0 0.0,0.0 Z M -2.0,5.00001525879 c 0.0,0.0 -5.0,-5.00001525879 -5.0,-5.00001525879 c 0.0,0.0 1.41409301758,-1.41409301758 1.41409301758,-1.41409301758 c 0.0,0.0 3.58590698242,3.58601379395 3.58590698242,3.58601379395 c 0.0,0.0 7.58590698242,-7.58601379395 7.58590698242,-7.58601379395 c 0.0,0.0 1.41409301758,1.41409301758 1.41409301758,1.41409301758 c 0.0,0.0 -9.0,9.00001525879 -9.0,9.00001525879 Z"
|
||||
android:valueTo="M 7.0,-9.0 c 0.0,0.0 -14.0,0.0 -14.0,0.0 c -1.1044921875,0.0 -2.0,0.8955078125 -2.0,2.0 c 0.0,0.0 0.0,14.0 0.0,14.0 c 0.0,1.1044921875 0.8955078125,2.0 2.0,2.0 c 0.0,0.0 14.0,0.0 14.0,0.0 c 1.1044921875,0.0 2.0,-0.8955078125 2.0,-2.0 c 0.0,0.0 0.0,-14.0 0.0,-14.0 c 0.0,-1.1044921875 -0.8955078125,-2.0 -2.0,-2.0 c 0.0,0.0 0.0,0.0 0.0,0.0 Z M 0.0,1.42500305176 c 0.0,0.0 -1.4234161377,-1.40159606934 -1.4234161377,-1.40159606934 c 0.0,0.0 1.41409301758,-1.41409301758 1.41409301758,-1.41409301758 c 0.0,0.0 0.00932312011719,-0.0124053955078 0.00932312011719,-0.0124053955078 c 0.0,0.0 0.0234069824219,-0.0235137939453 0.0234069824219,-0.0235137939453 c 0.0,0.0 1.41409301758,1.41409301758 1.41409301758,1.41409301758 c 0.0,0.0 -1.4375,1.43751525879 -1.4375,1.43751525879 Z"
|
||||
android:valueType="pathType"
|
||||
android:propertyName="pathData"/>
|
||||
<set android:ordering="sequentially">
|
||||
<objectAnimator
|
||||
android:interpolator="@android:interpolator/linear"
|
||||
android:duration="133"
|
||||
android:valueFrom="1"
|
||||
android:valueTo="1"
|
||||
android:propertyName="fillAlpha"/>
|
||||
<objectAnimator
|
||||
android:interpolator="@interpolator/a"
|
||||
android:duration="33"
|
||||
android:valueFrom="1"
|
||||
android:valueTo="0"
|
||||
android:propertyName="fillAlpha"/>
|
||||
</set>
|
||||
</set>
|
||||
31
recovered_source/out_location/resources/res/anim/r.xml
Normal file
31
recovered_source/out_location/resources/res/anim/r.xml
Normal file
@@ -0,0 +1,31 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<set xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<set android:ordering="sequentially">
|
||||
<objectAnimator
|
||||
android:interpolator="@interpolator/b"
|
||||
android:duration="166"
|
||||
android:valueFrom="0.2"
|
||||
android:valueTo="0.18"
|
||||
android:propertyName="scaleX"/>
|
||||
<objectAnimator
|
||||
android:interpolator="@interpolator/b"
|
||||
android:duration="333"
|
||||
android:valueFrom="0.18"
|
||||
android:valueTo="0.2"
|
||||
android:propertyName="scaleX"/>
|
||||
</set>
|
||||
<set android:ordering="sequentially">
|
||||
<objectAnimator
|
||||
android:interpolator="@interpolator/b"
|
||||
android:duration="166"
|
||||
android:valueFrom="0.2"
|
||||
android:valueTo="0.18"
|
||||
android:propertyName="scaleY"/>
|
||||
<objectAnimator
|
||||
android:interpolator="@interpolator/b"
|
||||
android:duration="333"
|
||||
android:valueFrom="0.18"
|
||||
android:valueTo="0.2"
|
||||
android:propertyName="scaleY"/>
|
||||
</set>
|
||||
</set>
|
||||
49
recovered_source/out_location/resources/res/anim/s.xml
Normal file
49
recovered_source/out_location/resources/res/anim/s.xml
Normal file
@@ -0,0 +1,49 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<set xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<set android:ordering="sequentially">
|
||||
<objectAnimator
|
||||
android:interpolator="@interpolator/g"
|
||||
android:duration="183"
|
||||
android:valueFrom="1"
|
||||
android:valueTo="1.4"
|
||||
android:valueType="floatType"
|
||||
android:propertyName="scaleX"/>
|
||||
<objectAnimator
|
||||
android:interpolator="@interpolator/g"
|
||||
android:duration="16"
|
||||
android:valueFrom="1.4"
|
||||
android:valueTo="0"
|
||||
android:valueType="floatType"
|
||||
android:propertyName="scaleX"/>
|
||||
<objectAnimator
|
||||
android:interpolator="@interpolator/g"
|
||||
android:duration="300"
|
||||
android:valueFrom="0"
|
||||
android:valueTo="0"
|
||||
android:valueType="floatType"
|
||||
android:propertyName="scaleX"/>
|
||||
</set>
|
||||
<set android:ordering="sequentially">
|
||||
<objectAnimator
|
||||
android:interpolator="@interpolator/g"
|
||||
android:duration="183"
|
||||
android:valueFrom="1"
|
||||
android:valueTo="1.4"
|
||||
android:valueType="floatType"
|
||||
android:propertyName="scaleY"/>
|
||||
<objectAnimator
|
||||
android:interpolator="@interpolator/g"
|
||||
android:duration="16"
|
||||
android:valueFrom="1.4"
|
||||
android:valueTo="0"
|
||||
android:valueType="floatType"
|
||||
android:propertyName="scaleY"/>
|
||||
<objectAnimator
|
||||
android:interpolator="@interpolator/g"
|
||||
android:duration="300"
|
||||
android:valueFrom="0"
|
||||
android:valueTo="0"
|
||||
android:valueType="floatType"
|
||||
android:propertyName="scaleY"/>
|
||||
</set>
|
||||
</set>
|
||||
49
recovered_source/out_location/resources/res/anim/t.xml
Normal file
49
recovered_source/out_location/resources/res/anim/t.xml
Normal file
@@ -0,0 +1,49 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<set xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<set android:ordering="sequentially">
|
||||
<objectAnimator
|
||||
android:interpolator="@interpolator/g"
|
||||
android:duration="183"
|
||||
android:valueFrom="1"
|
||||
android:valueTo="0.9"
|
||||
android:valueType="floatType"
|
||||
android:propertyName="scaleX"/>
|
||||
<objectAnimator
|
||||
android:interpolator="@interpolator/e"
|
||||
android:duration="16"
|
||||
android:valueFrom="0.9"
|
||||
android:valueTo="0.5"
|
||||
android:valueType="floatType"
|
||||
android:propertyName="scaleX"/>
|
||||
<objectAnimator
|
||||
android:interpolator="@interpolator/e"
|
||||
android:duration="300"
|
||||
android:valueFrom="0.5"
|
||||
android:valueTo="1"
|
||||
android:valueType="floatType"
|
||||
android:propertyName="scaleX"/>
|
||||
</set>
|
||||
<set android:ordering="sequentially">
|
||||
<objectAnimator
|
||||
android:interpolator="@interpolator/g"
|
||||
android:duration="183"
|
||||
android:valueFrom="1"
|
||||
android:valueTo="0.9"
|
||||
android:valueType="floatType"
|
||||
android:propertyName="scaleY"/>
|
||||
<objectAnimator
|
||||
android:interpolator="@interpolator/e"
|
||||
android:duration="16"
|
||||
android:valueFrom="0.9"
|
||||
android:valueTo="0.5"
|
||||
android:valueType="floatType"
|
||||
android:propertyName="scaleY"/>
|
||||
<objectAnimator
|
||||
android:interpolator="@interpolator/e"
|
||||
android:duration="300"
|
||||
android:valueFrom="0.5"
|
||||
android:valueTo="1"
|
||||
android:valueType="floatType"
|
||||
android:propertyName="scaleY"/>
|
||||
</set>
|
||||
</set>
|
||||
26
recovered_source/out_location/resources/res/anim/u.xml
Normal file
26
recovered_source/out_location/resources/res/anim/u.xml
Normal file
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<set xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<set android:ordering="sequentially">
|
||||
<objectAnimator
|
||||
android:interpolator="@interpolator/g"
|
||||
android:duration="183"
|
||||
android:valueFrom="2"
|
||||
android:valueTo="2"
|
||||
android:valueType="floatType"
|
||||
android:propertyName="strokeWidth"/>
|
||||
<objectAnimator
|
||||
android:interpolator="@interpolator/g"
|
||||
android:duration="16"
|
||||
android:valueFrom="2"
|
||||
android:valueTo="18"
|
||||
android:valueType="floatType"
|
||||
android:propertyName="strokeWidth"/>
|
||||
<objectAnimator
|
||||
android:interpolator="@interpolator/g"
|
||||
android:duration="300"
|
||||
android:valueFrom="18"
|
||||
android:valueTo="2"
|
||||
android:valueType="floatType"
|
||||
android:propertyName="strokeWidth"/>
|
||||
</set>
|
||||
</set>
|
||||
49
recovered_source/out_location/resources/res/anim/v.xml
Normal file
49
recovered_source/out_location/resources/res/anim/v.xml
Normal file
@@ -0,0 +1,49 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<set xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<set android:ordering="sequentially">
|
||||
<objectAnimator
|
||||
android:interpolator="@interpolator/g"
|
||||
android:duration="166"
|
||||
android:valueFrom="0"
|
||||
android:valueTo="0"
|
||||
android:valueType="floatType"
|
||||
android:propertyName="scaleX"/>
|
||||
<objectAnimator
|
||||
android:interpolator="@interpolator/g"
|
||||
android:duration="16"
|
||||
android:valueFrom="0"
|
||||
android:valueTo="1.5"
|
||||
android:valueType="floatType"
|
||||
android:propertyName="scaleX"/>
|
||||
<objectAnimator
|
||||
android:interpolator="@interpolator/g"
|
||||
android:duration="316"
|
||||
android:valueFrom="1.5"
|
||||
android:valueTo="1"
|
||||
android:valueType="floatType"
|
||||
android:propertyName="scaleX"/>
|
||||
</set>
|
||||
<set android:ordering="sequentially">
|
||||
<objectAnimator
|
||||
android:interpolator="@interpolator/g"
|
||||
android:duration="166"
|
||||
android:valueFrom="0"
|
||||
android:valueTo="0"
|
||||
android:valueType="floatType"
|
||||
android:propertyName="scaleY"/>
|
||||
<objectAnimator
|
||||
android:interpolator="@interpolator/g"
|
||||
android:duration="16"
|
||||
android:valueFrom="0"
|
||||
android:valueTo="1.5"
|
||||
android:valueType="floatType"
|
||||
android:propertyName="scaleY"/>
|
||||
<objectAnimator
|
||||
android:interpolator="@interpolator/g"
|
||||
android:duration="316"
|
||||
android:valueFrom="1.5"
|
||||
android:valueTo="1"
|
||||
android:valueType="floatType"
|
||||
android:propertyName="scaleY"/>
|
||||
</set>
|
||||
</set>
|
||||
49
recovered_source/out_location/resources/res/anim/w.xml
Normal file
49
recovered_source/out_location/resources/res/anim/w.xml
Normal file
@@ -0,0 +1,49 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<set xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<set android:ordering="sequentially">
|
||||
<objectAnimator
|
||||
android:interpolator="@interpolator/g"
|
||||
android:duration="166"
|
||||
android:valueFrom="1"
|
||||
android:valueTo="0.5"
|
||||
android:valueType="floatType"
|
||||
android:propertyName="scaleX"/>
|
||||
<objectAnimator
|
||||
android:interpolator="@interpolator/g"
|
||||
android:duration="16"
|
||||
android:valueFrom="0.5"
|
||||
android:valueTo="0.9"
|
||||
android:valueType="floatType"
|
||||
android:propertyName="scaleX"/>
|
||||
<objectAnimator
|
||||
android:interpolator="@interpolator/g"
|
||||
android:duration="316"
|
||||
android:valueFrom="0.9"
|
||||
android:valueTo="1"
|
||||
android:valueType="floatType"
|
||||
android:propertyName="scaleX"/>
|
||||
</set>
|
||||
<set android:ordering="sequentially">
|
||||
<objectAnimator
|
||||
android:interpolator="@interpolator/g"
|
||||
android:duration="166"
|
||||
android:valueFrom="1"
|
||||
android:valueTo="0.5"
|
||||
android:valueType="floatType"
|
||||
android:propertyName="scaleY"/>
|
||||
<objectAnimator
|
||||
android:interpolator="@interpolator/g"
|
||||
android:duration="16"
|
||||
android:valueFrom="0.5"
|
||||
android:valueTo="0.9"
|
||||
android:valueType="floatType"
|
||||
android:propertyName="scaleY"/>
|
||||
<objectAnimator
|
||||
android:interpolator="@interpolator/g"
|
||||
android:duration="316"
|
||||
android:valueFrom="0.9"
|
||||
android:valueTo="1"
|
||||
android:valueType="floatType"
|
||||
android:propertyName="scaleY"/>
|
||||
</set>
|
||||
</set>
|
||||
26
recovered_source/out_location/resources/res/anim/x.xml
Normal file
26
recovered_source/out_location/resources/res/anim/x.xml
Normal file
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<set xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<set android:ordering="sequentially">
|
||||
<objectAnimator
|
||||
android:interpolator="@interpolator/f"
|
||||
android:duration="166"
|
||||
android:valueFrom="2"
|
||||
android:valueTo="18"
|
||||
android:valueType="floatType"
|
||||
android:propertyName="strokeWidth"/>
|
||||
<objectAnimator
|
||||
android:interpolator="@interpolator/g"
|
||||
android:duration="16"
|
||||
android:valueFrom="18"
|
||||
android:valueTo="2"
|
||||
android:valueType="floatType"
|
||||
android:propertyName="strokeWidth"/>
|
||||
<objectAnimator
|
||||
android:interpolator="@interpolator/g"
|
||||
android:duration="316"
|
||||
android:valueFrom="2"
|
||||
android:valueTo="2"
|
||||
android:valueType="floatType"
|
||||
android:propertyName="strokeWidth"/>
|
||||
</set>
|
||||
</set>
|
||||
9
recovered_source/out_location/resources/res/anim/y.xml
Normal file
9
recovered_source/out_location/resources/res/anim/y.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<set xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<alpha
|
||||
android:interpolator="@android:anim/accelerate_interpolator"
|
||||
android:duration="500"
|
||||
android:repeatCount="0"
|
||||
android:fromAlpha="1"
|
||||
android:toAlpha="0"/>
|
||||
</set>
|
||||
9
recovered_source/out_location/resources/res/anim/z.xml
Normal file
9
recovered_source/out_location/resources/res/anim/z.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<set xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<alpha
|
||||
android:interpolator="@android:anim/accelerate_interpolator"
|
||||
android:duration="500"
|
||||
android:repeatCount="0"
|
||||
android:fromAlpha="0"
|
||||
android:toAlpha="1"/>
|
||||
</set>
|
||||
Reference in New Issue
Block a user