Home
last modified time | relevance | path

Searched refs:AnimatorLogo (Results 1 - 2 of 2) sorted by relevance

/base/update/updater/services/ui/strategy/
H A Dlogo_strategy.h36 class AnimatorLogo final : public LogoStrategy {
38 explicit AnimatorLogo(const ComInfo &id) : LogoStrategy(id) { } in AnimatorLogo() function in Updater::final
39 ~AnimatorLogo() override = default;
H A Dlogo_strategy.cpp30 { "anim", [] (const ComInfo &id) { return std::make_unique<AnimatorLogo>(id); }}, in Factory()
39 void AnimatorLogo::Show() const in Show()
45 void AnimatorLogo::Hide() const in Hide()

Completed in 1 milliseconds