Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/animation/
DKeyframe.java60 Class mValueType; field in Keyframe
253 return mValueType; in getType()
273 mValueType = mHasValue ? value.getClass() : Object.class; in ObjectKeyframe()
307 mValueType = int.class; in IntKeyframe()
313 mValueType = int.class; in IntKeyframe()
354 mValueType = float.class; in FloatKeyframe()
360 mValueType = float.class; in FloatKeyframe()
DPropertyValuesHolder.java74 Class mValueType; field in PropertyValuesHolder
425 pvh.mValueType = PointF.class; in ofObject()
498 pvh.mValueType = PointF.class; in ofObject()
557 pvh.mValueType = keyframes.getType(); in ofKeyframes()
570 pvh.mValueType = keyframes.getType(); in ofKeyframes()
589 mValueType = int.class; in setIntValues()
607 mValueType = float.class; in setFloatValues()
619 mValueType = ((Keyframe)values[0]).getType(); in setKeyframes()
640 mValueType = values[0].getClass(); in setObjectValues()
702 mValueType = typeVariant; in getPropertyFunction()
[all …]