/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/checkable/ |
H A D | checkable_theme.h | 59 return hotZoneHorizontalPadding_; in GetHotZoneHorizontalPadding() 185 Dimension hotZoneHorizontalPadding_; variable 244 theme->hotZoneVerticalPadding_ = theme->hotZoneHorizontalPadding_; in ParsePattern() 282 theme->hotZoneHorizontalPadding_ = in SetCheckboxSize() 284 theme->hotZoneVerticalPadding_ = theme->hotZoneHorizontalPadding_; in SetCheckboxSize() 339 theme->hotZoneHorizontalPadding_ = in ParsePattern() 374 …theme->hotZoneHorizontalPadding_ = switchPattern->GetAttr<Dimension>(SWITCH_HORIZONTAL_PADDING, 4.… in ParsePattern() 440 …theme->hotZoneHorizontalPadding_ = radioPattern->GetAttr<Dimension>("radio_hotzone_padding", 0.0_v… in ParsePattern() 441 theme->hotZoneVerticalPadding_ = theme->hotZoneHorizontalPadding_; in ParsePattern() 474 … theme->hotZoneHorizontalPadding_ = radioPattern->GetAttr<Dimension>(RADIO_PADDING, 11.0_vp); in ParsePattern() [all …]
|
H A D | checkable_component.h | 137 hotZoneHorizontalPadding_ = hotZoneHorizontalPadding; in SetHorizontalPadding() 142 return hotZoneHorizontalPadding_; in GetHotZoneHorizontalPadding() 312 Dimension hotZoneHorizontalPadding_; variable
|
H A D | render_checkable.cpp | 47 hotZoneHorizontalPadding_ = checkable->GetHotZoneHorizontalPadding(); in Update() 110 double hotZoneHorizontalPadding = NormalizePercentToPx(hotZoneHorizontalPadding_, false); in CalculateSize()
|
H A D | checkable_component.cpp | 41 hotZoneHorizontalPadding_ = theme->GetHotZoneHorizontalPadding(); in ApplyTheme()
|
H A D | render_checkable.h | 125 Dimension hotZoneHorizontalPadding_ = 0.0_px; variable
|
H A D | render_switch.cpp | 221 …GetLayoutParam().Constrain(Size(switchSize_.Width() + NormalizeToPx(hotZoneHorizontalPadding_) * 2, in PerformLayout() 229 … Offset(widthOverflow > 0.0 ? 0.0 : widthOverflow - NormalizeToPx(hotZoneHorizontalPadding_), 0.0); in PerformLayout()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/toggle/ |
H A D | toggle_switch_test_ng.cpp | 129 switchTheme->hotZoneHorizontalPadding_ = ZERO; 184 switchTheme->hotZoneHorizontalPadding_ = ZERO; 238 switchTheme->hotZoneHorizontalPadding_ = ZERO; 295 switchTheme->hotZoneHorizontalPadding_ = ZERO; 352 switchTheme->hotZoneHorizontalPadding_ = ZERO; 409 switchTheme->hotZoneHorizontalPadding_ = ZERO; 466 switchTheme->hotZoneHorizontalPadding_ = ZERO; 522 switchTheme->hotZoneHorizontalPadding_ = ZERO; 578 switchTheme->hotZoneHorizontalPadding_ = ZERO; 636 switchTheme->hotZoneHorizontalPadding_ = ZERO; [all …]
|
H A D | toggle_test_ng.cpp | 828 switchTheme->hotZoneHorizontalPadding_ = ZERO; 898 switchTheme->hotZoneHorizontalPadding_ = ZERO; 981 switchTheme->hotZoneHorizontalPadding_ = ZERO;
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/checkboxgroup/ |
H A D | checkboxgroup_layout_algorithm_test_ng.cpp | 94 theme->hotZoneHorizontalPadding_ = HORIZONTAL_PADDING; 124 theme->hotZoneHorizontalPadding_ = HORIZONTAL_PADDING; 158 theme->hotZoneHorizontalPadding_ = HORIZONTAL_PADDING; 192 theme->hotZoneHorizontalPadding_ = HORIZONTAL_PADDING;
|
H A D | checkboxgroup_test_ng.cpp | 1548 checkboxTheme->hotZoneHorizontalPadding_ = Dimension(COMPONENT_WIDTH / 4);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkbox/ |
H A D | checkbox_paint_method.cpp | 98 hotZoneHorizontalPadding_ = checkBoxTheme->GetHotZoneHorizontalPadding(); in InitializeParam() 157 originX = offset.GetX() - hotZoneHorizontalPadding_.ConvertToPx(); in DrawTouchAndHoverBoard() 159 … endX = size.Width() + originX + CHECKBOX_DOUBLE_RATIO * hotZoneHorizontalPadding_.ConvertToPx(); in DrawTouchAndHoverBoard()
|
H A D | checkbox_modifier.h | 216 Dimension hotZoneHorizontalPadding_; variable
|
H A D | checkbox_pattern.cpp | 113 hotZoneHorizontalPadding_ = checkBoxTheme->GetHotZoneHorizontalPadding(); in OnModifyDone() 700 hotZoneOffset_.SetX(offset_.GetX() - hotZoneHorizontalPadding_.ConvertToPx()); in AddHotZoneRect() 702 hotZoneSize_.SetWidth(size_.Width() + 2 * hotZoneHorizontalPadding_.ConvertToPx()); in AddHotZoneRect()
|
H A D | checkbox_pattern.h | 295 Dimension hotZoneHorizontalPadding_; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkboxgroup/ |
H A D | checkboxgroup_modifier.h | 170 hotZoneHorizontalPadding_ = hotZoneHorizontalPadding; in SetHotZoneHorizontalPadding() 261 Dimension hotZoneHorizontalPadding_; variable
|
H A D | checkboxgroup_modifier.cpp | 64 hotZoneHorizontalPadding_ = parameters.hotZoneHorizontalPadding; in CheckBoxGroupModifier() 283 originX = offset.GetX() - hotZoneHorizontalPadding_.ConvertToPx(); in DrawTouchAndHoverBoard() 285 …endX = size.Width() + originX + CHECKBOX_GROUP_DOUBLE_RATIO * hotZoneHorizontalPadding_.ConvertToP… in DrawTouchAndHoverBoard()
|
H A D | checkboxgroup_pattern.cpp | 69 hotZoneHorizontalPadding_ = checkBoxTheme->GetHotZoneHorizontalPadding(); in OnModifyDone() 515 hotZoneOffset_.SetX(offset_.GetX() - hotZoneHorizontalPadding_.ConvertToPx()); in AddHotZoneRect() 517 hotZoneSize_.SetWidth(size_.Width() + 2 * hotZoneHorizontalPadding_.ConvertToPx()); in AddHotZoneRect()
|
H A D | checkboxgroup_pattern.h | 223 Dimension hotZoneHorizontalPadding_; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toggle/ |
H A D | switch_pattern.cpp | 147 hotZoneHorizontalPadding_ = switchTheme->GetHotZoneHorizontalPadding(); in UpdateSwitchLayoutProperty() 534 hotZoneOffset_.SetX(offset_.GetX() - hotZoneHorizontalPadding_.ConvertToPx()); in AddHotZoneRect() 536 hotZoneSize_.SetWidth(size_.Width() + 2 * hotZoneHorizontalPadding_.ConvertToPx()); in AddHotZoneRect()
|
H A D | switch_pattern.h | 206 Dimension hotZoneHorizontalPadding_; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/radio/ |
H A D | radio_modifier.h | 210 Dimension hotZoneHorizontalPadding_; variable
|
H A D | radio_paint_method.cpp | 99 hotZoneHorizontalPadding_ = radioTheme->GetHotZoneHorizontalPadding(); in InitializeParam() 369 outCircleRadius += hotZoneHorizontalPadding_.ConvertToPx(); in DrawTouchAndHoverBoard()
|
H A D | radio_pattern.h | 233 Dimension hotZoneHorizontalPadding_; variable
|
H A D | radio_pattern.cpp | 147 hotZoneHorizontalPadding_ = radioTheme->GetHotZoneHorizontalPadding(); in OnModifyDone() 789 hotZoneOffset_.SetX(offset_.GetX() - hotZoneHorizontalPadding_.ConvertToPx()); in AddHotZoneRect() 792 … size_.Width() + FOR_HOTZONESIZE_CALCULATE_MULTIPLY_TWO * hotZoneHorizontalPadding_.ConvertToPx()); in AddHotZoneRect()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/radio/ |
H A D | radio_pattern_test_ng.cpp | 78 radioTheme->hotZoneHorizontalPadding_ = HORIZONTAL_PADDING; in SetUpTestSuite()
|