Searched refs:lv_obj_set_style_anim_duration (Results 1 – 9 of 9) sorted by relevance
/lvgl-latest/examples/widgets/slider/ |
D | lv_example_slider_1.c | 17 lv_obj_set_style_anim_duration(slider, 2000, 0); in lv_example_slider_1()
|
/lvgl-latest/src/ |
D | lv_api_map_v8.h | 280 #define lv_obj_set_style_anim_time lv_obj_set_style_anim_duration
|
/lvgl-latest/docs/details/widgets/ |
D | roller.rst | 32 :cpp:func:`lv_obj_set_style_anim_duration` to set this value.
|
/lvgl-latest/demos/stress/ |
D | lv_demo_stress.c | 168 lv_obj_set_style_anim_duration(obj, LV_DEMO_STRESS_TIME_STEP * 8, 0); in obj_test_task_cb()
|
/lvgl-latest/demos/ebike/ |
D | lv_demo_ebike_home.c | 308 lv_obj_set_style_anim_duration(roller, 1000, 0); in roller_create()
|
/lvgl-latest/demos/high_res/ |
D | lv_demo_high_res_app_smart_home.c | 313 lv_obj_set_style_anim_duration(slider, lv_anim_speed(2000), 0); in create_widget2()
|
/lvgl-latest/src/core/ |
D | lv_obj_style_gen.c | 741 void lv_obj_set_style_anim_duration(lv_obj_t * obj, uint32_t value, lv_style_selector_t selector) in lv_obj_set_style_anim_duration() function
|
D | lv_obj_style_gen.h | 857 void lv_obj_set_style_anim_duration(lv_obj_t * obj, uint32_t value, lv_style_selector_t selector);
|
/lvgl-latest/demos/music/ |
D | lv_demo_music_main.c | 618 lv_obj_set_style_anim_duration(slider_obj, 100, 0); in create_ctrl_box()
|