Searched refs:mFloatAnimatedValue (Results 1 – 1 of 1) sorted by relevance
1286 float mFloatAnimatedValue; field in PropertyValuesHolder.FloatPropertyValuesHolder1326 mFloatAnimatedValue = mFloatKeyframes.getFloatValue(fraction); in calculateValue()1331 return mFloatAnimatedValue; in getAnimatedValue()1351 mFloatProperty.setValue(target, mFloatAnimatedValue); in setAnimatedValue()1355 mProperty.set(target, mFloatAnimatedValue); in setAnimatedValue()1359 nCallFloatMethod(target, mJniSetter, mFloatAnimatedValue); in setAnimatedValue()1364 mTmpValueArray[0] = mFloatAnimatedValue; in setAnimatedValue()