HomeSort by relevance Sort by last modified time
    Searched full:intevaluator (Results 1 - 25 of 26) sorted by null

1 2

  /cts/tests/tests/animation/src/android/animation/cts/
IntEvaluatorTest.java 19 import android.animation.IntEvaluator;
27 final IntEvaluator intEvaluator = new IntEvaluator();
31 result = intEvaluator.evaluate(fraction, start, end);
  /frameworks/base/docs/html/sdk/api_diff/14/changes/
android.animation.IntEvaluator.html 10 android.animation.IntEvaluator
74 Class android.animation.<A HREF="../../../../reference/android/animation/IntEvaluator.html" target="_top"><font size="+2"><code>IntEvaluator</code></font></A>
86 <A NAME="android.animation.IntEvaluator.evaluate_changed(float, java.lang.Integer, java.lang.Integer)"></A>
87 <nobr><code>Integer</code>&nbsp;<A HREF="../../../../reference/android/animation/IntEvaluator.html#evaluate(float, java.lang.Integer, java.lang.Integer)" target="_top"><code>evaluate</code></A>(<code>float,</nobr> Integer<nobr>,</nobr> Integer<nobr><nobr></code>) </nobr>
pkg_android.animation.html 98 <A NAME="IntEvaluator"></A>
99 <nobr><A HREF="android.animation.IntEvaluator.html">IntEvaluator</A></nobr>
methods_index_changes.html 139 &nbsp;&nbsp;<nobr><A HREF="android.animation.IntEvaluator.html#android.animation.IntEvaluator.evaluate_changed(float, java.lang.Integer, java.lang.Integer)" class="hiddenlink" target="rightframe">type&nbsp;
140 (<code>float, Integer, Integer</code>)&nbsp;in&nbsp;android.animation.IntEvaluator
alldiffs_index_changes.html 434 &nbsp;&nbsp;<nobr><A HREF="android.animation.IntEvaluator.html#android.animation.IntEvaluator.evaluate_changed(float, java.lang.Integer, java.lang.Integer)" class="hiddenlink" target="rightframe">type&nbsp;
435 (<code>float, Integer, Integer</code>)&nbsp;in&nbsp;android.animation.IntEvaluator
    [all...]
classes_index_changes.html 352 <A HREF="android.animation.IntEvaluator.html" class="hiddenlink" target="rightframe">IntEvaluator</A><br>
    [all...]
jdiff_statistics.html 425 <TD><A HREF="android.animation.IntEvaluator.html">
426 android.animation.IntEvaluator</A></TD>
    [all...]
classes_index_all.html 410 <A HREF="android.animation.IntEvaluator.html" class="hiddenlink" target="rightframe">IntEvaluator</A><br>
    [all...]
methods_index_all.html 256 &nbsp;&nbsp;<nobr><A HREF="android.animation.IntEvaluator.html#android.animation.IntEvaluator.evaluate_changed(float, java.lang.Integer, java.lang.Integer)" class="hiddenlink" target="rightframe">type&nbsp;
257 (<code>float, Integer, Integer</code>)&nbsp;in&nbsp;android.animation.IntEvaluator
    [all...]
alldiffs_index_all.html     [all...]
  /frameworks/base/core/java/android/animation/
IntEvaluator.java 22 public class IntEvaluator implements TypeEvaluator<Integer> {
PropertyValuesHolder.java 79 private static final TypeEvaluator sIntEvaluator = new IntEvaluator();
    [all...]
  /frameworks/base/docs/html/guide/topics/graphics/
prop-animation.jd 127 android.animation.TypeEvaluator} would be {@link android.animation.IntEvaluator}.</p>
267 <td>{@link android.animation.IntEvaluator}</td>
    [all...]
  /prebuilts/sdk/current/
android.jar 
  /frameworks/base/
preloaded-classes 32 android.animation.IntEvaluator
    [all...]
  /prebuilts/sdk/api/
11.xml     [all...]
12.xml     [all...]
14.txt     [all...]
15.txt     [all...]
16.txt     [all...]
17.txt     [all...]
18.txt     [all...]
19.txt     [all...]
  /frameworks/base/api/
current.txt     [all...]
  /development/sdk/
api-versions.xml     [all...]

Completed in 809 milliseconds

1 2