Home
last modified time | relevance | path

Searched refs:isSwiperTouchDown (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 Doverlength_dot_indicator_modifier.h164 void SetIsSwiperTouchDown(bool isSwiperTouchDown) in SetIsSwiperTouchDown() argument
166 isSwiperTouchDown_ = isSwiperTouchDown; in SetIsSwiperTouchDown()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/indicator_common/
H A Dswiper_indicator_pattern.cpp906 auto isSwiperTouchDown = swiperPattern->IsTouchDownOnOverlong(); in UpdateOverlongPaintMethod() local
909 …auto keepStatus = !isSwiperTouchDown && !isSwiperAnimationRunning && animationStartIndex != animat… in UpdateOverlongPaintMethod()
928 if (isSwiperTouchDown && (loopDrag || nonLoopDrag)) { in UpdateOverlongPaintMethod()
936 overlongDotIndicatorModifier_->SetIsSwiperTouchDown(isSwiperTouchDown); in UpdateOverlongPaintMethod()