Searched refs:mValueType (Results 1 – 5 of 5) 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()607 mValueType = int.class; in setIntValues()625 mValueType = float.class; in setFloatValues()1082 values.type = mValueType; in getPropertyValues()1118 return mValueType; in getValueType()1162 mValueType = int.class; in IntPropertyValuesHolder()1169 mValueType = int.class; in IntPropertyValuesHolder()1309 mValueType = float.class; in FloatPropertyValuesHolder()[all …]
3002 final int mValueType;3030 this.mValueType = valueType;3037 mValueType = parcel.readInt();3044 dest.writeInt(mValueType);3111 switch (mValueType) {3138 switch (mValueType) {3416 private final int mValueType;3422 this.mValueType = valueType;3436 mValueType = in.readInt();3443 dest.writeInt(mValueType);[all …]
49 Landroid/os/StatsDimensionsValue;->mValueType:I
918 Landroid/animation/Keyframe;->mValueType:Ljava/lang/Class;1118 Landroid/animation/PropertyValuesHolder;->mValueType:Ljava/lang/Class;