/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/qrcode/ |
H A D | rosen_render_qrcode.cpp | 54 if (qrcode_->GetType() == QrcodeType::CIRCLE) { in DrawQRCode() 62 if (qrcode_->GetType() == QrcodeType::CIRCLE) { in DrawQRCode() 72 if (qrcode_->GetType() == QrcodeType::CIRCLE) { in DrawQRCode() 79 if (qrcode_->GetType() == QrcodeType::CIRCLE) { in DrawQRCode()
|
/ohos5.0/base/security/security_component_manager/interfaces/inner_api/security_component/test/unittest/src/ |
H A D | paste_button_test.cpp | 71 styleJson[JsonTagConstants::JSON_BG_TAG] = SecCompBackground::CIRCLE; 112 button1.bg_ = SecCompBackground::CIRCLE; 145 comp1.bg_ = SecCompBackground::CIRCLE;
|
H A D | save_button_test.cpp | 71 stylesJson[JsonTagConstants::JSON_BG_TAG] = SecCompBackground::CIRCLE; 112 button1.bg_ = SecCompBackground::CIRCLE; 145 comp1.bg_ = SecCompBackground::CIRCLE;
|
H A D | test_common.cpp | 71 { JsonTagConstants::JSON_BG_TAG, SecCompBackground::CIRCLE }, in BuildLocationComponentInfo() 127 { JsonTagConstants::JSON_BG_TAG, SecCompBackground::CIRCLE }, in BuildSaveComponentInfo() 183 { JsonTagConstants::JSON_BG_TAG, SecCompBackground::CIRCLE }, in BuildPasteComponentInfo()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_progress.cpp | 63 if (type == ProgressType::CIRCLE) { in CreateProgressComponent() 101 progress.type_ = ProgressType::CIRCLE; in SetSpecializedAttr() 208 if (type_ == ProgressType::CIRCLE) { in PrepareSpecializedComponent() 275 if (type_ == ProgressType::CIRCLE) { in GetSpecializedComponent() 287 if (type_ == ProgressType::CIRCLE) { in InitProgressIfNeed()
|
/ohos5.0/base/security/security_component_manager/services/security_component_service/sa/test/unittest/src/ |
H A D | service_test_common.cpp | 71 { JsonTagConstants::JSON_BG_TAG, SecCompBackground::CIRCLE }, in BuildLocationComponentJson() 127 { JsonTagConstants::JSON_BG_TAG, SecCompBackground::CIRCLE }, in BuildSaveComponentJson() 183 { JsonTagConstants::JSON_BG_TAG, SecCompBackground::CIRCLE }, in BuildPasteComponentJson()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | circle_model_impl.cpp | 25 …Ptr<Component> circleComponent = AceType::MakeRefPtr<OHOS::Ace::ShapeComponent>(ShapeType::CIRCLE); in Create()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/ |
H A D | shape.h | 36 CIRCLE, enumerator 44 enum class BasicShapeType { NONE, INSET, CIRCLE, ELLIPSE, POLYGON, PATH, RECT }; enumerator 297 Circle() : BasicShape(BasicShapeType::CIRCLE) {} in Circle()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/ |
H A D | button_layout_algorithm.cpp | 79 if (buttonLayoutProperty->GetType().value_or(ButtonType::CAPSULE) == ButtonType::CIRCLE) { in HandleChildLayoutConstraint() 182 if (buttonLayoutProperty->GetType().value_or(ButtonType::CAPSULE) == ButtonType::CIRCLE) { in HandleBorderRadius() 223 if (buttonLayoutProperty->GetType().value_or(ButtonType::CAPSULE) == ButtonType::CIRCLE) { in PerformMeasureSelf() 378 if (buttonLayoutProperty->HasType() && buttonLayoutProperty->GetType() == ButtonType::CIRCLE) { in IsAging()
|
H A D | button_pattern.h | 88 layoutProperty->GetType().value_or(ButtonType::CAPSULE) != ButtonType::CIRCLE; in IsNeedAdjustByAspectRatio() 239 case ButtonType::CIRCLE: in ConvertButtonTypeToString()
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/base/ |
H A D | system_info.cpp | 41 isRoundScreen_ = (Screen::GetInstance().GetScreenShape() == ScreenShape::CIRCLE); in Initialize()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-basic-components-checkbox.md | 133 …-appendix-enums.md#checkboxshape11) | 是 | CheckBox组件形状, 包括圆形和圆角方形。<br/>默认值:CheckBoxShape.CIRCLE | 203 .shape(CheckBoxShape.CIRCLE) 369 .shape(CheckBoxShape.CIRCLE)
|
H A D | ts-particle-animation.md | 324 CIRCLE = 'circle', 336 CIRCLE | 粒子发射器为圆形| 400 | CIRCLE | 圆。 | 749 shape:ParticleEmitterShape.CIRCLE 871 shape:ParticleEmitterShape.CIRCLE 992 shape:ParticleEmitterShape.CIRCLE 1269 shape: ParticleEmitterShape.CIRCLE// 发射器形状
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/security_component/mock/ |
H A D | sec_comp_base_mock.h | 60 CIRCLE = 1, enumerator
|
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/ |
H A D | graphic_types.h | 151 CIRCLE // circular screen enumerator
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/particle/ |
H A D | particle_model.h | 29 enum class ParticleDisturbanceShapeType :uint32_t { RECT, CIRCLE, ELLIPSE }; enumerator
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/ |
H A D | progress_date.h | 32 CIRCLE = 4, enumerator
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/button/ |
H A D | render_button.cpp | 528 if (!heightDefined_ && type_ != ButtonType::CIRCLE) { in SetChildrenLayoutSize() 575 if (buttonComponent_->GetDeclarativeFlag() && type_ != ButtonType::CIRCLE) { in NeedAdaptiveChild() 589 if (type_ == ButtonType::CIRCLE) { in NeedConstrain() 741 if ((type == ButtonType::CIRCLE) || (type == ButtonType::CAPSULE)) { in UpdateFocusAnimation()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/progress/ |
H A D | progress_component.h | 30 CIRCLE = 4, enumerator
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/chart/ |
H A D | chart_component.h | 31 CIRCLE, enumerator 289 PointShape pointShape_ = PointShape::CIRCLE;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/ |
H A D | rs_render_particle_effector_test.cpp | 421 ShapeType fieldShape = ShapeType::CIRCLE; 450 ShapeType fieldShape = ShapeType::CIRCLE; 479 ShapeType fieldShape = ShapeType::CIRCLE;
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-basic-components-checkbox.md | 133 …hape](#checkboxshape11)| Yes | Shape of the check box.<br>Default value: **CheckBoxShape.CIRCLE**| 199 | CIRCLE | 0 | Circle. | 230 .shape(CheckBoxShape.CIRCLE) 394 .shape(CheckBoxShape.CIRCLE)
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/progress/ |
H A D | progress_test_ng.h | 68 constexpr ProgressType PROGRESS_TYPE_CIRCLE = ProgressType::CIRCLE;
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_abstract_scroll.cpp | 401 if (Screen::GetInstance().GetScreenShape() == ScreenShape::CIRCLE) { in SetXScrollBarVisible() 418 if (Screen::GetInstance().GetScreenShape() == ScreenShape::CIRCLE) { in SetYScrollBarVisible()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | button_composed_element.cpp | 154 case ButtonType::CIRCLE: in ConvertButtonTypeToString()
|