/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | swiper_indicator.h | 45 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 D | radio_paint_method.h | 114 hotZoneSize_ = hotZoneSize; in SetHotZoneSize() 175 SizeF hotZoneSize_; variable
|
H A D | radio_modifier.h | 102 hotZoneSize_ = hotZoneSize; in SetHotZoneSize() 217 SizeF hotZoneSize_; variable
|
H A D | radio_pattern.cpp | 791 hotZoneSize_.SetWidth( in AddHotZoneRect() 793 hotZoneSize_.SetHeight( in AddHotZoneRect() 796 …hotZoneRegion.SetSize(DimensionSize(Dimension(hotZoneSize_.Width()), Dimension(hotZoneSize_.Height… in AddHotZoneRect()
|
H A D | radio_pattern.h | 238 SizeF hotZoneSize_; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkboxgroup/ |
H A D | checkboxgroup_paint_method.h | 152 hotZoneSize_ = hotZoneSize; in SetHotZoneSize() 159 SizeF hotZoneSize_; variable
|
H A D | checkboxgroup_pattern.h | 84 paintMethod->SetHotZoneSize(hotZoneSize_); in CreateNodePaintMethod() 228 SizeF hotZoneSize_; variable
|
H A D | checkboxgroup_pattern.cpp | 517 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 D | swiper_indicator_theme.h | 108 … 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 D | checkbox_modifier.h | 142 hotZoneSize_ = hotZoneSize; in SetHotZoneSize() 225 SizeF hotZoneSize_; variable
|
H A D | checkbox_paint_method.h | 168 hotZoneSize_ = hotZoneSize; in SetHotZoneSize() 219 SizeF hotZoneSize_; variable
|
H A D | checkbox_pattern.cpp | 702 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 D | checkbox_pattern.h | 300 SizeF hotZoneSize_; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toggle/ |
H A D | switch_paint_method.h | 151 hotZoneSize_ = hotZoneSize; in SetHotZoneSize() 223 SizeF hotZoneSize_; variable
|
H A D | switch_modifier.h | 170 hotZoneSize_ = hotZoneSize; in SetHotZoneSize() 284 SizeF hotZoneSize_; variable
|
H A D | switch_pattern.cpp | 536 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 D | switch_pattern.h | 211 SizeF hotZoneSize_; variable
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/toggle/ |
H A D | toggle_test_ng.cpp | 1101 EXPECT_EQ(switchPattern->hotZoneSize_.Width(), 80.0f);
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/checkbox/ |
H A D | checkbox_test_ng.cpp | 982 EXPECT_EQ(pattern->hotZoneSize_.Width(), 80.0f);
|