Home
last modified time | relevance | path

Searched refs:hotZoneSize (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/radio/
H A Dradio_paint_method.h112 void SetHotZoneSize(const SizeF& hotZoneSize) in SetHotZoneSize() argument
114 hotZoneSize_ = hotZoneSize; in SetHotZoneSize()
H A Dradio_modifier.h100 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 Dswiper_indicator.h201 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 Dcheckboxgroup_paint_method.h150 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 Dcheckbox_modifier.h140 void SetHotZoneSize(SizeF& hotZoneSize) in SetHotZoneSize() argument
142 hotZoneSize_ = hotZoneSize; in SetHotZoneSize()
H A Dcheckbox_paint_method.h166 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 Dswitch_paint_method.h149 void SetHotZoneSize(SizeF& hotZoneSize) in SetHotZoneSize() argument
151 hotZoneSize_ = hotZoneSize; in SetHotZoneSize()
H A Dswitch_modifier.h168 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 Dtext_input_response_area.cpp147 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 Dside_bar_container_pattern.cpp982 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 Ddatepicker_column_pattern.cpp1305 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 Dtimepicker_column_pattern.cpp1454 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 Dnavigation_pattern.cpp1839 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()