Home | History | Annotate | Download | only in animation

Lines Matching refs:mValueType

74     Class mValueType;
425 pvh.mValueType = PointF.class;
498 pvh.mValueType = PointF.class;
557 pvh.mValueType = keyframes.getType();
570 pvh.mValueType = keyframes.getType();
589 mValueType = int.class;
607 mValueType = float.class;
619 mValueType = ((Keyframe)values[0]).getType();
640 mValueType = values[0].getClass();
702 mValueType = typeVariant;
765 Class<?> propertyType = mConverter == null ? mValueType : mConverter.getTargetType();
961 mEvaluator = (mValueType == Integer.class) ? sIntEvaluator :
962 (mValueType == Float.class) ? sFloatEvaluator :
1091 mValueType = int.class;
1098 mValueType = int.class;
1229 mValueType = float.class;
1236 mValueType = float.class;