Home
last modified time | relevance | path

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

/foundation/window/window_manager/previewer/include/
Dwm_common.h728 struct RectAnimationConfig { struct
729 uint32_t duration = 0; // Duartion of the animation, in milliseconds.
730 float x1 = 0.0f; // X coordinate of the first point on the Bezier curve.
731 float y1 = 0.0f; // Y coordinate of the first point on the Bezier curve.
732 float x2 = 0.0f; // X coordinate of the second point on the Bezier curve.
733 float y2 = 0.0f; // Y coordinate of the second point on the Bezier curve.
/foundation/window/window_manager/interfaces/innerkits/wm/
Dwm_common.h1152 struct RectAnimationConfig { struct
1153 uint32_t duration = 0; // Duartion of the animation, in milliseconds.
1154 float x1 = 0.0f; // X coordinate of the first point on the Bezier curve.
1155 float y1 = 0.0f; // Y coordinate of the first point on the Bezier curve.
1156 float x2 = 0.0f; // X coordinate of the second point on the Bezier curve.
1157 float y2 = 0.0f; // Y coordinate of the second point on the Bezier curve.