Searched refs:fromValue (Results 1 – 3 of 3) sorted by relevance
239 NameValuesHolder(int nameConstant, float fromValue, float deltaValue) { in NameValuesHolder() argument241 mFromValue = fromValue; in NameValuesHolder()920 float fromValue = getValue(constantName); in animateProperty() local921 float deltaValue = toValue - fromValue; in animateProperty()922 animatePropertyBy(constantName, fromValue, deltaValue); in animateProperty()934 float fromValue = getValue(constantName); in animatePropertyBy() local935 animatePropertyBy(constantName, fromValue, byValue); in animatePropertyBy()
29 inline constexpr float lerp(float fromValue, float toValue, float fraction) { in lerp() argument30 return float (fromValue * (1 - fraction) + toValue * fraction); in lerp()
175 final int fromValue = context.getResources() in connect() local179 parallax.addEffect(frameTop.atAbsolute(fromValue), frameTop.atAbsolute(toValue)) in connect()