Home
last modified time | relevance | path

Searched refs:RING (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_progress_ffi.cpp27 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 Dprogress_date.h30 RING = 2, enumerator
60 case ProgressType::RING: in ConvertProgressTypeToString()
H A Dprogress_paint_method.cpp40 } else if (progressType_ == ProgressType::RING) { in GetThemeData()
61 case ProgressType::RING: in CalculateStrokeWidth()
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_pattern.cpp66 } else if (progressType_ == ProgressType::RING) { in InitAnimatableProperty()
107 case ProgressType::RING: in CalculateStrokeWidth()
H A Dprogress_paint_property.cpp56 } else if (progressType == ProgressType::RING) { in ToJsonValue()
H A Dprogress_modifier.cpp162 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 Daudio_capturer_interrupt_unit_test.cpp33 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 Dprogress_modifier.cpp164 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 Ddom_progress.cpp103 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 Dprogress_component.cpp30 case ProgressType::RING: { in ProgressComponent()
H A Dprogress_component.h28 RING = 2, enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_progress.cpp90 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 Dprogress_test_ng.h64 constexpr ProgressType PROGRESS_TYPE_RING = ProgressType::RING;
H A Dprogress_content_modifier_test_ng.cpp62 constexpr ProgressType PROGRESS_TYPE_RING = ProgressType::RING;
/ohos5.0/docs/zh-cn/device-dev/subsystems/
H A Dsubsys-tel-guide.md291 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 Dprogress_composed_element.cpp107 case ProgressType::RING: in GetTypeProgress()
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-tel-guide.md278 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 Darkts_native_progress_bridge.cpp540 } else if (progresstype == ProgressType::RING) { in SetProgressStyle()
673 g_progressType = NG::ProgressType::RING; in SetProgressInitialize()