Home
last modified time | relevance | path

Searched refs:gx_animation_id (Results 1 – 10 of 10) sorted by relevance

/GUIX-v6.2.1/common/src/
Dgx_animation_complete.c79 if (animation -> gx_animation_info.gx_animation_id) in _gx_animation_complete_event_send()
93 complete_event.gx_event_sender = animation -> gx_animation_info.gx_animation_id; in _gx_animation_complete_event_send()
/GUIX-v6.2.1/samples/demo_guix_home_automation/
Dscreen_base.c167 info.gx_animation_id = ANIMATION_ID_FOOTER_HOME; in footer_icons_animation_start()
182 info.gx_animation_id = ANIMATION_ID_FOOTER_SETTING; in footer_icons_animation_start()
198 info.gx_animation_id = ANIMATION_ID_FOOTER_ADD; in footer_icons_animation_start()
225 info.gx_animation_id = ANIMATION_ID_SCREEN_CHILDREN; in title_animation_start()
261 slide_animation_info.gx_animation_id = ANIMATION_ID_DRAG_SLIDE; in slide_animation_start()
455 animation_info.gx_animation_id = ANIMATION_ID_PAGE_SLIDE; in screen_list_slide()
Dweather.c226 animation_info.gx_animation_id = ANIMATION_ID_SCREEN_CHILDREN; in start_weather_children_animation()
/GUIX-v6.2.1/samples/demo_guix_smart_watch/
Dpage_2_clock_4_screen.c39 info.gx_animation_id = CLOCK_SLIDE_ANIMATION_ID; in clock_slide_animation_start()
Ddemo_guix_smart_watch.c292 slide_animation_info.gx_animation_id = SCREEN_DRAG_ANIMATION_ID; in enable_vertical_slide_animation()
321 slide_animation_info.gx_animation_id = SCREEN_DRAG_ANIMATION_ID; in enable_horizontal_slide_animation()
531 animation_info.gx_animation_id = SCREEN_SLIDE_ANIMATION_ID; in page_screen_slide()
649 animation_info.gx_animation_id = SCREEN_SLIDE_ANIMATION_ID; in container_screen_slide()
Dpage_2_clock_5_screen.c55 info.gx_animation_id = CLOCK_SLIDE_ANIMATION_ID; in clock_slide_animation_start()
/GUIX-v6.2.1/samples/demo_guix_industrial/
Ddemo_guix_industrial.c349 info.gx_animation_id = ANI_ID_SEQ_WIN_FADE_IN; in screen_toggle_animation_start()
410 info.gx_animation_id = ANI_ID_SEQ_WIN_FADE_OUT; in screen_toggle_animation_start()
/GUIX-v6.2.1/tutorials/demo_guix_transitions/
Ddemo_guix_transitions.c213 transition_animation_info.gx_animation_id = animation_id; in InitSlideTransition()
/GUIX-v6.2.1/tutorials/demo_guix_widget_animation/
Ddemo_guix_widget_animation.c152 animation_info.gx_animation_id = ANIMATION_ID; in animation_start()
/GUIX-v6.2.1/common/inc/
Dgx_api.h2810 USHORT gx_animation_id; member