Merge change 1878 into donut
* changes: Fixes external #2686. Make @android:anim/linear_interpolator public since the default intperpolator for all animations is accelerate_decelerate.
This commit is contained in:
@@ -1471,6 +1471,17 @@
|
||||
visibility="public"
|
||||
>
|
||||
</field>
|
||||
<field name="linear_interpolator"
|
||||
type="int"
|
||||
transient="false"
|
||||
volatile="false"
|
||||
value="17432587"
|
||||
static="true"
|
||||
final="true"
|
||||
deprecated="not deprecated"
|
||||
visibility="public"
|
||||
>
|
||||
</field>
|
||||
<field name="overshoot_interpolator"
|
||||
type="int"
|
||||
transient="false"
|
||||
|
||||
@@ -1106,6 +1106,7 @@
|
||||
<public type="anim" name="overshoot_interpolator" id="0x010a0008" />
|
||||
<public type="anim" name="anticipate_overshoot_interpolator" id="0x010a0009" />
|
||||
<public type="anim" name="bounce_interpolator" id="0x010a000a" />
|
||||
<public type="anim" name="linear_interpolator" id="0x010a000b" />
|
||||
|
||||
<public type="drawable" name="stat_sys_vp_phone_call" id="0x0108022d" />
|
||||
<public type="drawable" name="stat_sys_vp_phone_call_on_hold" id="0x0108022e" />
|
||||
|
||||
Reference in New Issue
Block a user