Home
last modified time | relevance | path

Searched refs:keepStatus (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/dot_indicator/
H A Doverlength_dot_indicator_paint_method.h64 void SetKeepStatus(bool keepStatus) in SetKeepStatus() argument
66 keepStatus_ = keepStatus; in SetKeepStatus()
H A Doverlength_dot_indicator_modifier.h174 void SetKeepStatus(bool keepStatus) in SetKeepStatus() argument
176 keepStatus_ = keepStatus; in SetKeepStatus()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/indicator_common/
H A Dswiper_indicator_pattern.cpp909 …auto keepStatus = !isSwiperTouchDown && !isSwiperAnimationRunning && animationStartIndex != animat… in UpdateOverlongPaintMethod() local
913 keepStatus = true; in UpdateOverlongPaintMethod()
933 overlongPaintMethod->SetKeepStatus(keepStatus); in UpdateOverlongPaintMethod()