/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toggle/ |
H A D | switch_paint_method.cpp | 117 … (switchTheme->GetHeight() - switchTheme->GetHotZoneVerticalPadding() * 2).ConvertToPx(); in PaintSwitch() 131 …defaultHeight - (switchTheme->GetHeight() - switchTheme->GetHotZoneVerticalPadding() * 2).ConvertT… in PaintSwitch() 184 … (switchTheme->GetHeight() - switchTheme->GetHotZoneVerticalPadding() * 2).ConvertToPx(); in GetSwitchWidth()
|
H A D | switch_paint_property.h | 48 … auto defaultHeight = (switchTheme->GetHeight() - switchTheme->GetHotZoneVerticalPadding() * 2); in ToJsonValue()
|
H A D | switch_pattern.cpp | 124 margin.top = CalcLength(switchTheme->GetHotZoneVerticalPadding().Value()); in UpdateSwitchLayoutProperty() 125 margin.bottom = CalcLength(switchTheme->GetHotZoneVerticalPadding().Value()); in UpdateSwitchLayoutProperty() 148 hotZoneVerticalPadding_ = switchTheme->GetHotZoneVerticalPadding(); in UpdateSwitchLayoutProperty()
|
H A D | switch_layout_algorithm.cpp | 59 …auto height = (switchTheme->GetHeight() - switchTheme->GetHotZoneVerticalPadding() * 2).ConvertToP… in MeasureContent()
|
H A D | switch_paint_method.h | 69 auto verticalPadding = switchTheme->GetHotZoneVerticalPadding().ConvertToPx(); in UpdateBoundsRect()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | toggle_model_impl.cpp | 43 auto verticalPadding = checkBoxTheme->GetHotZoneVerticalPadding(); in Create() 56 auto verticalPadding = switchTheme->GetHotZoneVerticalPadding(); in Create() 167 padding = checkableComponent->GetHotZoneVerticalPadding(); in SetHeight()
|
H A D | checkbox_model_impl.cpp | 60 auto verticalPadding = checkBoxTheme->GetHotZoneVerticalPadding(); in Create() 109 padding = checkboxComponent->GetHotZoneVerticalPadding(); in SetHeight()
|
H A D | checkboxgroup_model_impl.cpp | 58 auto verticalPadding = checkBoxTheme->GetHotZoneVerticalPadding(); in Create() 108 padding = checkboxComponent->GetHotZoneVerticalPadding(); in SetHeight()
|
H A D | radio_model_impl.cpp | 52 auto verticalPadding = radioTheme->GetHotZoneVerticalPadding(); in Create() 95 auto padding = radioComponent->GetHotZoneVerticalPadding(); in SetHeight()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkboxgroup/ |
H A D | checkboxgroup_layout_algorithm.cpp | 87 verticalPadding_ = checkBoxTheme->GetHotZoneVerticalPadding().ConvertToPx(); in InitializeParam()
|
H A D | checkboxgroup_pattern.cpp | 65 margin.top = CalcLength(checkBoxTheme->GetHotZoneVerticalPadding().Value()); in OnModifyDone() 66 margin.bottom = CalcLength(checkBoxTheme->GetHotZoneVerticalPadding().Value()); in OnModifyDone() 70 hotZoneVerticalPadding_ = checkBoxTheme->GetHotZoneVerticalPadding(); in OnModifyDone() 556 paintParameters.hotZoneVerticalPadding = checkBoxTheme->GetHotZoneVerticalPadding(); in InitializeModifierParam()
|
H A D | checkboxgroup_paint_method.h | 81 auto verticalPadding = checkboxTheme->GetHotZoneVerticalPadding().ConvertToPx(); in UpdateContentModifier()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/checkable/ |
H A D | checkable_component.cpp | 42 hotZoneVerticalPadding_ = theme->GetHotZoneVerticalPadding(); in ApplyTheme()
|
H A D | render_checkable.cpp | 48 hotZoneVerticalPadding_ = checkable->GetHotZoneVerticalPadding(); in Update()
|
H A D | checkable_component.h | 150 const Dimension& GetHotZoneVerticalPadding() const in GetHotZoneVerticalPadding() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/radio/ |
H A D | radio_paint_method.h | 98 auto verticalPadding = radioTheme->GetHotZoneVerticalPadding().ConvertToPx(); in UpdateContentModifier()
|
H A D | radio_layout_algorithm.cpp | 121 verticalPadding_ = radioTheme->GetHotZoneVerticalPadding().ConvertToPx(); in InitializeParam()
|
H A D | radio_pattern.cpp | 129 margin.top = CalcLength(radioTheme->GetHotZoneVerticalPadding().Value()); in OnModifyDone() 130 margin.bottom = CalcLength(radioTheme->GetHotZoneVerticalPadding().Value()); in OnModifyDone() 148 hotZoneVerticalPadding_ = radioTheme->GetHotZoneVerticalPadding(); in OnModifyDone()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkbox/ |
H A D | checkbox_layout_algorithm.cpp | 139 verticalPadding_ = checkBoxTheme->GetHotZoneVerticalPadding().ConvertToPx(); in InitializeParam()
|
H A D | checkbox_paint_method.h | 133 auto verticalPadding = checkboxTheme->GetHotZoneVerticalPadding().ConvertToPx(); in UpdateContentModifier()
|
H A D | checkbox_pattern.cpp | 95 margin.top = CalcLength(checkBoxTheme->GetHotZoneVerticalPadding().Value()); in OnModifyDone() 96 margin.bottom = CalcLength(checkBoxTheme->GetHotZoneVerticalPadding().Value()); in OnModifyDone() 114 hotZoneVerticalPadding_ = checkBoxTheme->GetHotZoneVerticalPadding(); in OnModifyDone()
|
H A D | checkbox_paint_method.cpp | 99 hotZoneVerticalPadding_ = checkBoxTheme->GetHotZoneVerticalPadding(); in InitializeParam()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/checkboxgroup/ |
H A D | checkboxgroup_layout_algorithm_test_ng.cpp | 323 EXPECT_EQ(layoutAlgorithm.verticalPadding_, theme->GetHotZoneVerticalPadding().ConvertToPx());
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_checkbox_modifier.cpp | 195 auto verticalPadding = checkBoxTheme->GetHotZoneVerticalPadding(); in ResetCheckboxHeight()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/toggle/ |
H A D | toggle_test_ng.cpp | 677 …erty->GetMarginProperty()->top.value(), CalcLength(switchTheme->GetHotZoneVerticalPadding().Value(… 679 CalcLength(switchTheme->GetHotZoneVerticalPadding().Value())); 690 …erty->GetMarginProperty()->top.value(), CalcLength(switchTheme->GetHotZoneVerticalPadding().Value(… 692 CalcLength(switchTheme->GetHotZoneVerticalPadding().Value()));
|