Home
last modified time | relevance | path

Searched defs:WindowAnimationConfig (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/window/window_manager/wmserver/include/
H A Danimation_config.h26 struct WindowAnimationConfig { struct
27 struct AnimationTiming {
30 } animationTiming_;
31 float opacity_ = 0;
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/include/
H A Dws_common.h522 struct WindowAnimationConfig { struct
523 int32_t duration_ = 0;
547 struct StartingWindowAnimationConfig { argument