Searched refs:mValueType (Results 1 – 2 of 2) sorted by relevance
60 Class mValueType; field in Keyframe253 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()
73 Class mValueType; field in PropertyValuesHolder431 pvh.mValueType = PointF.class; in ofObject()516 pvh.mValueType = PointF.class; in ofObject()575 pvh.mValueType = keyframes.getType(); in ofKeyframes()588 pvh.mValueType = keyframes.getType(); in ofKeyframes()607 mValueType = int.class; in setIntValues()625 mValueType = float.class; in setFloatValues()637 mValueType = ((Keyframe)values[0]).getType(); in setKeyframes()663 mValueType = values[0].getClass(); in setObjectValues()725 mValueType = typeVariant; in getPropertyFunction()[all …]