Home
last modified time | relevance | path

Searched refs:isCustomSize_ (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_overlength_indicator_modifier_test_ng.cpp358 indicatorModifier->isCustomSize_ = false;
369 indicatorModifier->isCustomSize_ = true;
380 indicatorModifier->isCustomSize_ = false;
415 indicatorModifier->isCustomSize_ = true;
424 indicatorModifier->isCustomSize_ = false;
H A Dswiper_indicator_modifier_test_ng.cpp390 dotIndicatorModifier.isCustomSize_ = true;
392 dotIndicatorModifier.isCustomSize_ = true;
1380 modifier->isCustomSize_ = false;
1383 EXPECT_TRUE(modifier->isCustomSize_ == false);
1386 modifier->isCustomSize_ = true;
1392 modifier->isCustomSize_ = false;
1664 dotIndicatorModifier.isCustomSize_ = true;
1683 dotIndicatorModifier.isCustomSize_ = false;
H A Dswiper_animation_test_ng.cpp958 EXPECT_TRUE(pattern_->isCustomSize_);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/dot_indicator/
H A Ddot_indicator_modifier.cpp89 if (isCustomSize_) { in PaintBackground()
153 if (isCustomSize_ || contentProperty.vectorBlackPointCenterX.empty()) { in GetTouchBottomCenterX()
192 PaintUnselectedIndicator(canvas, center, itemHalfSizes, isCustomSize_, in PaintContent()
243 !isCustomSize_) { in PaintUnselectedIndicator()
255 if (rectItemHeight > rectItemWidth || !isCustomSize_) { in PaintUnselectedIndicator()
294 if (rectSelectedItemHeight > rectSelectedItemWidth && !isCustomSize_) { in PaintSelectedIndicator()
H A Ddot_indicator_modifier.h272 isCustomSize_ = isCustomSize; in SetIsIndicatorCustomSize()
362 bool isCustomSize_ = false; variable
H A Doverlength_dot_indicator_modifier.cpp75 if (isCustomSize_ || contentProperty.vectorBlackPointCenterX.empty() || in GetTouchBottomCenterX()
144 if (!NearEqual(width, height) || !isCustomSize_) { in PaintUnselectedIndicator()
154 if (height > width || !isCustomSize_) { in PaintUnselectedIndicator()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_pattern.h357 return isCustomSize_; in IsIndicatorCustomSize()
362 isCustomSize_ = isCustomSize; in SetIsIndicatorCustomSize()
1007 bool isCustomSize_ = false; variable
H A Dswiper_helper.cpp319 swiper.isCustomSize_ ? DumpLog::GetInstance().AddDesc("IsCustomSize:true") in DumpInfoAddGestureDesc()
H A Dswiper_pattern.cpp4133 paintProperty->UpdateIsCustomSize(isCustomSize_); in UpdatePaintProperty()