/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/ |
H A D | swiper_indicator_common_test_ng.cpp | 410 EXPECT_EQ(indicatorPattern->touchBottomType_, TouchBottomType::END); 419 EXPECT_EQ(indicatorPattern->touchBottomType_, TouchBottomType::END); 429 EXPECT_EQ(indicatorPattern->touchBottomType_, TouchBottomType::NONE); 456 EXPECT_EQ(indicatorPattern->touchBottomType_, TouchBottomType::END); 465 EXPECT_EQ(indicatorPattern->touchBottomType_, TouchBottomType::NONE); 494 EXPECT_EQ(indicatorPattern->touchBottomType_, TouchBottomType::NONE); 504 EXPECT_EQ(indicatorPattern->touchBottomType_, TouchBottomType::START); 534 EXPECT_EQ(indicatorPattern->touchBottomType_, TouchBottomType::END); 543 EXPECT_EQ(indicatorPattern->touchBottomType_, TouchBottomType::NONE); 617 EXPECT_EQ(indicatorPattern->touchBottomType_, TouchBottomType::END);
|
H A D | swiper_event_test_ng.cpp | 935 EXPECT_EQ(pattern_->touchBottomType_, TouchBottomTypeLoop::TOUCH_BOTTOM_TYPE_LOOP_NONE); 951 EXPECT_EQ(pattern_->touchBottomType_, TouchBottomTypeLoop::TOUCH_BOTTOM_TYPE_LOOP_LEFT); 955 EXPECT_EQ(pattern_->touchBottomType_, TouchBottomTypeLoop::TOUCH_BOTTOM_TYPE_LOOP_RIGHT); 959 EXPECT_EQ(pattern_->touchBottomType_, TouchBottomTypeLoop::TOUCH_BOTTOM_TYPE_LOOP_LEFT); 975 EXPECT_EQ(pattern_->touchBottomType_, TouchBottomTypeLoop::TOUCH_BOTTOM_TYPE_LOOP_RIGHT); 981 EXPECT_EQ(pattern_->touchBottomType_, TouchBottomTypeLoop::TOUCH_BOTTOM_TYPE_LOOP_LEFT); 987 EXPECT_EQ(pattern_->touchBottomType_, TouchBottomTypeLoop::TOUCH_BOTTOM_TYPE_LOOP_RIGHT);
|
H A D | swiper_indicator_extent_test_ng.cpp | 166 paintMethod->touchBottomType_ = TouchBottomType::START; 257 paintMethod->touchBottomType_ = TouchBottomType::START; 348 paintMethod->touchBottomType_ = TouchBottomType::START; 379 paintMethod->touchBottomType_ = TouchBottomType::END; 410 paintMethod->touchBottomType_ = TouchBottomType::END; 441 paintMethod->touchBottomType_ = TouchBottomType::END;
|
H A D | swiper_indicator_modifier_test_ng.cpp | 138 paintMethod->touchBottomType_ = TouchBottomType::START; 394 dotIndicatorModifier.touchBottomType_ = TouchBottomType::START; 397 dotIndicatorModifier.touchBottomType_ = TouchBottomType::END; 754 paintMethod->touchBottomType_ = TouchBottomType::START; 1663 dotIndicatorModifier.touchBottomType_ = TouchBottomType::START;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/dot_indicator/ |
H A D | dot_indicator_paint_method.h | 131 touchBottomType_ = touchBottomType; in SetIsTouchBottom() 214 TouchBottomType touchBottomType_ = TouchBottomType::NONE; variable
|
H A D | dot_indicator_modifier.cpp | 117 if (touchBottomType_ == TouchBottomType::START) { in PaintBackground() 120 if (touchBottomType_ == TouchBottomType::END) { in PaintBackground() 127 if (touchBottomType_ == TouchBottomType::START) { in PaintBackground() 130 if (touchBottomType_ == TouchBottomType::END) { in PaintBackground() 589 touchBottomType_ = touchBottomType; in UpdateTouchBottomAnimation()
|
H A D | dot_indicator_paint_method.cpp | 80 if (touchBottomType_ != TouchBottomType::NONE) { in UpdateContentModifier() 465 if (touchBottomType_ != TouchBottomType::NONE) { in UpdateBackground() 482 if (touchBottomType_ == TouchBottomType::START) { in UpdateBackground() 491 touchBottomType_, vectorBlackPointCenterX_, longPointCenterX_, touchBottomRate_); in UpdateBackground()
|
H A D | dot_indicator_modifier.h | 370 TouchBottomType touchBottomType_ = TouchBottomType::NONE; variable
|
H A D | overlength_dot_indicator_paint_method.cpp | 76 if (touchBottomType_ == TouchBottomType::NONE && !isPressed_ && !isHover_) { in UpdateContentModifier()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/indicator_common/ |
H A D | swiper_indicator_pattern.h | 104 paintMethod->SetIsTouchBottom(touchBottomType_); in SetDotIndicatorPaintMethodInfo() 216 TouchBottomType touchBottomType_ = TouchBottomType::NONE; variable
|
H A D | swiper_indicator_pattern.cpp | 558 touchBottomType_ = TouchBottomType::NONE; in HandleDragEnd() 612 touchBottomType_ = touchBottomType; in CheckIsTouchBottom() 670 touchBottomType_ = touchBottomType; in CheckIsTouchBottom()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/ |
H A D | swiper_pattern.h | 138 return touchBottomType_; in GetTouchBottomTypeLoop() 992 TouchBottomTypeLoop touchBottomType_ = TouchBottomTypeLoop::TOUCH_BOTTOM_TYPE_LOOP_NONE; variable
|
H A D | swiper_pattern.cpp | 2553 touchBottomType_ = TouchBottomTypeLoop::TOUCH_BOTTOM_TYPE_LOOP_NONE; in CheckMarkDirtyNodeForRenderIndicator() 2560 touchBottomType_ = TouchBottomTypeLoop::TOUCH_BOTTOM_TYPE_LOOP_NONE; in CheckMarkDirtyNodeForRenderIndicator() 5456 touchBottomType_ = TouchBottomTypeLoop::TOUCH_BOTTOM_TYPE_LOOP_LEFT; in HandleTouchBottomLoopOnRTL() 5458 touchBottomType_ = TouchBottomTypeLoop::TOUCH_BOTTOM_TYPE_LOOP_RIGHT; in HandleTouchBottomLoopOnRTL() 5465 touchBottomType_ = TouchBottomTypeLoop::TOUCH_BOTTOM_TYPE_LOOP_LEFT; in HandleTouchBottomLoopOnRTL() 5471 touchBottomType_ = TouchBottomTypeLoop::TOUCH_BOTTOM_TYPE_LOOP_RIGHT; in HandleTouchBottomLoopOnRTL() 5490 touchBottomType_ = TouchBottomTypeLoop::TOUCH_BOTTOM_TYPE_LOOP_LEFT; in HandleTouchBottomLoop() 5492 touchBottomType_ = TouchBottomTypeLoop::TOUCH_BOTTOM_TYPE_LOOP_RIGHT; in HandleTouchBottomLoop() 5504 touchBottomType_ = TouchBottomTypeLoop::TOUCH_BOTTOM_TYPE_LOOP_LEFT; in HandleTouchBottomLoop() 5507 touchBottomType_ = TouchBottomTypeLoop::TOUCH_BOTTOM_TYPE_LOOP_RIGHT; in HandleTouchBottomLoop()
|