Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f31161a0 authored by Dianne Hackborn's avatar Dianne Hackborn
Browse files

Add new "animator" and "interpolator" resource directories.

First phase, allowing apps to move over to the new names.

Change-Id: Ia16f3e2383e4a6599a0011d0464f0aacb1ce9207
parent 70588bf8
Loading
Loading
Loading
Loading
+199 −0
Original line number Diff line number Diff line
@@ -1692,6 +1692,45 @@
>
</field>
</class>
<class name="R.animator"
 extends="java.lang.Object"
 abstract="false"
 static="true"
 final="true"
 deprecated="not deprecated"
 visibility="public"
>
<constructor name="R.animator"
 type="android.R.animator"
 static="false"
 final="false"
 deprecated="not deprecated"
 visibility="public"
>
</constructor>
<field name="fade_in"
 type="int"
 transient="false"
 volatile="false"
 value="17498112"
 static="true"
 final="true"
 deprecated="not deprecated"
 visibility="public"
>
</field>
<field name="fade_out"
 type="int"
 transient="false"
 volatile="false"
 value="17498113"
 static="true"
 final="true"
 deprecated="not deprecated"
 visibility="public"
>
</field>
</class>
<class name="R.array"
 extends="java.lang.Object"
 abstract="false"
@@ -13956,6 +13995,166 @@
>
</field>
</class>
<class name="R.interpolator"
 extends="java.lang.Object"
 abstract="false"
 static="true"
 final="true"
 deprecated="not deprecated"
 visibility="public"
>
<constructor name="R.interpolator"
 type="android.R.interpolator"
 static="false"
 final="false"
 deprecated="not deprecated"
 visibility="public"
>
</constructor>
<field name="accelerate_cubic"
 type="int"
 transient="false"
 volatile="false"
 value="17563650"
 static="true"
 final="true"
 deprecated="not deprecated"
 visibility="public"
>
</field>
<field name="accelerate_decelerate"
 type="int"
 transient="false"
 volatile="false"
 value="17563654"
 static="true"
 final="true"
 deprecated="not deprecated"
 visibility="public"
>
</field>
<field name="accelerate_quad"
 type="int"
 transient="false"
 volatile="false"
 value="17563648"
 static="true"
 final="true"
 deprecated="not deprecated"
 visibility="public"
>
</field>
<field name="accelerate_quint"
 type="int"
 transient="false"
 volatile="false"
 value="17563652"
 static="true"
 final="true"
 deprecated="not deprecated"
 visibility="public"
>
</field>
<field name="anticipate"
 type="int"
 transient="false"
 volatile="false"
 value="17563655"
 static="true"
 final="true"
 deprecated="not deprecated"
 visibility="public"
>
</field>
<field name="anticipate_overshoot"
 type="int"
 transient="false"
 volatile="false"
 value="17563657"
 static="true"
 final="true"
 deprecated="not deprecated"
 visibility="public"
>
</field>
<field name="bounce"
 type="int"
 transient="false"
 volatile="false"
 value="17563658"
 static="true"
 final="true"
 deprecated="not deprecated"
 visibility="public"
>
</field>
<field name="cycle"
 type="int"
 transient="false"
 volatile="false"
 value="17563660"
 static="true"
 final="true"
 deprecated="not deprecated"
 visibility="public"
>
</field>
<field name="decelerate_cubic"
 type="int"
 transient="false"
 volatile="false"
 value="17563651"
 static="true"
 final="true"
 deprecated="not deprecated"
 visibility="public"
>
</field>
<field name="decelerate_quad"
 type="int"
 transient="false"
 volatile="false"
 value="17563649"
 static="true"
 final="true"
 deprecated="not deprecated"
 visibility="public"
>
</field>
<field name="decelerate_quint"
 type="int"
 transient="false"
 volatile="false"
 value="17563653"
 static="true"
 final="true"
 deprecated="not deprecated"
 visibility="public"
>
</field>
<field name="linear"
 type="int"
 transient="false"
 volatile="false"
 value="17563659"
 static="true"
 final="true"
 deprecated="not deprecated"
 visibility="public"
>
</field>
<field name="overshoot"
 type="int"
 transient="false"
 volatile="false"
 value="17563656"
 static="true"
 final="true"
 deprecated="not deprecated"
 visibility="public"
>
</field>
</class>
<class name="R.layout"
 extends="java.lang.Object"
 abstract="false"
+2 −2
Original line number Diff line number Diff line
@@ -23,9 +23,9 @@
    <scale android:fromXScale="0.975" android:toXScale="1.0"
            android:fromYScale="0.975" android:toYScale="1.0"
            android:pivotX="50%p" android:pivotY="50%p"
            android:interpolator="@anim/decelerate_quint_interpolator"
            android:interpolator="@interpolator/decelerate_quint"
            android:duration="@android:integer/config_activityDefaultDur" />
    <alpha android:fromAlpha=".75" android:toAlpha="1.0"
            android:interpolator="@anim/decelerate_cubic_interpolator"
            android:interpolator="@interpolator/decelerate_cubic"
            android:duration="@android:integer/config_activityDefaultDur"/>
</set>
 No newline at end of file
+2 −2
Original line number Diff line number Diff line
@@ -23,9 +23,9 @@
    <scale android:fromXScale="1.0" android:toXScale="1.075"
            android:fromYScale="1.0" android:toYScale="1.075"
            android:pivotX="50%p" android:pivotY="50%p"
            android:interpolator="@anim/decelerate_quint_interpolator"
            android:interpolator="@interpolator/decelerate_quint"
            android:duration="@android:integer/config_activityDefaultDur" />
    <alpha android:fromAlpha="1.0" android:toAlpha="0.0"
            android:interpolator="@anim/decelerate_cubic_interpolator"
            android:interpolator="@interpolator/decelerate_cubic"
            android:duration="@android:integer/config_activityDefaultDur"/>
</set>
 No newline at end of file
+2 −2
Original line number Diff line number Diff line
@@ -23,9 +23,9 @@
    <scale android:fromXScale="1.125" android:toXScale="1.0"
            android:fromYScale="1.125" android:toYScale="1.0"
            android:pivotX="50%p" android:pivotY="50%p"
            android:interpolator="@anim/decelerate_quint_interpolator"
            android:interpolator="@interpolator/decelerate_quint"
            android:duration="@android:integer/config_activityDefaultDur" />
    <alpha android:fromAlpha="0.0" android:toAlpha="1.0"
            android:interpolator="@anim/decelerate_cubic_interpolator"
            android:interpolator="@interpolator/decelerate_cubic"
            android:duration="@android:integer/config_activityDefaultDur"/>
</set>
 No newline at end of file
+2 −2
Original line number Diff line number Diff line
@@ -23,9 +23,9 @@
    <scale android:fromXScale="1.0" android:toXScale="0.975"
            android:fromYScale="1.0" android:toYScale="0.975"
            android:pivotX="50%p" android:pivotY="50%p"
            android:interpolator="@anim/linear_interpolator"
            android:interpolator="@interpolator/linear"
            android:duration="@android:integer/config_activityDefaultDur" />
    <alpha android:fromAlpha="1.0" android:toAlpha="0.75"
            android:interpolator="@anim/decelerate_cubic_interpolator"
            android:interpolator="@interpolator/decelerate_cubic"
            android:duration="@android:integer/config_activityDefaultDur"/>
</set>
 No newline at end of file
Loading