Home
last modified time | relevance | path

Searched refs:CAPSULE (Results 1 - 25 of 63) sorted by relevance

123

/foundation/arkui/ace_engine/test/unittest/core/pattern/security_component/
H A Dsecurity_component_test_ng.cpp290 static_cast<int32_t>(ButtonType::CAPSULE)); in CheckSecurityComponentDefaultProp()
303 RefPtr<FrameNode> frameNode = CreateSecurityComponent(0, 0, static_cast<int32_t>(ButtonType::CAPSULE), in HWTEST_F()
348 EXPECT_EQ(buttonProp->GetType().value_or(ButtonType::NORMAL), ButtonType::CAPSULE); in HWTEST_F()
395 EXPECT_EQ(buttonProp->GetType().value_or(ButtonType::CAPSULE), ButtonType::NORMAL); in HWTEST_F()
428 CreateSecurityComponentNotFinish(0, 0, static_cast<int32_t>(ButtonType::CAPSULE), V2::LOCATION_BUTTON_ETS_TAG); in HWTEST_F()
486 CreateSecurityComponentNotFinish(0, 0, static_cast<int32_t>(ButtonType::CAPSULE), V2::LOCATION_BUTTON_ETS_TAG); in HWTEST_F()
585 CreateSecurityComponentNotFinish(1, -1, static_cast<int32_t>(ButtonType::CAPSULE), in HWTEST_F()
607 static_cast<int32_t>(ButtonType::CAPSULE), V2::LOCATION_BUTTON_ETS_TAG); in HWTEST_F()
636 static_cast<int32_t>(ButtonType::CAPSULE), V2::LOCATION_BUTTON_ETS_TAG); in HWTEST_F()
670 static_cast<int32_t>(ButtonType::CAPSULE), V in HWTEST_F()
[all...]
H A Dsecurity_component_test_ng_extension.cpp96 static_cast<int32_t>(ButtonType::CAPSULE), V2::PASTE_BUTTON_ETS_TAG); in HWTEST_F()
99 static_cast<int32_t>(ButtonType::CAPSULE), V2::PASTE_BUTTON_ETS_TAG); in HWTEST_F()
122 static_cast<int32_t>(ButtonType::CAPSULE), V2::PASTE_BUTTON_ETS_TAG); in HWTEST_F()
125 static_cast<int32_t>(ButtonType::CAPSULE), V2::PASTE_BUTTON_ETS_TAG); in HWTEST_F()
146 static_cast<int32_t>(ButtonType::CAPSULE), V2::PASTE_BUTTON_ETS_TAG); in HWTEST_F()
149 static_cast<int32_t>(ButtonType::CAPSULE), V2::PASTE_BUTTON_ETS_TAG); in HWTEST_F()
173 static_cast<int32_t>(ButtonType::CAPSULE), V2::PASTE_BUTTON_ETS_TAG); in HWTEST_F()
176 static_cast<int32_t>(ButtonType::CAPSULE), V2::PASTE_BUTTON_ETS_TAG); in HWTEST_F()
199 static_cast<int32_t>(ButtonType::CAPSULE), V2::PASTE_BUTTON_ETS_TAG); in HWTEST_F()
202 static_cast<int32_t>(ButtonType::CAPSULE), V in HWTEST_F()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/
H A Dprogress_date.h37 CAPSULE = 9, member in OHOS::Ace::NG::ProgressType
63 case ProgressType::CAPSULE: in ConvertProgressTypeToString()
H A Dprogress_paint_method.cpp26 if (progressType_ == ProgressType::CAPSULE) { in GetThemeData()
57 case ProgressType::CAPSULE: in CalculateStrokeWidth()
H A Dprogress_layout_algorithm.cpp80 } else if (type_ == ProgressType::CAPSULE) { in MeasureContent()
130 } else if (type_ == ProgressType::CAPSULE) { in MeasureContentForApiNine()
186 if (GreatOrEqualCustomPrecision(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()
H A Dprogress_pattern.cpp63 if (progressType_ == ProgressType::CAPSULE) { in InitAnimatableProperty()
273 if (progressLayoutProperty->GetType() == ProgressType::CAPSULE) { in OnModifyDone()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_progress_ffi.cpp26 ProgressType::SCALE, ProgressType::CAPSULE };
29 NG::ProgressType::MOON, NG::ProgressType::SCALE, NG::ProgressType::CAPSULE };
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dbutton_composed_element.cpp58 auto type = renderButton ? renderButton->GetButtonType() : ButtonType::CAPSULE; in GetButtonType()
149 case ButtonType::CAPSULE: in ConvertButtonTypeToString()
H A Dprogress_composed_element.cpp106 case ProgressType::CAPSULE: in GetTypeProgress()
/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, member in OHOS::Ace::ProgressType
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_slider.h28 CAPSULE, member in OHOS::Ace::Framework::SliderStyle
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_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_paste_button.cpp74 bg = static_cast<int32_t>(ButtonType::CAPSULE); in ParseComponentStyle()
88 static_cast<int32_t>(ButtonType::CAPSULE), false); in Create()
/foundation/arkui/ace_engine/test/unittest/core/pattern/security_component/mock/
H A Dsec_comp_base_mock.h59 CAPSULE = 0, member in OHOS::Security::SecurityComponent::SecCompBackground
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/
H A Dbutton_pattern.h88 layoutProperty->GetType().value_or(ButtonType::CAPSULE) != ButtonType::CIRCLE;
140 auto buttonType = layoutProperty->GetType().value_or(ButtonType::CAPSULE);
172 ConvertButtonTypeToString(layoutProperty->GetType().value_or(ButtonType::CAPSULE)).c_str());
253 case ButtonType::CAPSULE: in ConvertButtonTypeToString()
H A Dbutton_layout_algorithm.cpp88 auto buttonType = buttonLayoutProperty->GetType().value_or(ButtonType::CAPSULE); in HandleChildLayoutConstraint()
196 auto buttonType = buttonLayoutProperty->GetType().value_or(ButtonType::CAPSULE); in HandleBorderRadius()
209 } else if (buttonType == ButtonType::CAPSULE) { in HandleBorderRadius()
250 auto buttonType = buttonLayoutProperty->GetType().value_or(ButtonType::CAPSULE); in PerformMeasureSelf()
/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()
H A Dbutton_model_impl.cpp365 buttonComponent->SetType(ButtonType::CAPSULE); in SetTypeAndStateEffect()
375 buttonComponent->SetType(ButtonType::CAPSULE); in SetDefaultAttributes()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dprogress_modifier.cpp153 } else if (progresstype == ProgressType::CAPSULE) { in ResetProgressColor()
275 } else if (progresstype == ProgressType::CAPSULE) { in SetProgressStyle()
341 } else if (progresstype == ProgressType::CAPSULE) { in ResetProgressStyle()
368 if (progresstype == ProgressType::CAPSULE) { in ResetProgressBackgroundColor()
/foundation/arkui/ace_engine/test/unittest/core/pattern/progress/
H A Dprogress_test_ng.h67 constexpr ProgressType PROGRESS_TYPE_CAPSULE = ProgressType::CAPSULE;
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/
H A Dslider_model.h38 CAPSULE, // capsule slider. member in OHOS::Ace::SliderModel::SliderMode

Completed in 15 milliseconds

123