Home
last modified time | relevance | path

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

/aosp14/frameworks/base/graphics/java/android/graphics/animation/
H A DFallbackLUTInterpolator.java36 private TimeInterpolator mSourceInterpolator; field in FallbackLUTInterpolator
44 mSourceInterpolator = interpolator; in FallbackLUTInterpolator()
78 return mSourceInterpolator.getInterpolation(input); in getInterpolation()