Searched refs:frictionController_ (Results 1 – 6 of 6) sorted by relevance
139 if (frictionController_ && frictionController_->IsRunning()) { in StopMotion()140 frictionController_->Stop(); in StopMotion()370 RefPtr<Animator> frictionController_; variable
731 if (!frictionController_) { in HandleDragEnd()732 frictionController_ = CREATE_ANIMATOR(PipelineContext::GetCurrentContext()); in HandleDragEnd()733 frictionController_->AddStopListener([weakBar = AceType::WeakClaim(this)]() { in HandleDragEnd()739 frictionController_->PlayMotion(frictionMotion_); in HandleDragEnd()
626 if (frictionController_ && frictionController_->IsRunning()) { in StopFlingAnimation()627 frictionController_->Stop(); in StopFlingAnimation()712 if (!frictionController_) { in HandleDragEnd()713 frictionController_ = CREATE_ANIMATOR(PipelineContext::GetCurrentContext()); in HandleDragEnd()714 frictionController_->AddStopListener([weakBar = AceType::WeakClaim(this)]() { in HandleDragEnd()720 frictionController_->PlayMotion(frictionMotion_); in HandleDragEnd()728 if (frictionController_ && frictionController_->IsRunning()) { in ProcessFrictionMotion()729 frictionController_->Stop(); in ProcessFrictionMotion()
472 RefPtr<Animator> frictionController_; variable
94 EXPECT_TRUE(scrollBar_->frictionController_->IsRunning());107 EXPECT_TRUE(scrollBar_->frictionController_->IsRunning());117 EXPECT_TRUE(scrollBar_->frictionController_->IsStopped());123 EXPECT_TRUE(scrollBar_->frictionController_->IsStopped());128 EXPECT_TRUE(scrollBar_->frictionController_->IsStopped());
377 EXPECT_TRUE(pattern_->frictionController_->IsRunning());388 EXPECT_TRUE(pattern_->frictionController_->IsRunning());