Searched refs:isSweeping_ (Results 1 – 3 of 3) sorted by relevance
585 progressModifier->isSweeping_ = true;662 progressModifier->isSweeping_ = false;673 progressModifier->isSweeping_ = true;1020 progressModifier->isSweeping_ = false;1034 progressModifier->isSweeping_ = true;1051 progressModifier->isSweeping_ = true;1213 EXPECT_EQ(modifier->isSweeping_, true);1261 EXPECT_EQ(modifier->isSweeping_, true);1317 EXPECT_EQ(modifier->isSweeping_, true);1325 EXPECT_EQ(modifier->isSweeping_, true);[all …]
184 if (!isSweeping_ && sweepEffect_->Get() && isVisible_) { in StartCapsuleSweepingAnimation()200 isSweeping_ = true; in StartCapsuleSweepingAnimationImpl()272 if (isSweeping_) { in SetVisible()383 if (!isSweeping_ && ringSweepEffect_->Get()) { in StartRingSweepingAnimation()407 isSweeping_ = true; in StartRingSweepingAnimationImpl()446 isSweeping_ = true; in StartContinuousSweepingAnimation()503 if (isSweeping_) { in StopSweepingAnimation()504 isSweeping_ = false; in StopSweepingAnimation()551 if (!isSweeping_ && linearSweepEffect_->Get()) { in StartLinearSweepingAnimation()575 isSweeping_ = true; in StartLinearSweepingAnimationImpl()
154 bool isSweeping_ = false; variable