Searched defs:progressType (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/base/update/updater/test/unittest/test_data/ui/strategy/ |
H A D | strategy_valid.json | 20 "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 D | rk3568.json | 30 "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 D | progress_paint_property.cpp | 52 ProgressType progressType = GetProgressType().value_or(ProgressType::LINEAR); in ToJsonValue() local
|
H A D | progress_date.h | 47 static std::string ConvertProgressTypeToString(ProgressType progressType) in ConvertProgressTypeToString()
|
H A D | progress_model_ng.cpp | 148 auto progressType = progressPaintProperty->GetProgressTypeValue(); in SetBorderColor() local
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/progress/ |
H A D | progress_modifier_test_ng.cpp | 1345 …ProgressType progressType[TYPE_OF_PROGRESS] = { PROGRESS_TYPE_LINEAR, PROGRESS_TYPE_RING, PROGRESS… variable
|