Home
last modified time | relevance | path

Searched refs:interpolators (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/docs/html/guide/topics/graphics/
Dprop-animation.jd24 <li><a href="#interpolators">Using Interpolators</a></li>
174 defines many interpolators in {@link android.view.animation android.view.animation}, you can use
175 …those interpolators in the property animation system as well. The following tables describe the ma…
282 end of the animation. Table 3 describes the interpolators that are contained in {@link
283 android.view.animation android.view.animation}. If none of the provided interpolators suits
285 "#interpolators">Using interpolators</a> for more information on how to write a custom
670 <h2 id="interpolators">Using Interpolators</h2>
680 animation that it aims to provide. The Android system provides a set of common interpolators in
690 decelerates out of it. The following methods define the logic for these interpolators:</p>
707 interpolators for an animation that lasts 1000ms:</p>
/frameworks/base/tools/aapt/
DResource.cpp868 sp<ResourceTypeSet> interpolators; in buildResources() local
901 !applyFileOverlay(bundle, assets, &interpolators, "interpolator") || in buildResources()
961 if (interpolators != NULL) { in buildResources()
962 err = makeFileResources(bundle, assets, &table, interpolators, "interpolator"); in buildResources()
1090 if (interpolators != NULL) { in buildResources()
1091 ResourceDirIterator it(interpolators, String8("interpolator")); in buildResources()
/frameworks/base/docs/html/guide/topics/resources/
Danimation-resource.jd593 <p>All interpolators available in Android are subclasses of the {@link
647 <h4>Custom interpolators</h4>
649 <p>If you're not satisfied with the interpolators provided by the platform (listed in the