Searched refs:STEPS (Results 1 – 6 of 6) sorted by relevance
38 InterpolatorType GetType() override { return InterpolatorType::STEPS; } in GetType()
38 STEPS, enumerator
60 parcel3.WriteUint16(InterpolatorType::STEPS);214 parcel5.WriteUint16(InterpolatorType::STEPS);
35 if (!parcel.WriteUint16(InterpolatorType::STEPS)) { in Marshalling()
90 case InterpolatorType::STEPS: in Unmarshalling()
100 …tor->GetType() == InterpolatorType::CUSTOM || interpolator->GetType() == InterpolatorType::STEPS) { in IsSupportInteractiveAnimator()