Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/shelf/
H A Dshelf_view.cc1793 if (fade_out_animation_tracker_) { in OnFadeOutAnimationEnded()
1794 fade_out_animation_tracker_->Stop(); in OnFadeOutAnimationEnded()
1795 fade_out_animation_tracker_.reset(); in OnFadeOutAnimationEnded()
2015 if (!fade_out_animation_tracker_) { in ShelfItemRemoved()
2016 fade_out_animation_tracker_.emplace( in ShelfItemRemoved()
2018 fade_out_animation_tracker_->Start(metrics_util::ForSmoothness( in ShelfItemRemoved()
H A Dshelf_view.h703 base::Optional<ui::ThroughputTracker> fade_out_animation_tracker_; variable