Searched refs:lv_anim_set_custom_exec_cb (Results 1 – 5 of 5) sorted by relevance
/lvgl-latest/examples/anim/ |
D | lv_example_anim_timeline_1.c | 104 lv_anim_set_custom_exec_cb(&a_slider, set_slider_value); in lv_example_anim_timeline_1() 113 lv_anim_set_custom_exec_cb(&a1, set_width); in lv_example_anim_timeline_1() 121 lv_anim_set_custom_exec_cb(&a2, set_height); in lv_example_anim_timeline_1() 130 lv_anim_set_custom_exec_cb(&a3, set_width); in lv_example_anim_timeline_1() 138 lv_anim_set_custom_exec_cb(&a4, set_height); in lv_example_anim_timeline_1() 147 lv_anim_set_custom_exec_cb(&a5, set_width); in lv_example_anim_timeline_1() 155 lv_anim_set_custom_exec_cb(&a6, set_height); in lv_example_anim_timeline_1()
|
/lvgl-latest/tests/src/test_cases/ |
D | test_anim.c | 71 lv_anim_set_custom_exec_cb(&a, custom_exec_cb); in test_anim_delete_custom()
|
/lvgl-latest/src/misc/ |
D | lv_anim.h | 247 void lv_anim_set_custom_exec_cb(lv_anim_t * a, lv_anim_custom_exec_cb_t exec_cb);
|
D | lv_anim.c | 385 void lv_anim_set_custom_exec_cb(lv_anim_t * a, lv_anim_custom_exec_cb_t exec_cb) in lv_anim_set_custom_exec_cb() function
|
/lvgl-latest/demos/smartwatch/ |
D | lv_demo_smartwatch.c | 579 lv_anim_set_custom_exec_cb(&anim_opa, anim_set_opacity_cb); in obj_set_opacity_anim()
|