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

Commit f2522ce4 authored by Scott Main's avatar Scott Main Committed by Android (Google) Code Review
Browse files

Merge "API change. add cycle_interpolator resource (it's the only one missing...

Merge "API change. add cycle_interpolator resource (it's the only one missing among all Interpolators) and update public.xml and current.xml with the new resource."
parents 80eeeb70 749ee4fe
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -1537,6 +1537,17 @@
 visibility="public"
>
</field>
<field name="cycle_interpolator"
 type="int"
 transient="false"
 volatile="false"
 value="17432588"
 static="true"
 final="true"
 deprecated="not deprecated"
 visibility="public"
>
</field>
<field name="decelerate_interpolator"
 type="int"
 transient="false"
+21 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
/*
**
** Copyright 2010, 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.
*/
-->

<cycleInterpolator />
+2 −0
Original line number Diff line number Diff line
@@ -1231,4 +1231,6 @@
  <public type="attr" name="installLocation" id="0x010102b8" />
  <public type="attr" name="safeMode" id="0x010102b9" />

  <public type="anim" name="cycle_interpolator" id="0x010a000c" />
    
</resources>