Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_indicator_common_test_ng.cpp749 indicatorPattern->changeIndexWithAnimation_ = false;
760 indicatorPattern->changeIndexWithAnimation_ = true;
785 indicatorPattern->changeIndexWithAnimation_ = false;
800 indicatorPattern->changeIndexWithAnimation_.reset();
827 indicatorPattern->changeIndexWithAnimation_ = true;
841 indicatorPattern->changeIndexWithAnimation_.reset();
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/indicator_common/
H A Dswiper_indicator_pattern.h151 changeIndexWithAnimation_ = withAnimation; in SetChangeIndexWithAnimation()
227 std::optional<bool> changeIndexWithAnimation_; variable
H A Dswiper_indicator_pattern.cpp892 if (changeIndexWithAnimation_ && !changeIndexWithAnimation_.value()) { in UpdateOverlongPaintMethod()
900 if (!changeIndexWithAnimation_) { in UpdateOverlongPaintMethod()
910 !changeIndexWithAnimation_; in UpdateOverlongPaintMethod()
912 if (!changeIndexWithAnimation_ && gestureState_ == GestureState::GESTURE_STATE_NONE) { in UpdateOverlongPaintMethod()
938 changeIndexWithAnimation_.reset(); in UpdateOverlongPaintMethod()