Searched refs:lv_anim_path_overshoot (Results 1 – 9 of 9) sorted by relevance
/lvgl-latest/examples/anim/ |
D | lv_example_anim_timeline_1.c | 114 lv_anim_set_path_cb(&a1, lv_anim_path_overshoot); in lv_example_anim_timeline_1() 131 lv_anim_set_path_cb(&a3, lv_anim_path_overshoot); in lv_example_anim_timeline_1() 148 lv_anim_set_path_cb(&a5, lv_anim_path_overshoot); in lv_example_anim_timeline_1()
|
D | lv_example_anim_1.c | 21 lv_anim_set_path_cb(&a, lv_anim_path_overshoot); in sw_event_cb()
|
D | lv_example_anim_4.c | 28 lv_anim_set_path_cb(&a, lv_anim_path_overshoot); in sw_event_cb()
|
/lvgl-latest/examples/widgets/button/ |
D | lv_example_button_3.c | 17 … lv_style_transition_dsc_init(&transition_dsc_def, props, lv_anim_path_overshoot, 250, 100, NULL); in lv_example_button_3()
|
/lvgl-latest/src/misc/ |
D | lv_anim.h | 534 int32_t lv_anim_path_overshoot(const lv_anim_t * a);
|
D | lv_anim.c | 287 int32_t lv_anim_path_overshoot(const lv_anim_t * a) in lv_anim_path_overshoot() function
|
/lvgl-latest/tests/src/test_cases/ |
D | test_anim_timeline.c | 490 lv_anim_set_path_cb(&anim2, lv_anim_path_overshoot); in test_anim_timeline_with_anim_start_cb_and_completed_cb()
|
/lvgl-latest/demos/music/ |
D | lv_demo_music_main.c | 740 lv_anim_set_path_cb(&a, lv_anim_path_overshoot); in track_load()
|
/lvgl-latest/docs/details/main-components/ |
D | animation.rst | 154 - :cpp:func:`lv_anim_path_overshoot`: overshoot the end value
|