Home
last modified time | relevance | path

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

/frameworks/base/docs/html/guide/topics/graphics/
Dprop-animation.jd23 <li><a href="#interpolators">Using Interpolators</a></li>
198 defines many interpolators in {@link android.view.animation android.view.animation}, you can use
199 …those interpolators in the property animation system as well. The following tables describe the ma…
306 end of the animation. Table 3 describes the interpolators that are contained in {@link
307 android.view.animation android.view.animation}. If none of the provided interpolators suits
309 "#interpolators">Using interpolators</a> for more information on how to write a custom
694 <h2 id="interpolators">Using Interpolators</h2>
704 animation that it aims to provide. The Android system provides a set of common interpolators in
714 decelerates out of it. The following methods define the logic for these interpolators:</p>
731 interpolators for an animation that lasts 1000ms:</p>
/frameworks/base/tools/aapt/
DResource.cpp1176 sp<ResourceTypeSet> interpolators; in buildResources() local
1211 !applyFileOverlay(bundle, assets, &interpolators, "interpolator") || in buildResources()
1279 if (interpolators != NULL) { in buildResources()
1280 err = makeFileResources(bundle, assets, &table, interpolators, "interpolator"); in buildResources()
1405 if (interpolators != NULL) { in buildResources()
1406 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
/frameworks/base/docs/html/samples/new/
Dindex.jd108 This sample demonstrates the use of animation interpolators and path animations for