Searched refs:interpolators (Results 1 – 4 of 4) sorted by relevance
23 <li><a href="#interpolators">Using Interpolators</a></li>198 defines many interpolators in {@link android.view.animation android.view.animation}, you can use199 …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 {@link307 android.view.animation android.view.animation}. If none of the provided interpolators suits309 "#interpolators">Using interpolators</a> for more information on how to write a custom694 <h2 id="interpolators">Using Interpolators</h2>704 animation that it aims to provide. The Android system provides a set of common interpolators in714 decelerates out of it. The following methods define the logic for these interpolators:</p>731 interpolators for an animation that lasts 1000ms:</p>
1176 sp<ResourceTypeSet> interpolators; in buildResources() local1211 !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()
593 <p>All interpolators available in Android are subclasses of the {@link647 <h4>Custom interpolators</h4>649 <p>If you're not satisfied with the interpolators provided by the platform (listed in the
108 This sample demonstrates the use of animation interpolators and path animations for