Home
last modified time | relevance | path

Searched refs:CAPSULE (Results 1 – 25 of 65) sorted by relevance

123

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/security_component/
H A Dsecurity_component_test_ng_extension.cpp95 static_cast<int32_t>(ButtonType::CAPSULE), V2::PASTE_BUTTON_ETS_TAG);
98 static_cast<int32_t>(ButtonType::CAPSULE), V2::PASTE_BUTTON_ETS_TAG);
121 static_cast<int32_t>(ButtonType::CAPSULE), V2::PASTE_BUTTON_ETS_TAG);
124 static_cast<int32_t>(ButtonType::CAPSULE), V2::PASTE_BUTTON_ETS_TAG);
145 static_cast<int32_t>(ButtonType::CAPSULE), V2::PASTE_BUTTON_ETS_TAG);
148 static_cast<int32_t>(ButtonType::CAPSULE), V2::PASTE_BUTTON_ETS_TAG);
172 static_cast<int32_t>(ButtonType::CAPSULE), V2::PASTE_BUTTON_ETS_TAG);
175 static_cast<int32_t>(ButtonType::CAPSULE), V2::PASTE_BUTTON_ETS_TAG);
198 static_cast<int32_t>(ButtonType::CAPSULE), V2::PASTE_BUTTON_ETS_TAG);
201 static_cast<int32_t>(ButtonType::CAPSULE), V2::PASTE_BUTTON_ETS_TAG);
[all …]
H A Dsecurity_component_test_ng.cpp290 static_cast<int32_t>(ButtonType::CAPSULE)); in CheckSecurityComponentDefaultProp()
692 property->UpdateBackgroundType(static_cast<int32_t>(ButtonType::CAPSULE));
710 property->UpdateBackgroundType(static_cast<int32_t>(ButtonType::CAPSULE));
1055 static_cast<int32_t>(ButtonType::CAPSULE), V2::SAVE_BUTTON_ETS_TAG);
1084 static_cast<int32_t>(ButtonType::CAPSULE), V2::SAVE_BUTTON_ETS_TAG);
1118 static_cast<int32_t>(ButtonType::CAPSULE), V2::SAVE_BUTTON_ETS_TAG);
1159 static_cast<int32_t>(ButtonType::CAPSULE), V2::SAVE_BUTTON_ETS_TAG);
1481 static_cast<int32_t>(ButtonType::CAPSULE), V2::PASTE_BUTTON_ETS_TAG);
1510 static_cast<int32_t>(ButtonType::CAPSULE), V2::PASTE_BUTTON_ETS_TAG);
1623 static_cast<int32_t>(ButtonType::CAPSULE), "test");
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_progress_ffi.cpp28 ProgressType::SCALE, ProgressType::CAPSULE };
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.h37 CAPSULE = 9, enumerator
63 case ProgressType::CAPSULE: in ConvertProgressTypeToString()
H A Dprogress_paint_method.cpp37 if (progressType_ == ProgressType::CAPSULE) { in GetThemeData()
68 case ProgressType::CAPSULE: in CalculateStrokeWidth()
H A Dprogress_layout_algorithm.cpp83 } else if (type_ == ProgressType::CAPSULE) { in MeasureContent()
133 } else if (type_ == ProgressType::CAPSULE) { in MeasureContentForApiNine()
192 …ustomPrecision(fontScale, progressTheme->GetFontScale()) && (GetType() == ProgressType::CAPSULE)) { in GetChildHeight()
H A Dprogress_model_ng.cpp51 if (type == ProgressType::CAPSULE) { in Create()
61 if (type == ProgressType::CAPSULE) { in Create()
149 if (progressType == ProgressType::CAPSULE) { in SetBorderColor()
601 if (type == ProgressType::CAPSULE) { in ProgressInitialize()
609 if (type == ProgressType::CAPSULE) { in ProgressInitialize()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/
H A Dbutton_pattern.h88 layoutProperty->GetType().value_or(ButtonType::CAPSULE) != ButtonType::CIRCLE; in IsNeedAdjustByAspectRatio()
136 …:ConvertButtonTypeToString(layoutProperty->GetType().value_or(ButtonType::CAPSULE)).c_str(), filte… in ToJsonValue()
157 …type", ConvertButtonTypeToString(layoutProperty->GetType().value_or(ButtonType::CAPSULE)).c_str()); in ToJsonValue()
236 case ButtonType::CAPSULE: in ConvertButtonTypeToString()
H A Dbutton_layout_algorithm.cpp79 if (buttonLayoutProperty->GetType().value_or(ButtonType::CAPSULE) == ButtonType::CIRCLE) { in HandleChildLayoutConstraint()
182 if (buttonLayoutProperty->GetType().value_or(ButtonType::CAPSULE) == ButtonType::CIRCLE) { in HandleBorderRadius()
191 … } else if (buttonLayoutProperty->GetType().value_or(ButtonType::CAPSULE) == ButtonType::NORMAL) { in HandleBorderRadius()
223 if (buttonLayoutProperty->GetType().value_or(ButtonType::CAPSULE) == ButtonType::CIRCLE) { in PerformMeasureSelf()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dbutton_composed_element.cpp60 auto type = renderButton ? renderButton->GetButtonType() : ButtonType::CAPSULE; in GetButtonType()
151 case ButtonType::CAPSULE: in ConvertButtonTypeToString()
H A Dprogress_composed_element.cpp110 case ProgressType::CAPSULE: in GetTypeProgress()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dslider_model_impl.cpp37 if (value == SliderMode::CAPSULE) { in SetSliderMode()
38 sliderMode = Ace::SliderMode::CAPSULE; in SetSliderMode()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_progress.cpp94 g_progressType = ProgressType::CAPSULE; in Create()
151 if (g_progressType == ProgressType::CAPSULE) { in SetColor()
194 case ProgressType::CAPSULE: in SetCircularStyle()
310 if (g_progressType == ProgressType::CAPSULE) { in JsBackgroundColor()
H A Djs_location_button.cpp75 bg = static_cast<int32_t>(ButtonType::CAPSULE); in ParseComponentStyle()
89 static_cast<int32_t>(ButtonType::CAPSULE), false); in Create()
H A Djs_paste_button.cpp74 bg = static_cast<int32_t>(ButtonType::CAPSULE); in ParseComponentStyle()
88 static_cast<int32_t>(ButtonType::CAPSULE), false); in Create()
H A Djs_save_button.cpp75 bg = static_cast<int32_t>(ButtonType::CAPSULE); in ParseComponentStyle()
89 static_cast<int32_t>(ButtonType::CAPSULE), false); in Create()
H A Djs_slider.h28 CAPSULE, enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dprogress_modifier.cpp167 } else if (progresstype == ProgressType::CAPSULE) { in ResetProgressColor()
289 } else if (progresstype == ProgressType::CAPSULE) { in SetProgressStyle()
355 } else if (progresstype == ProgressType::CAPSULE) { in ResetProgressStyle()
382 if (progresstype == ProgressType::CAPSULE) { in ResetProgressBackgroundColor()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/security_component/mock/
H A Dsec_comp_base_mock.h59 CAPSULE = 0, enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/progress/
H A Dprogress_component.cpp47 case ProgressType::CAPSULE: { in ProgressComponent()
H A Dprogress_component.h35 CAPSULE = 9, enumerator
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_local_live_view_content.h35 CAPSULE = 1, enumerator
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/progress/
H A Dprogress_test_ng.h67 constexpr ProgressType PROGRESS_TYPE_CAPSULE = ProgressType::CAPSULE;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/
H A Dslider_model.h38 CAPSULE, // capsule slider. enumerator
/ohos5.0/base/security/security_component_manager/interfaces/inner_api/security_component/test/unittest/src/
H A Dsave_button_test.cpp143 comp1.bg_ = SecCompBackground::CAPSULE;

123