/foundation/arkui/ace_engine/test/unittest/core/pattern/security_component/ |
H A D | security_component_test_ng.cpp | 290 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 D | security_component_test_ng_extension.cpp | 96 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 D | progress_date.h | 37 CAPSULE = 9, member in OHOS::Ace::NG::ProgressType 63 case ProgressType::CAPSULE: in ConvertProgressTypeToString()
|
H A D | progress_paint_method.cpp | 26 if (progressType_ == ProgressType::CAPSULE) { in GetThemeData() 57 case ProgressType::CAPSULE: in CalculateStrokeWidth()
|
H A D | progress_layout_algorithm.cpp | 80 } 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 D | progress_model_ng.cpp | 51 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 D | progress_pattern.cpp | 63 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 D | cj_progress_ffi.cpp | 26 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 D | button_composed_element.cpp | 58 auto type = renderButton ? renderButton->GetButtonType() : ButtonType::CAPSULE; in GetButtonType() 149 case ButtonType::CAPSULE: in ConvertButtonTypeToString()
|
H A D | progress_composed_element.cpp | 106 case ProgressType::CAPSULE: in GetTypeProgress()
|
/foundation/arkui/ace_engine/frameworks/core/components/progress/ |
H A D | progress_component.cpp | 47 case ProgressType::CAPSULE: { in ProgressComponent()
|
H A D | progress_component.h | 35 CAPSULE = 9, member in OHOS::Ace::ProgressType
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_slider.h | 28 CAPSULE, member in OHOS::Ace::Framework::SliderStyle
|
H A D | js_progress.cpp | 94 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 D | js_location_button.cpp | 75 bg = static_cast<int32_t>(ButtonType::CAPSULE); in ParseComponentStyle() 89 static_cast<int32_t>(ButtonType::CAPSULE), false); in Create()
|
H A D | js_save_button.cpp | 75 bg = static_cast<int32_t>(ButtonType::CAPSULE); in ParseComponentStyle() 89 static_cast<int32_t>(ButtonType::CAPSULE), false); in Create()
|
H A D | js_paste_button.cpp | 74 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 D | sec_comp_base_mock.h | 59 CAPSULE = 0, member in OHOS::Security::SecurityComponent::SecCompBackground
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/ |
H A D | button_pattern.h | 88 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 D | button_layout_algorithm.cpp | 88 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 D | slider_model_impl.cpp | 37 if (value == SliderMode::CAPSULE) { in SetSliderMode() 38 sliderMode = Ace::SliderMode::CAPSULE; in SetSliderMode()
|
H A D | button_model_impl.cpp | 365 buttonComponent->SetType(ButtonType::CAPSULE); in SetTypeAndStateEffect() 375 buttonComponent->SetType(ButtonType::CAPSULE); in SetDefaultAttributes()
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | progress_modifier.cpp | 153 } 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 D | progress_test_ng.h | 67 constexpr ProgressType PROGRESS_TYPE_CAPSULE = ProgressType::CAPSULE;
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/ |
H A D | slider_model.h | 38 CAPSULE, // capsule slider. member in OHOS::Ace::SliderModel::SliderMode
|