Home
last modified time | relevance | path

Searched refs:BootIndependentDisplayStrategy (Results 1 - 3 of 3) sorted by relevance

/foundation/graphic/graphic_2d/frameworks/bootanimation/include/
H A Dboot_independent_display_strategy.h23 class BootIndependentDisplayStrategy : public BootAnimationStrategy { class
26 BootIndependentDisplayStrategy() = default;
28 virtual ~BootIndependentDisplayStrategy() = default;
H A Dboot_animation_factory.h38 strategy = std::make_shared<BootIndependentDisplayStrategy>(); in GetBootStrategy()
/foundation/graphic/graphic_2d/frameworks/bootanimation/src/
H A Dboot_independent_display_strategy.cpp22 void BootIndependentDisplayStrategy::Display(int32_t duration, std::vector<BootAnimationConfig>& configs) in Display()
24 LOGI("BootIndependentDisplayStrategy START"); in Display()

Completed in 1 milliseconds