Searched defs:mFloatAnimatedValue (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/core/java/android/animation/
H A DPropertyValuesHolder.java1305 float mFloatAnimatedValue; field in class:PropertyValuesHolder.FloatPropertyValuesHolder
1354 mFloatAnimatedValue = mFloatKeyframes.getFloatValue(fraction);
1359 return mFloatAnimatedValue;
1379 mFloatProperty.setValue(target, mFloatAnimatedValue);
1383 mProperty.set(target, mFloatAnimatedValue);
1387 nCallFloatMethod(target, mJniSetter, mFloatAnimatedValue);
1392 mTmpValueArray[0] = mFloatAnimatedValue;

Completed in 64 milliseconds