Home
last modified time | relevance | path

Searched refs:progressType (Results 1 – 5 of 5) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/
Dprogress_date.h45 static std::string ConvertProgressTypeToString(ProgressType progressType) in ConvertProgressTypeToString() argument
48 switch (progressType) { in ConvertProgressTypeToString()
Dprogress_paint_property.cpp44 ProgressType progressType = GetProgressType().value_or(ProgressType::LINEAR); in ToJsonValue() local
45 if (progressType == ProgressType::CAPSULE) { in ToJsonValue()
48 } else if (progressType == ProgressType::RING) { in ToJsonValue()
Dprogress_paint_method.h42 … ProgressType progressType, float strokeWidth, const RefPtr<ProgressModifier>& progressModifier) in DECLARE_ACE_TYPE()
43 … : strokeWidth_(strokeWidth), progressType_(progressType), progressModifier_(progressModifier) in DECLARE_ACE_TYPE()
Dprogress_model_ng.cpp149 auto progressType = progressPaintProperty->GetProgressTypeValue(); in SetBorderColor() local
150 if (progressType == ProgressType::CAPSULE) { in SetBorderColor()
/foundation/arkui/ace_engine/test/unittest/core/pattern/progress/
Dprogress_test_ng.cpp54 std::optional<ProgressType> progressType; member
187 …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 …]