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.java72 Class mValueType; field in PropertyValuesHolder
423 pvh.mValueType = PointF.class; in ofObject()
496 pvh.mValueType = PointF.class; in ofObject()
555 pvh.mValueType = keyframes.getType(); in ofKeyframes()
568 pvh.mValueType = keyframes.getType(); in ofKeyframes()
587 mValueType = int.class; in setIntValues()
605 mValueType = float.class; in setFloatValues()
617 mValueType = ((Keyframe)values[0]).getType(); in setKeyframes()
638 mValueType = values[0].getClass(); in setObjectValues()
700 mValueType = typeVariant; in getPropertyFunction()
[all …]