Home
last modified time | relevance | path

Searched refs:hotZoneSize_ (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dswiper_indicator.h45 hotZoneSize_ = theme->GetHotZoneSize(); in InitStyle()
203 hotZoneSize_ = hotZoneSize; in SetHotZoneSize()
208 return hotZoneSize_; in GetHotZoneSize()
253 Dimension hotZoneSize_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/radio/
H A Dradio_paint_method.h114 hotZoneSize_ = hotZoneSize; in SetHotZoneSize()
175 SizeF hotZoneSize_; variable
H A Dradio_modifier.h102 hotZoneSize_ = hotZoneSize; in SetHotZoneSize()
217 SizeF hotZoneSize_; variable
H A Dradio_pattern.cpp791 hotZoneSize_.SetWidth( in AddHotZoneRect()
793 hotZoneSize_.SetHeight( in AddHotZoneRect()
796 …hotZoneRegion.SetSize(DimensionSize(Dimension(hotZoneSize_.Width()), Dimension(hotZoneSize_.Height… in AddHotZoneRect()
H A Dradio_pattern.h238 SizeF hotZoneSize_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkboxgroup/
H A Dcheckboxgroup_paint_method.h152 hotZoneSize_ = hotZoneSize; in SetHotZoneSize()
159 SizeF hotZoneSize_; variable
H A Dcheckboxgroup_pattern.h84 paintMethod->SetHotZoneSize(hotZoneSize_); in CreateNodePaintMethod()
228 SizeF hotZoneSize_; variable
H A Dcheckboxgroup_pattern.cpp517 hotZoneSize_.SetWidth(size_.Width() + 2 * hotZoneHorizontalPadding_.ConvertToPx()); in AddHotZoneRect()
518 hotZoneSize_.SetHeight(size_.Height() + 2 * hotZoneVerticalPadding_.ConvertToPx()); in AddHotZoneRect()
520 …hotZoneRegion.SetSize(DimensionSize(Dimension(hotZoneSize_.Width()), Dimension(hotZoneSize_.Height… in AddHotZoneRect()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Dswiper_indicator_theme.h108 … theme->hotZoneSize_ = swiperPattern->GetAttr<Dimension>("swiper_indicator_hotzone_size", 0.0_vp); in ParsePattern()
249 return hotZoneSize_; in GetHotZoneSize()
429 Dimension hotZoneSize_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkbox/
H A Dcheckbox_modifier.h142 hotZoneSize_ = hotZoneSize; in SetHotZoneSize()
225 SizeF hotZoneSize_; variable
H A Dcheckbox_paint_method.h168 hotZoneSize_ = hotZoneSize; in SetHotZoneSize()
219 SizeF hotZoneSize_; variable
H A Dcheckbox_pattern.cpp702 hotZoneSize_.SetWidth(size_.Width() + 2 * hotZoneHorizontalPadding_.ConvertToPx()); in AddHotZoneRect()
703 hotZoneSize_.SetHeight(size_.Height() + 2 * hotZoneVerticalPadding_.ConvertToPx()); in AddHotZoneRect()
705 …hotZoneRegion.SetSize(DimensionSize(Dimension(hotZoneSize_.Width()), Dimension(hotZoneSize_.Height… in AddHotZoneRect()
H A Dcheckbox_pattern.h300 SizeF hotZoneSize_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toggle/
H A Dswitch_paint_method.h151 hotZoneSize_ = hotZoneSize; in SetHotZoneSize()
223 SizeF hotZoneSize_; variable
H A Dswitch_modifier.h170 hotZoneSize_ = hotZoneSize; in SetHotZoneSize()
284 SizeF hotZoneSize_; variable
H A Dswitch_pattern.cpp536 hotZoneSize_.SetWidth(size_.Width() + 2 * hotZoneHorizontalPadding_.ConvertToPx()); in AddHotZoneRect()
537 hotZoneSize_.SetHeight(size_.Height() + 2 * hotZoneVerticalPadding_.ConvertToPx()); in AddHotZoneRect()
539 …hotZoneRegion.SetSize(DimensionSize(Dimension(hotZoneSize_.Width()), Dimension(hotZoneSize_.Height… in AddHotZoneRect()
H A Dswitch_pattern.h211 SizeF hotZoneSize_; variable
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/toggle/
H A Dtoggle_test_ng.cpp1101 EXPECT_EQ(switchPattern->hotZoneSize_.Width(), 80.0f);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/checkbox/
H A Dcheckbox_test_ng.cpp982 EXPECT_EQ(pattern->hotZoneSize_.Width(), 80.0f);