/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_progress_ffi.cpp | 27 const std::vector<ProgressType> PROGRESS_TYPES = { ProgressType::LINEAR, ProgressType::RING, Progre… 30 …d::vector<NG::ProgressType> PROGRESS_TYPES_NG = { NG::ProgressType::LINEAR, NG::ProgressType::RING,
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/ |
H A D | progress_date.h | 30 RING = 2, enumerator 60 case ProgressType::RING: in ConvertProgressTypeToString()
|
H A D | progress_paint_method.cpp | 40 } else if (progressType_ == ProgressType::RING) { in GetThemeData() 61 case ProgressType::RING: in CalculateStrokeWidth()
|
H A D | progress_layout_algorithm.cpp | 71 … 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 D | progress_pattern.cpp | 66 } else if (progressType_ == ProgressType::RING) { in InitAnimatableProperty() 107 case ProgressType::RING: in CalculateStrokeWidth()
|
H A D | progress_paint_property.cpp | 56 } else if (progressType == ProgressType::RING) { in ToJsonValue()
|
H A D | progress_modifier.cpp | 162 case ProgressType::RING: in ProcessSweepingAnimation() 442 ProgressType(progressType_->Get()) == ProgressType::RING)) { in StartContinuousSweepingAnimation() 469 case ProgressType::RING: in StartContinuousSweepingAnimation() 494 case ProgressType::RING: in IsSweepEffectOn() 684 } else if (progressType_->Get() == static_cast<int32_t>(ProgressType::RING)) { in ContentDrawWithFunction()
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/test/unittest/capturer_interrupt_test/src/ |
H A D | audio_capturer_interrupt_unit_test.cpp | 33 RING, enumerator 295 SOURCE_TYPE_ULTRASONIC, SOURCE_TYPE_INVALID, renderInfo[RING]); 307 SOURCE_TYPE_ULTRASONIC, SOURCE_TYPE_INVALID, renderInfo[RING]);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | progress_modifier.cpp | 164 if (progresstype == ProgressType::RING) { in ResetProgressColor() 287 } else if (progresstype == ProgressType::RING) { in SetProgressStyle() 353 } else if (progresstype == ProgressType::RING) { in ResetProgressStyle() 384 } else if (progresstype == ProgressType::RING) { in ResetProgressBackgroundColor()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_progress.cpp | 103 progress.type_ = ProgressType::RING; in SetSpecializedAttr() 232 if (type_ == ProgressType::RING) { in PrepareSpecializedComponent() 331 } else if (type_ == ProgressType::RING) { in InitProgressIfNeed()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/progress/ |
H A D | progress_component.cpp | 30 case ProgressType::RING: { in ProgressComponent()
|
H A D | progress_component.h | 28 RING = 2, enumerator
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_progress.cpp | 90 g_progressType = ProgressType::RING; in Create() 191 case ProgressType::RING: in SetCircularStyle() 312 } else if (g_progressType == ProgressType::RING) { in JsBackgroundColor()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/progress/ |
H A D | progress_test_ng.h | 64 constexpr ProgressType PROGRESS_TYPE_RING = ProgressType::RING;
|
H A D | progress_content_modifier_test_ng.cpp | 62 constexpr ProgressType PROGRESS_TYPE_RING = ProgressType::RING;
|
/ohos5.0/docs/zh-cn/device-dev/subsystems/ |
H A D | subsys-tel-guide.md | 291 if (ReportStrWith(s, "+CRING:") || ReportStrWith(s, "RING") || ReportStrWith(s, "IRING") || 471 …当该线程通过调用OnNotifyOps()解析到Modem上报的数据是以"+CRING"、"RING"等字符开头时,表示有来电事件,然后通过OnCallReport(reportInfo, NUL… 486 if (ReportStrWith(s, "+CRING:") || ReportStrWith(s, "RING") || ReportStrWith(s, "IRING") ||
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | progress_composed_element.cpp | 107 case ProgressType::RING: in GetTypeProgress()
|
/ohos5.0/docs/en/device-dev/subsystems/ |
H A D | subsys-tel-guide.md | 278 if (ReportStrWith(s, "+CRING:") || ReportStrWith(s, "RING") || ReportStrWith(s, "IRING") || 465 …data reported by the modem starts with characters such as **+CRING** or **RING**, it indicates tha… 480 if (ReportStrWith(s, "+CRING:") || ReportStrWith(s, "RING") || ReportStrWith(s, "IRING") ||
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_progress_bridge.cpp | 540 } else if (progresstype == ProgressType::RING) { in SetProgressStyle() 673 g_progressType = NG::ProgressType::RING; in SetProgressInitialize()
|