Home
last modified time | relevance | path

Searched refs:CLOCK_SLIDE_ANIMATION_ID (Results 1 – 3 of 3) sorted by relevance

/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()
96 if (event_ptr->gx_event_sender == CLOCK_SLIDE_ANIMATION_ID) in clock_4_screen_event_process()
Dpage_2_clock_5_screen.c55 info.gx_animation_id = CLOCK_SLIDE_ANIMATION_ID; in clock_slide_animation_start()
111 if (event_ptr->gx_event_sender == CLOCK_SLIDE_ANIMATION_ID) in clock_5_screen_event_process()
Ddemo_guix_smart_watch.h14 #define CLOCK_SLIDE_ANIMATION_ID 2 macro