Searched refs:progressType (Results 1 – 5 of 5) sorted by relevance
45 static std::string ConvertProgressTypeToString(ProgressType progressType) in ConvertProgressTypeToString() argument48 switch (progressType) { in ConvertProgressTypeToString()
44 ProgressType progressType = GetProgressType().value_or(ProgressType::LINEAR); in ToJsonValue() local45 if (progressType == ProgressType::CAPSULE) { in ToJsonValue()48 } else if (progressType == ProgressType::RING) { in ToJsonValue()
42 … ProgressType progressType, float strokeWidth, const RefPtr<ProgressModifier>& progressModifier) in DECLARE_ACE_TYPE()43 … : strokeWidth_(strokeWidth), progressType_(progressType), progressModifier_(progressModifier) in DECLARE_ACE_TYPE()
149 auto progressType = progressPaintProperty->GetProgressTypeValue(); in SetBorderColor() local150 if (progressType == ProgressType::CAPSULE) { in SetBorderColor()
54 std::optional<ProgressType> progressType; member187 …atProperty.value.value(), 0.0, creatProperty.maxValue.value(), creatProperty.progressType.value()); in CreateProgressParagraph()300 EXPECT_EQ(progressLayoutProperty->GetType(), creatProperty.progressType.value()); in CheckValue()393 creatProperty.progressType = std::make_optional(PROGRESS_TYPE_LINEAR);431 creatProperty.progressType = std::make_optional(PROGRESS_TYPE_LINEAR);453 creatProperty.progressType = std::make_optional(PROGRESS_TYPE_LINEAR);545 creatProperty.progressType = std::make_optional(PROGRESS_TYPE_LINEAR);624 creatProperty.progressType = std::make_optional(PROGRESS_TYPE_LINEAR);688 creatProperty.progressType = std::make_optional(PROGRESS_TYPE_RING);779 creatProperty.progressType = std::make_optional(PROGRESS_TYPE_SCALE);[all …]