Home
last modified time | relevance | path

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

/lvgl-latest/src/misc/
Dlv_anim.h424 bool lv_anim_custom_delete(lv_anim_t * a, lv_anim_custom_exec_cb_t exec_cb);
Dlv_anim.c480 bool lv_anim_custom_delete(lv_anim_t * a, lv_anim_custom_exec_cb_t exec_cb) in lv_anim_custom_delete() function
/lvgl-latest/demos/smartwatch/
Dlv_demo_smartwatch_home.c196 lv_anim_custom_delete(&seconds_animation, NULL); in lv_demo_smartwatch_face_update_seconds()