Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
H A DLaunchAnimator.kt37 class LaunchAnimator(private val timings: Timings, private val interpolators: Interpolators) {
324 val progress = interpolators.positionInterpolator.getInterpolation(linearProgress)
325 val xProgress = interpolators.positionXInterpolator.getInterpolation(linearProgress)
437 interpolators.contentBeforeFadeOutInterpolator.getInterpolation(fadeInProgress)
448 1 - interpolators.contentAfterFadeInInterpolator.getInterpolation(fadeOutProgress)
/aosp14/frameworks/base/libs/hwui/
H A DPropertyValuesAnimatorSet.h58 Interpolator* interpolators, int64_t startDelays, nsecs_t durations,
/aosp14/frameworks/base/tools/aapt/
H A DResource.cpp1325 sp<ResourceTypeSet> interpolators; in buildResources() local
1362 !applyFileOverlay(bundle, assets, &interpolators, "interpolator") || in buildResources()
1438 if (interpolators != NULL) { in buildResources()
1439 err = makeFileResources(bundle, assets, &table, interpolators, "interpolator"); in buildResources()
1569 if (interpolators != NULL) { in buildResources()
1570 ResourceDirIterator it(interpolators, String8("interpolator")); in buildResources()