Searched refs:prevFraction (Results 1 – 3 of 3) sorted by relevance
179 final float prevFraction = mFirstKeyframe.getFraction(); in getValue() local180 float intervalFraction = (fraction - prevFraction) / in getValue()181 (nextKeyframe.getFraction() - prevFraction); in getValue()190 final float prevFraction = prevKeyframe.getFraction(); in getValue() local191 float intervalFraction = (fraction - prevFraction) / in getValue()192 (mLastKeyframe.getFraction() - prevFraction); in getValue()204 final float prevFraction = prevKeyframe.getFraction(); in getValue() local205 float intervalFraction = (fraction - prevFraction) / in getValue()206 (nextKeyframe.getFraction() - prevFraction); in getValue()
82 float prevFraction = prevKeyframe.getFraction(); in getFloatValue() local88 float intervalFraction = (fraction - prevFraction) / (nextFraction - prevFraction); in getFloatValue()98 float prevFraction = prevKeyframe.getFraction(); in getFloatValue() local104 float intervalFraction = (fraction - prevFraction) / (nextFraction - prevFraction); in getFloatValue()
82 float prevFraction = prevKeyframe.getFraction(); in getIntValue() local88 float intervalFraction = (fraction - prevFraction) / (nextFraction - prevFraction); in getIntValue()98 float prevFraction = prevKeyframe.getFraction(); in getIntValue() local104 float intervalFraction = (fraction - prevFraction) / (nextFraction - prevFraction); in getIntValue()