Home
last modified time | relevance | path

Searched refs:SMALL (Results 1 - 20 of 20) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/transform/
H A Dclick_spring_effect.h32 SMALL, member in OHOS::Ace::ClickSpringEffectType
H A Dclick_spring_effect.cpp29 { ClickSpringEffectType::SMALL, { 0.9, 1, AceType::MakeRefPtr<SpringProperty>(0.5, 410.0, 38.0) } },
/foundation/arkui/ace_engine/frameworks/core/components/button/
H A Dbutton_theme.h155 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 Dgpu_context.h39 SMALL = 1 << 6, member in OHOS::Rosen::Drawing::PathRenderers
/foundation/arkui/ace_engine/frameworks/core/components/select/
H A Dselect_theme.h106 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 Dchipgroup.js113 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 Dchip.js34 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 Dselect_test_controlsize_ng.cpp214 * 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 Dselect_pattern_test_controlsize_ng.cpp218 auto settingControlSize = ControlSize::SMALL; in HWTEST_F()
354 EXPECT_NE(pattern->GetControlSize(), ControlSize::SMALL); in HWTEST_F()
H A Dselect_pattern_test_ng.cpp1690 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 Dbutton_extend_test_ng.cpp135 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 Dbutton_test_ng.cpp160 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 Dbutton_content_modifier_test_ng.cpp136 buttonTheme->heightMap_.emplace(std::pair<ControlSize, Dimension>(ControlSize::SMALL, DEFAULT_HEIGTH)); in SetUpTestCase()
/foundation/arkui/ace_engine/frameworks/core/components/common/layout/
H A Dconstants.h65 enum class ControlSize { SMALL, NORMAL }; member in OHOS::Ace::ControlSize
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/
H A Dbutton_pattern.h291 case ControlSize::SMALL: in ConvertControlSizeToString()
292 result = "ControlSize.SMALL"; in ConvertControlSizeToString()
H A Dbutton_layout_algorithm.cpp391 if (buttonLayoutProperty->HasControlSize() && buttonLayoutProperty->GetControlSize() == ControlSize::SMALL) { in NeedAgingMeasure()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_button.cpp218 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 Dbutton_modifier.cpp568 if (controlSize >= static_cast<uint32_t>(ControlSize::SMALL) && controlSize <= in SetButtonControlSize()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select/
H A Dselect_pattern.cpp75 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 Ddeclaration.cpp101 { "spring-small", ClickSpringEffectType::SMALL }, in ParseClickEffect()

Completed in 31 milliseconds