Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/animation/
DPropertyValuesHolder.java1286 float mFloatAnimatedValue; field in PropertyValuesHolder.FloatPropertyValuesHolder
1326 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()