Searched refs:currentIndexFlag (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/ |
H A D | swiper_indicator_modifier_test_ng.cpp | 1379 bool currentIndexFlag = false; variable 1382 canvas, offset, itemHalfSizes, currentIndexFlag, LinearColor(Color::TRANSPARENT)); 1385 currentIndexFlag = true; 1388 canvas, offset, itemHalfSizes, currentIndexFlag, LinearColor(Color::TRANSPARENT)); 1389 EXPECT_TRUE(currentIndexFlag == true); 1391 currentIndexFlag = true; 1394 canvas, offset, itemHalfSizes, currentIndexFlag, LinearColor(Color::TRANSPARENT)); 1395 EXPECT_TRUE(currentIndexFlag);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/dot_indicator/ |
H A D | dot_indicator_modifier.h | 116 bool currentIndexFlag, const LinearColor& indicatorColor);
|
H A D | dot_indicator_modifier.cpp | 236 …const LinearVector<float>& itemHalfSizes, bool currentIndexFlag, const LinearColor& indicatorColor) in PaintUnselectedIndicator() argument 242 …(!NearEqual(itemHalfSizes[ITEM_HALF_WIDTH], itemHalfSizes[ITEM_HALF_HEIGHT]) || currentIndexFlag || in PaintUnselectedIndicator()
|