Home
last modified time | relevance | path

Searched refs:isRightTouchBottom (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/dot_indicator/
H A Ddot_indicator_modifier.cpp160 bool isRightTouchBottom = (currentIndex_ == 0); in GetTouchBottomCenterX() local
163 …(animationState_ == TouchBottomAnimationStage::STAGE_EXPAND_TO_LONG_POINT && isRightTouchBottom)) { in GetTouchBottomCenterX()
167 …nimationState_ == TouchBottomAnimationStage::STAGE_SHRINKT_TO_BLACK_POINT && isRightTouchBottom)) { in GetTouchBottomCenterX()
209 bool isRightTouchBottom = (currentIndex_ == 0); in PaintContent() local
210 bool isTouchBottom = (isLeftTouchBottom || isRightTouchBottom); in PaintContent()
216 if (isRightTouchBottom) { in PaintContent()
H A Doverlength_dot_indicator_modifier.cpp82 bool isRightTouchBottom = (currentIndex == 0); in GetTouchBottomCenterX() local
85 …(animationState_ == TouchBottomAnimationStage::STAGE_EXPAND_TO_LONG_POINT && isRightTouchBottom)) { in GetTouchBottomCenterX()
89 …nimationState_ == TouchBottomAnimationStage::STAGE_SHRINKT_TO_BLACK_POINT && isRightTouchBottom)) { in GetTouchBottomCenterX()