Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/animation/
DFloatKeyframeSet.java63 float nextFraction = nextKeyframe.getFraction(); in getFloatValue() local
68 float intervalFraction = (fraction - prevFraction) / (nextFraction - prevFraction); in getFloatValue()
79 float nextFraction = nextKeyframe.getFraction(); in getFloatValue() local
84 float intervalFraction = (fraction - prevFraction) / (nextFraction - prevFraction); in getFloatValue()
DIntKeyframeSet.java63 float nextFraction = nextKeyframe.getFraction(); in getIntValue() local
68 float intervalFraction = (fraction - prevFraction) / (nextFraction - prevFraction); in getIntValue()
79 float nextFraction = nextKeyframe.getFraction(); in getIntValue() local
84 float intervalFraction = (fraction - prevFraction) / (nextFraction - prevFraction); in getIntValue()