Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/stepper/
H A Dstepper_test_ng.cpp534 ASSERT_NE(swiperAnimationController, nullptr);
538 swiperAnimationController->status_ = Animator::Status::STOPPED;
540 swiperAnimationController->status_ = Animator::Status::RUNNING;
546 swiperAnimationController->status_ = Animator::Status::STOPPED;
833 ASSERT_NE(swiperAnimationController, nullptr);
837 swiperAnimationController->status_ = Animator::Status::STOPPED;
839 swiperAnimationController->status_ = Animator::Status::RUNNING;
882 ASSERT_NE(swiperAnimationController, nullptr);
886 swiperAnimationController->status_ = Animator::Status::STOPPED;
888 swiperAnimationController->status_ = Animator::Status::RUNNING;
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stepper/
H A Dstepper_pattern.cpp507 auto swiperAnimationController = swiperNode->GetPattern<SwiperPattern>()->GetController(); in HandlingLeftButtonClickEvent() local
508 if (swiperAnimationController && !swiperAnimationController->IsStopped()) { in HandlingLeftButtonClickEvent()
525 auto swiperAnimationController = swiperNode->GetPattern<SwiperPattern>()->GetController(); in HandlingRightButtonClickEvent() local
526 if (swiperAnimationController && !swiperAnimationController->IsStopped()) { in HandlingRightButtonClickEvent()