/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/security_component/ |
H A D | security_component_test_ng_extension.cpp | 95 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 D | security_component_test_ng.cpp | 290 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 D | cj_progress_ffi.cpp | 28 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 D | progress_date.h | 37 CAPSULE = 9, enumerator 63 case ProgressType::CAPSULE: in ConvertProgressTypeToString()
|
H A D | progress_paint_method.cpp | 37 if (progressType_ == ProgressType::CAPSULE) { in GetThemeData() 68 case ProgressType::CAPSULE: in CalculateStrokeWidth()
|
H A D | progress_layout_algorithm.cpp | 83 } 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 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()
|
/ohos5.0/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; 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 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() 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 D | button_composed_element.cpp | 60 auto type = renderButton ? renderButton->GetButtonType() : ButtonType::CAPSULE; in GetButtonType() 151 case ButtonType::CAPSULE: in ConvertButtonTypeToString()
|
H A D | progress_composed_element.cpp | 110 case ProgressType::CAPSULE: in GetTypeProgress()
|
/ohos5.0/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()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
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_paste_button.cpp | 74 bg = static_cast<int32_t>(ButtonType::CAPSULE); in ParseComponentStyle() 88 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_slider.h | 28 CAPSULE, enumerator
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | progress_modifier.cpp | 167 } 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 D | sec_comp_base_mock.h | 59 CAPSULE = 0, enumerator
|
/ohos5.0/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, enumerator
|
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/ |
H A D | notification_local_live_view_content.h | 35 CAPSULE = 1, enumerator
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/progress/ |
H A D | progress_test_ng.h | 67 constexpr ProgressType PROGRESS_TYPE_CAPSULE = ProgressType::CAPSULE;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/ |
H A D | slider_model.h | 38 CAPSULE, // capsule slider. enumerator
|
/ohos5.0/base/security/security_component_manager/interfaces/inner_api/security_component/test/unittest/src/ |
H A D | save_button_test.cpp | 143 comp1.bg_ = SecCompBackground::CAPSULE;
|