/foundation/arkui/ace_engine/frameworks/core/components/transform/ |
H A D | click_spring_effect.h | 32 SMALL, member in OHOS::Ace::ClickSpringEffectType
|
H A D | click_spring_effect.cpp | 29 { ClickSpringEffectType::SMALL, { 0.9, 1, AceType::MakeRefPtr<SpringProperty>(0.5, 410.0, 38.0) } },
|
/foundation/arkui/ace_engine/frameworks/core/components/button/ |
H A D | button_theme.h | 155 ControlSize::SMALL, buttonPattern->GetAttr<Dimension>("small_button_height", 0.0_vp))); in ParseSubStylePattern() 160 ControlSize::SMALL, buttonPattern->GetAttr<Dimension>("small_button_font_size", 0.0_fp))); in ParseSubStylePattern() 163 theme->paddingMap_.insert(std::pair<ControlSize, Edge>(ControlSize::SMALL, in ParseSubStylePattern() 172 ControlSize::SMALL, buttonPattern->GetAttr<Dimension>("button_border_radius_small", 14.0_vp))); in ParseSubStylePattern()
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/image/ |
H A D | gpu_context.h | 39 SMALL = 1 << 6, member in OHOS::Rosen::Drawing::PathRenderers
|
/foundation/arkui/ace_engine/frameworks/core/components/select/ |
H A D | select_theme.h | 106 ControlSize::SMALL, pattern->GetAttr<Dimension>("small_text_font_size", 0.0_vp))); in Parse() 207 ControlSize::SMALL, pattern->GetAttr<Dimension>("small_spinner_width", 0.0_vp))); in ParsePartOne() 218 ControlSize::SMALL, pattern->GetAttr<Dimension>("small_spinner_height", 0.0_vp))); in ParsePartTwo() 227 ControlSize::SMALL, pattern->GetAttr<Dimension>("small_select_min_width", 0.0_vp))); in ParsePartTwo() 234 ControlSize::SMALL, pattern->GetAttr<Dimension>("small_select_min_height", 0.0_vp))); in ParsePartTwo() 248 ControlSize::SMALL, pattern->GetAttr<Dimension>("small_select_border_radius", 0.0_vp))); in ParsePartTwo()
|
/foundation/arkui/ace_engine/advanced_ui_component/chipgroup/interfaces/ |
H A D | chipgroup.js | 113 s4[(s4['SMALL'] = 28)] = 'SMALL'; 218 if (this.chipSize === ChipSize.SMALL) { 226 return this.chipSize === ChipSize.SMALL ? e4.i4 : e4.j4; 229 if (this.chipSize === ChipSize.SMALL) { 732 return f4.SMALL;
|
/foundation/arkui/ace_engine/advanced_ui_component/chip/interfaces/ |
H A D | chip.js | 34 ChipSize['SMALL'] = 'SMALL'; 976 if (this.isChipSizeEnum() && this.chipSize === ChipSize.SMALL) { 1093 if (this.isChipSizeEnum() && this.chipSize == ChipSize.SMALL) { 1110 if (this.isChipSizeEnum() && this.chipSize == ChipSize.SMALL) { 1133 if (this.isChipSizeEnum() && this.chipSize == ChipSize.SMALL) { 1150 if (this.isChipSizeEnum() && this.chipSize == ChipSize.SMALL) { 1285 return this.isChipSizeEnum() && this.chipSize === ChipSize.SMALL 1293 return this.isChipSizeEnum() && this.chipSize === ChipSize.SMALL 1325 return this.chipSize === ChipSize.SMALL [all...] |
/foundation/arkui/ace_engine/test/unittest/core/pattern/select/ |
H A D | select_test_controlsize_ng.cpp | 214 * compare the set value with the ControlSize::SMALL. in HWTEST_F() 218 auto settingControlSize = ControlSize::SMALL; in HWTEST_F() 385 * compare the set value with the ControlSize::SMALL. in HWTEST_F() 389 auto settingControlSize = ControlSize::SMALL; in HWTEST_F()
|
H A D | select_pattern_test_controlsize_ng.cpp | 218 auto settingControlSize = ControlSize::SMALL; in HWTEST_F() 354 EXPECT_NE(pattern->GetControlSize(), ControlSize::SMALL); in HWTEST_F()
|
H A D | select_pattern_test_ng.cpp | 1690 selectPattern->SetControlSize(ControlSize::SMALL); in HWTEST_F() 1692 EXPECT_EQ(ControlSize::SMALL, controlSize); in HWTEST_F()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/button/ |
H A D | button_extend_test_ng.cpp | 135 buttonTheme->heightMap_.emplace(std::pair<ControlSize, Dimension>(ControlSize::SMALL, DEFAULT_HEIGTH)); in SetUpTestCase() 168 buttonModelNG.SetControlSize(AceType::RawPtr(buttonNode), ControlSize::SMALL); in HWTEST_F() member in OHOS::Ace::NG::ControlSize
|
H A D | button_test_ng.cpp | 160 buttonTheme->heightMap_.emplace(std::pair<ControlSize, Dimension>(ControlSize::SMALL, DEFAULT_HEIGTH)); in SetUpTestCase() 1357 testProperty.controlSize = ControlSize::SMALL; in HWTEST_F() 1371 EXPECT_EQ(buttonLayoutProperty->GetControlSizeValue(), ControlSize::SMALL); in HWTEST_F()
|
H A D | button_content_modifier_test_ng.cpp | 136 buttonTheme->heightMap_.emplace(std::pair<ControlSize, Dimension>(ControlSize::SMALL, DEFAULT_HEIGTH)); in SetUpTestCase()
|
/foundation/arkui/ace_engine/frameworks/core/components/common/layout/ |
H A D | constants.h | 65 enum class ControlSize { SMALL, NORMAL }; member in OHOS::Ace::ControlSize
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/ |
H A D | button_pattern.h | 291 case ControlSize::SMALL: in ConvertControlSizeToString() 292 result = "ControlSize.SMALL"; in ConvertControlSizeToString()
|
H A D | button_layout_algorithm.cpp | 391 if (buttonLayoutProperty->HasControlSize() && buttonLayoutProperty->GetControlSize() == ControlSize::SMALL) { in NeedAgingMeasure()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_button.cpp | 218 if (valueT >= static_cast<int32_t>(ControlSize::SMALL) && valueT <= static_cast<int32_t>(ControlSize::NORMAL)) { in SetControlSize() 728 if (controlSizeIntValue >= static_cast<int32_t>(ControlSize::SMALL) && in ParseCreatePara()
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | button_modifier.cpp | 568 if (controlSize >= static_cast<uint32_t>(ControlSize::SMALL) && controlSize <= in SetButtonControlSize()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select/ |
H A D | select_pattern.cpp | 75 case ControlSize::SMALL: in ConvertControlSizeToString() 76 result = "ControlSize.SMALL"; in ConvertControlSizeToString() 1402 if (controlSize_ == ControlSize::SMALL) { in ResetParams()
|
/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/ |
H A D | declaration.cpp | 101 { "spring-small", ClickSpringEffectType::SMALL }, in ParseClickEffect()
|