Home
last modified time | relevance | path

Searched defs:progressType (Results 1 – 4 of 4) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/
Dprogress_paint_property.cpp52 ProgressType progressType = GetProgressType().value_or(ProgressType::LINEAR); in ToJsonValue() local
Dprogress_date.h47 static std::string ConvertProgressTypeToString(ProgressType progressType) in ConvertProgressTypeToString()
Dprogress_model_ng.cpp148 auto progressType = progressPaintProperty->GetProgressTypeValue(); in SetBorderColor() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/progress/
Dprogress_modifier_test_ng.cpp1345 …ProgressType progressType[TYPE_OF_PROGRESS] = { PROGRESS_TYPE_LINEAR, PROGRESS_TYPE_RING, PROGRESS… variable