Home
last modified time | relevance | path

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

/ohos5.0/base/update/updater/test/unittest/test_data/ui/strategy/
H A Dstrategy_valid.json20 "progressType" : "bar", string
34 "progressType" : "bar", string
59 "progressType" : "bar", string
77 "progressType" : "bar", string
/ohos5.0/base/update/updater/resources/rk3568/pages/
H A Drk3568.json30 "progressType" : "bar", string
44 "progressType" : "bar", string
69 "progressType" : "bar", string
87 "progressType" : "bar", string
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/
H A Dprogress_paint_property.cpp52 ProgressType progressType = GetProgressType().value_or(ProgressType::LINEAR); in ToJsonValue() local
H A Dprogress_date.h47 static std::string ConvertProgressTypeToString(ProgressType progressType) in ConvertProgressTypeToString()
H A Dprogress_model_ng.cpp148 auto progressType = progressPaintProperty->GetProgressTypeValue(); in SetBorderColor() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/progress/
H A Dprogress_modifier_test_ng.cpp1345 …ProgressType progressType[TYPE_OF_PROGRESS] = { PROGRESS_TYPE_LINEAR, PROGRESS_TYPE_RING, PROGRESS… variable