Home
last modified time | relevance | path

Searched refs:keepStatus_ (Results 1 – 4 of 4) 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.h66 keepStatus_ = keepStatus; in SetKeepStatus()
93 bool keepStatus_ = false; variable
H A Doverlength_dot_indicator_modifier.h176 keepStatus_ = keepStatus; in SetKeepStatus()
244 bool keepStatus_ = false; variable
H A Doverlength_dot_indicator_paint_method.cpp65 dotIndicatorModifier_->SetKeepStatus(keepStatus_); in UpdateContentModifier()
H A Doverlength_dot_indicator_modifier.cpp754 if (currentPageIndex == targetPageIndex || keepStatus_) { in CalcTargetSelectedIndex()
768 …currentPageIndex == targetPageIndex || currentOverlongType_ == OverlongType::NONE || keepStatus_) { in CalcTargetOverlongStatus()