Home
last modified time | relevance | path

Searched refs:MOON (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_progress_ffi.cpp27 …ctor<ProgressType> PROGRESS_TYPES = { ProgressType::LINEAR, ProgressType::RING, ProgressType::MOON,
31 NG::ProgressType::MOON, NG::ProgressType::SCALE, NG::ProgressType::CAPSULE };
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/
H A Dprogress_date.h35 MOON = 7, enumerator
54 case ProgressType::MOON: in ConvertProgressTypeToString()
H A Dprogress_layout_algorithm.cpp71 … if (type_ == ProgressType::RING || type_ == ProgressType::SCALE || type_ == ProgressType::MOON) { in MeasureContent()
124 … if (type_ == ProgressType::RING || type_ == ProgressType::SCALE || type_ == ProgressType::MOON) { in MeasureContentForApiNine()
H A Dprogress_paint_method.cpp67 case ProgressType::MOON: in CalculateStrokeWidth()
H A Dprogress_modifier.cpp692 } else if (progressType_->Get() == static_cast<int32_t>(ProgressType::MOON)) { in ContentDrawWithFunction()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_progress.cpp109 progress.type_ = ProgressType::MOON; in SetSpecializedAttr()
319 …color_.first = type_ == ProgressType::MOON ? theme->GetMoonFrontColor() : theme->GetTrackSelectedC… in InitProgressIfNeed()
323 … type_ == ProgressType::MOON ? theme->GetMoonBackgroundColor() : theme->GetTrackBgColor(); in InitProgressIfNeed()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/progress/
H A Dprogress_component.cpp43 case ProgressType::MOON: { in ProgressComponent()
H A Dprogress_component.h33 MOON = 7, enumerator
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/progress/
H A Dprogress_test_ng.h66 constexpr ProgressType PROGRESS_TYPE_MOON = ProgressType::MOON;
H A Dprogress_builder_test_ng.cpp63 constexpr ProgressType PROGRESS_TYPE_MOON = ProgressType::MOON;
H A Dprogress_content_modifier_test_ng.cpp64 constexpr ProgressType PROGRESS_TYPE_MOON = ProgressType::MOON;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dprogress_composed_element.cpp101 case ProgressType::MOON: in GetTypeProgress()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_progress.cpp88 g_progressType = ProgressType::MOON; in Create()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_progress_bridge.cpp671 g_progressType = NG::ProgressType::MOON; in SetProgressInitialize()