/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/radio/ |
H A D | radio_paint_method.h | 112 void SetHotZoneSize(const SizeF& hotZoneSize) in SetHotZoneSize() argument 114 hotZoneSize_ = hotZoneSize; in SetHotZoneSize()
|
H A D | radio_modifier.h | 100 void SetHotZoneSize(const SizeF& hotZoneSize) in SetHotZoneSize() argument 102 hotZoneSize_ = hotZoneSize; in SetHotZoneSize()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | swiper_indicator.h | 201 void SetHotZoneSize(const Dimension& hotZoneSize) in SetHotZoneSize() argument 203 hotZoneSize_ = hotZoneSize; in SetHotZoneSize()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkboxgroup/ |
H A D | checkboxgroup_paint_method.h | 150 void SetHotZoneSize(SizeF& hotZoneSize) in SetHotZoneSize() argument 152 hotZoneSize_ = hotZoneSize; in SetHotZoneSize()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkbox/ |
H A D | checkbox_modifier.h | 140 void SetHotZoneSize(SizeF& hotZoneSize) in SetHotZoneSize() argument 142 hotZoneSize_ = hotZoneSize; in SetHotZoneSize()
|
H A D | checkbox_paint_method.h | 166 void SetHotZoneSize(SizeF& hotZoneSize) in SetHotZoneSize() argument 168 hotZoneSize_ = hotZoneSize; in SetHotZoneSize()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toggle/ |
H A D | switch_paint_method.h | 149 void SetHotZoneSize(SizeF& hotZoneSize) in SetHotZoneSize() argument 151 hotZoneSize_ = hotZoneSize; in SetHotZoneSize()
|
H A D | switch_modifier.h | 168 void SetHotZoneSize(SizeF& hotZoneSize) in SetHotZoneSize() argument 170 hotZoneSize_ = hotZoneSize; in SetHotZoneSize()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | text_input_response_area.cpp | 147 auto hotZoneSize = iconSize + rightOffset; in CreateNode() local 153 … stackLayoutProperty->UpdateUserDefinedIdealSize(CalcSize(CalcLength(hotZoneSize), std::nullopt)); in CreateNode() 556 auto hotZoneSize = iconSize + rightOffset; in UpdateCleanNode() local 557 … stackLayoutProperty->UpdateUserDefinedIdealSize(CalcSize(CalcLength(hotZoneSize), std::nullopt)); in UpdateCleanNode()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/side_bar/ |
H A D | side_bar_container_pattern.cpp | 982 SizeF hotZoneSize; in AddDividerHotZoneRect() local 985 hotZoneSize.SetWidth(baseWidth + DIVIDER_HOT_ZONE_HORIZONTAL_PADDING_VALUE * in AddDividerHotZoneRect() 987 hotZoneSize.SetHeight(dividerHeight); in AddDividerHotZoneRect() 990 …hotZoneRegion.SetSize(DimensionSize(Dimension(hotZoneSize.Width()), Dimension(hotZoneSize.Height()… in AddDividerHotZoneRect()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/ |
H A D | datepicker_column_pattern.cpp | 1305 SizeF hotZoneSize; in CalculateHotZone() local 1308 hotZoneSize.SetWidth(size_.Width()); in CalculateHotZone() 1309 hotZoneSize.SetHeight(hotZoneHeight); in CalculateHotZone() 1311 …hotZoneRegion.SetSize(DimensionSize(Dimension(hotZoneSize.Width()), Dimension(hotZoneSize.Height()… in CalculateHotZone()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/ |
H A D | timepicker_column_pattern.cpp | 1454 SizeF hotZoneSize; in CalculateHotZone() local 1457 hotZoneSize.SetWidth(size_.Width()); in CalculateHotZone() 1458 hotZoneSize.SetHeight(hotZoneHeight); in CalculateHotZone() 1460 …hotZoneRegion.SetSize(DimensionSize(Dimension(hotZoneSize.Width()), Dimension(hotZoneSize.Height()… in CalculateHotZone()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
H A D | navigation_pattern.cpp | 1839 SizeF hotZoneSize; in AddDividerHotZoneRect() local 1840 hotZoneSize.SetWidth(realDividerWidth_ + DIVIDER_HOT_ZONE_HORIZONTAL_PADDING_NUM * in AddDividerHotZoneRect() 1842 hotZoneSize.SetHeight(geometryNode->GetFrameSize().Height()); in AddDividerHotZoneRect() 1849 …Dimension(hotZoneSize.Width()), Dimension(NearZero(paintHeight) ? hotZoneSize.Height() : paintHeig… in AddDividerHotZoneRect()
|