Home
last modified time | relevance | path

Searched refs:slide_animation (Results 1 – 7 of 7) sorted by relevance

/GUIX-v6.2.1/samples/demo_guix_smart_watch/
Ddemo_guix_smart_watch.c28 static GX_ANIMATION slide_animation; variable
187 gx_animation_create(&slide_animation); in demo_thread_entry()
298 gx_animation_canvas_define(&slide_animation, &animation_canvas); in enable_vertical_slide_animation()
301 gx_animation_drag_enable(&slide_animation, (GX_WIDGET*)&main_screen, &slide_animation_info); in enable_vertical_slide_animation()
327 gx_animation_canvas_define(&slide_animation, &animation_canvas); in enable_horizontal_slide_animation()
331 …gx_animation_drag_enable(&slide_animation, slide_animation_info.gx_animation_parent, &slide_animat… in enable_horizontal_slide_animation()
485 if (slide_animation.gx_animation_status != GX_ANIMATION_IDLE) in page_screen_slide()
592 if (slide_animation.gx_animation_status != GX_ANIMATION_IDLE) in container_screen_slide()
788 if (slide_animation.gx_animation_status == GX_ANIMATION_IDLE) in main_screen_event_process()
797 if (slide_animation.gx_animation_status == GX_ANIMATION_IDLE && slide_pen_down_valid) in main_screen_event_process()
[all …]
/GUIX-v6.2.1/samples/demo_guix_home_automation/
Dscreen_base.c4 extern GX_ANIMATION slide_animation;
118 slide_animation.gx_animation_status != GX_ANIMATION_IDLE) in is_animation_active()
266 gx_animation_drag_enable(&slide_animation, (GX_WIDGET *)window, &slide_animation_info); in slide_animation_start()
646 gx_animation_drag_disable(&slide_animation, (GX_WIDGET *)window); in slide_win_event_process()
694 …gx_animation_drag_disable(&slide_animation, (GX_WIDGET*)&((SCREEN_BASE_CONTROL_BLOCK*)window)->scr… in screen_base_event_process()
732 …gx_animation_drag_disable(&slide_animation, (GX_WIDGET *)&((SCREEN_BASE_CONTROL_BLOCK *)window)->s… in screen_base_event_process()
Dthermostat.c30 extern GX_ANIMATION slide_animation;
252 …gx_animation_drag_disable(&slide_animation, (GX_WIDGET *)&thermostat_screen.base.screen_base_slide… in thermostat_screen_animation_start()
Dweather.c99 extern GX_ANIMATION slide_animation;
291 …gx_animation_drag_disable(&slide_animation, (GX_WIDGET *)&weather_screen.base.screen_base_slide_wi… in weather_screen_animation_start()
Dlights.c26 extern GX_ANIMATION slide_animation;
270 …gx_animation_drag_disable(&slide_animation, (GX_WIDGET *)&lights_screen.base.screen_base_slide_win… in lights_screen_animation_start()
Dlocks.c40 extern GX_ANIMATION slide_animation;
434 …gx_animation_drag_disable(&slide_animation, (GX_WIDGET *)&locks_screen.base.screen_base_slide_win); in start_lock_children_animation()
Ddemo_guix_home_automation.c26 GX_ANIMATION slide_animation; variable
155 gx_animation_create(&slide_animation); in guix_setup()