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.java73 Class mValueType; field in PropertyValuesHolder
431 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 …]