Searched refs:weston_view_animation (Results 1 – 6 of 6) sorted by relevance
/third_party/weston/libweston/ |
D | animation.c | 127 typedef void (*weston_view_animation_frame_func_t)(struct weston_view_animation *animation); 129 struct weston_view_animation { struct 144 weston_view_animation_destroy(struct weston_view_animation *animation) in weston_view_animation_destroy() argument 160 struct weston_view_animation *animation = in handle_animation_view_destroy() 162 struct weston_view_animation, listener); in handle_animation_view_destroy() 172 struct weston_view_animation *animation = in weston_view_animation_frame() 174 struct weston_view_animation, animation); in weston_view_animation_frame() 208 struct weston_view_animation *animation = data; in idle_animation_destroy() 213 static struct weston_view_animation * 222 struct weston_view_animation *animation; in weston_view_animation_create() [all …]
|
/third_party/weston/include/libweston/ |
D | libweston.h | 1880 struct weston_view_animation; 1881 typedef void (*weston_view_animation_done_func_t)(struct weston_view_animation *animation, void *da… 1884 weston_view_animation_destroy(struct weston_view_animation *animation); 1886 struct weston_view_animation * 1890 struct weston_view_animation * 1895 struct weston_view_animation * 1900 struct weston_view_animation * 1906 weston_fade_update(struct weston_view_animation *fade, float target); 1908 struct weston_view_animation * 1913 struct weston_view_animation *
|
/third_party/weston/desktop-shell/ |
D | shell.h | 107 struct weston_view_animation *focus_animation; 125 struct weston_view_animation *animation;
|
D | input-panel.c | 48 struct weston_view_animation *anim; 55 input_panel_slide_done(struct weston_view_animation *animation, void *data) in input_panel_slide_done()
|
D | exposay.c | 93 exposay_animate_in_done(struct weston_view_animation *animation, void *data) in exposay_animate_in_done() 126 exposay_animate_out_done(struct weston_view_animation *animation, void *data) in exposay_animate_out_done()
|
D | shell.c | 612 focus_animation_done(struct weston_view_animation *animation, void *data) in focus_animation_done() 2346 fade_out_done(struct weston_view_animation *animation, void *data) in fade_out_done() 4031 shell_fade_done_for_output(struct weston_view_animation *animation, void *data) in shell_fade_done_for_output()
|