Searched refs:swiperAnimationController (Results 1 – 2 of 2) sorted by relevance
534 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 …]
507 auto swiperAnimationController = swiperNode->GetPattern<SwiperPattern>()->GetController(); in HandlingLeftButtonClickEvent() local508 if (swiperAnimationController && !swiperAnimationController->IsStopped()) { in HandlingLeftButtonClickEvent()525 auto swiperAnimationController = swiperNode->GetPattern<SwiperPattern>()->GetController(); in HandlingRightButtonClickEvent() local526 if (swiperAnimationController && !swiperAnimationController->IsStopped()) { in HandlingRightButtonClickEvent()