Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/animation/
DKeyframeSet.java179 final float prevFraction = mFirstKeyframe.getFraction(); in getValue() local
180 float intervalFraction = (fraction - prevFraction) / in getValue()
181 (nextKeyframe.getFraction() - prevFraction); in getValue()
190 final float prevFraction = prevKeyframe.getFraction(); in getValue() local
191 float intervalFraction = (fraction - prevFraction) / in getValue()
192 (mLastKeyframe.getFraction() - prevFraction); in getValue()
204 final float prevFraction = prevKeyframe.getFraction(); in getValue() local
205 float intervalFraction = (fraction - prevFraction) / in getValue()
206 (nextKeyframe.getFraction() - prevFraction); in getValue()
DFloatKeyframeSet.java82 float prevFraction = prevKeyframe.getFraction(); in getFloatValue() local
88 float intervalFraction = (fraction - prevFraction) / (nextFraction - prevFraction); in getFloatValue()
98 float prevFraction = prevKeyframe.getFraction(); in getFloatValue() local
104 float intervalFraction = (fraction - prevFraction) / (nextFraction - prevFraction); in getFloatValue()
DIntKeyframeSet.java82 float prevFraction = prevKeyframe.getFraction(); in getIntValue() local
88 float intervalFraction = (fraction - prevFraction) / (nextFraction - prevFraction); in getIntValue()
98 float prevFraction = prevKeyframe.getFraction(); in getIntValue() local
104 float intervalFraction = (fraction - prevFraction) / (nextFraction - prevFraction); in getIntValue()