Searched refs:mouseAnimationController_ (Results 1 – 2 of 2) sorted by relevance
185 if (!mouseAnimationController_) { in ResetMouseController()188 if (mouseAnimationController_->IsRunning()) { in ResetMouseController()189 mouseAnimationController_->Stop(); in ResetMouseController()191 mouseAnimationController_->ClearInterpolators(); in ResetMouseController()192 mouseAnimationController_->ClearAllListeners(); in ResetMouseController()202 if (!mouseAnimationController_) { in ResetHoverAnimation()225 mouseAnimationController_->AddInterpolator(animation); in ResetHoverAnimation()237 if (!mouseAnimationController_) { in ResetPressAnimation()266 mouseAnimationController_->AddInterpolator(animation); in ResetPressAnimation()281 mouseAnimationController_->Forward(); in StartHoverAnimation()[all …]
114 RefPtr<Animator> mouseAnimationController_; variable