Searched refs:interpolators (Results 1 – 3 of 3) sorted by relevance
24 <li><a href="#interpolators">Using Interpolators</a></li>174 defines many interpolators in {@link android.view.animation android.view.animation}, you can use175 …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 {@link283 android.view.animation android.view.animation}. If none of the provided interpolators suits285 "#interpolators">Using interpolators</a> for more information on how to write a custom670 <h2 id="interpolators">Using Interpolators</h2>680 animation that it aims to provide. The Android system provides a set of common interpolators in690 decelerates out of it. The following methods define the logic for these interpolators:</p>707 interpolators for an animation that lasts 1000ms:</p>
868 sp<ResourceTypeSet> interpolators; in buildResources() local901 !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()
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