Home
last modified time | relevance | path

Searched refs:touchBottomType_ (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_indicator_common_test_ng.cpp410 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 Dswiper_event_test_ng.cpp935 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 Dswiper_indicator_extent_test_ng.cpp166 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 Dswiper_indicator_modifier_test_ng.cpp138 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 Ddot_indicator_paint_method.h131 touchBottomType_ = touchBottomType; in SetIsTouchBottom()
214 TouchBottomType touchBottomType_ = TouchBottomType::NONE; variable
H A Ddot_indicator_modifier.cpp117 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 Ddot_indicator_paint_method.cpp80 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 Ddot_indicator_modifier.h370 TouchBottomType touchBottomType_ = TouchBottomType::NONE; variable
H A Doverlength_dot_indicator_paint_method.cpp76 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 Dswiper_indicator_pattern.h104 paintMethod->SetIsTouchBottom(touchBottomType_); in SetDotIndicatorPaintMethodInfo()
216 TouchBottomType touchBottomType_ = TouchBottomType::NONE; variable
H A Dswiper_indicator_pattern.cpp558 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 Dswiper_pattern.h138 return touchBottomType_; in GetTouchBottomTypeLoop()
992 TouchBottomTypeLoop touchBottomType_ = TouchBottomTypeLoop::TOUCH_BOTTOM_TYPE_LOOP_NONE; variable
H A Dswiper_pattern.cpp2553 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()