Home
last modified time | relevance | path

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

/foundation/window/window_manager/wmserver/include/
Danimation_config.h27 struct WindowAnimationConfig { struct
28 struct AnimationTiming {
31 } animationTiming_;
32 float opacity_ = 0;
/foundation/window/window_manager/window_scene/interfaces/include/
Dws_common.h814 struct WindowAnimationConfig { struct
815 int32_t duration_ = 0;
816 std::string curveType_ = "easeOut";
817 float ctrlX1_ = 0.2f;
818 float ctrlY1_ = 0.0f;
819 float ctrlX2_ = 0.2f;
820 float ctrlY2_ = 1.0f;
821 float scaleX_ = 0.0f;
822 float scaleY_ = 0.0f;
823 float rotationX_ = 0.0f;
[all …]