/lvgl-3.7.0/demos/music/ |
D | lv_demo_music.c | 207 lv_obj_scroll_by(ctrl, 0, -LV_VER_RES, LV_ANIM_ON); in auto_step_cb() 210 lv_obj_scroll_by(ctrl, 0, -LV_VER_RES, LV_ANIM_ON); in auto_step_cb() 214 lv_obj_scroll_by(ctrl, 0, -LV_VER_RES, LV_ANIM_ON); in auto_step_cb() 218 lv_obj_scroll_by(list, 0, -300, LV_ANIM_ON); in auto_step_cb() 221 lv_obj_scroll_by(list, 0, 300, LV_ANIM_ON); in auto_step_cb() 227 lv_obj_scroll_by(ctrl, 0, LV_VER_RES, LV_ANIM_ON); in auto_step_cb() 231 lv_obj_scroll_by(ctrl, 0, LV_VER_RES, LV_ANIM_ON); in auto_step_cb()
|
D | lv_demo_music_list.c | 153 lv_obj_scroll_to_view(btn, LV_ANIM_ON); in _lv_demo_music_list_btn_check()
|
/lvgl-3.7.0/demos/stress/ |
D | lv_demo_stress.c | 121 lv_tabview_set_act(obj, 1, LV_ANIM_ON); in obj_test_timer_cb() 181 lv_bar_set_value(obj, 1800, LV_ANIM_ON); in obj_test_timer_cb() 182 lv_bar_set_start_value(obj, -500, LV_ANIM_ON); in obj_test_timer_cb() 188 lv_slider_set_value(obj, 5000, LV_ANIM_ON); /*Animate to out of range value*/ in obj_test_timer_cb() 237 lv_roller_set_selected(obj, 2, LV_ANIM_ON); in obj_test_timer_cb() 254 lv_obj_scroll_to_view(obj, LV_ANIM_ON); in obj_test_timer_cb() 289 lv_obj_set_tile_id(tv, 1, 1, LV_ANIM_ON); in obj_test_timer_cb() 307 lv_obj_scroll_to_view(lv_obj_get_child(obj, -1), LV_ANIM_ON); in obj_test_timer_cb() 369 lv_obj_scroll_by(main_page, 0, 20, LV_ANIM_ON); in obj_test_timer_cb() 391 lv_obj_scroll_by(main_page, 0, 20, LV_ANIM_ON); in obj_test_timer_cb() [all …]
|
/lvgl-3.7.0/examples/widgets/list/ |
D | lv_example_list_2.c | 44 lv_obj_scroll_to_view(currentButton, LV_ANIM_ON); in event_handler_top() 56 lv_obj_scroll_to_view(currentButton, LV_ANIM_ON); in event_handler_up() 71 lv_obj_scroll_to_view(currentButton, LV_ANIM_ON); in event_handler_center() 83 lv_obj_scroll_to_view(currentButton, LV_ANIM_ON); in event_handler_dn() 93 lv_obj_scroll_to_view(currentButton, LV_ANIM_ON); in event_handler_bottom() 108 lv_obj_scroll_to_view(currentButton, LV_ANIM_ON); in event_handler_swap()
|
/lvgl-3.7.0/docs/widgets/core/ |
D | bar.md | 13 …larger. The `anim_time` style property sets the animation time if the values set with `LV_ANIM_ON`. 19 A new value can be set by `lv_bar_set_value(bar, new_value, LV_ANIM_ON/OFF)`. 23 …_value` can be set with or without an animation depending on the last parameter (`LV_ANIM_ON/OFF`). 29 …setting the start value too by `lv_bar_set_start_value(bar, new_value, LV_ANIM_ON/OFF)`. The start…
|
D | slider.md | 16 To set an initial value use `lv_slider_set_value(slider, new_value, LV_ANIM_ON/OFF)`. The animatio… 24 …setting the start value too by `lv_bar_set_start_value(bar, new_value, LV_ANIM_ON/OFF)`. The start…
|
D | roller.md | 19 You can select an option manually with `lv_roller_set_selected(roller, id, LV_ANIM_ON/OFF)`, where …
|
/lvgl-3.7.0/src/extra/others/gridnav/ |
D | lv_gridnav.c | 130 lv_obj_scroll_by_bounded(dsc->focused_obj, -d, 0, LV_ANIM_ON); in gridnav_event_cb() 150 lv_obj_scroll_by_bounded(dsc->focused_obj, d, 0, LV_ANIM_ON); in gridnav_event_cb() 170 lv_obj_scroll_by_bounded(dsc->focused_obj, 0, -d, LV_ANIM_ON); in gridnav_event_cb() 189 lv_obj_scroll_by_bounded(dsc->focused_obj, 0, d, LV_ANIM_ON); in gridnav_event_cb() 212 lv_obj_scroll_to_view(guess, LV_ANIM_ON); in gridnav_event_cb()
|
/lvgl-3.7.0/examples/widgets/tabview/ |
D | lv_example_tabview_1.c | 39 lv_obj_scroll_to_view_recursive(label, LV_ANIM_ON); in lv_example_tabview_1()
|
/lvgl-3.7.0/docs/widgets/extra/ |
D | tileview.md | 26 … `lv_obj_set_tile(tileview, tile_obj, LV_ANIM_ON/OFF)` or `lv_obj_set_tile_id(tileviewv, col_id, r…
|
D | tabview.md | 40 - Use `lv_tabview_set_act(tabview, id, LV_ANIM_ON/OFF)` function
|
/lvgl-3.7.0/examples/widgets/bar/ |
D | lv_example_bar_2.c | 31 lv_bar_set_value(bar, 100, LV_ANIM_ON); in lv_example_bar_2()
|
D | lv_example_bar_3.c | 6 lv_bar_set_value(bar, temp, LV_ANIM_ON); in set_temp()
|
/lvgl-3.7.0/src/widgets/ |
D | lv_slider.c | 243 lv_bar_set_start_value(obj, new_value, LV_ANIM_ON); in lv_slider_event() 246 lv_bar_set_value(obj, new_value, LV_ANIM_ON); in lv_slider_event() 313 … if(!slider->left_knob_focus) lv_slider_set_value(obj, lv_slider_get_value(obj) + 1, LV_ANIM_ON); in lv_slider_event() 314 else lv_slider_set_left_value(obj, lv_slider_get_left_value(obj) + 1, LV_ANIM_ON); in lv_slider_event() 317 … if(!slider->left_knob_focus) lv_slider_set_value(obj, lv_slider_get_value(obj) - 1, LV_ANIM_ON); in lv_slider_event() 318 else lv_slider_set_left_value(obj, lv_slider_get_left_value(obj) - 1, LV_ANIM_ON); in lv_slider_event()
|
D | lv_roller.c | 368 refr_position(obj, LV_ANIM_ON); in lv_roller_event() 385 refr_position(obj, LV_ANIM_ON); in lv_roller_event() 393 lv_roller_set_selected(obj, roller->sel_opt_id + 1, LV_ANIM_ON); in lv_roller_event() 401 lv_roller_set_selected(obj, roller->sel_opt_id - 1, LV_ANIM_ON); in lv_roller_event() 713 lv_roller_set_selected(obj, new_opt, LV_ANIM_ON); in release_handler()
|
D | lv_table.c | 1106 lv_obj_scroll_by_bounded(obj, -a.x1, 0, LV_ANIM_ON); in scroll_to_selected_cell() 1109 lv_obj_scroll_by_bounded(obj, lv_obj_get_width(obj) - a.x2, 0, LV_ANIM_ON); in scroll_to_selected_cell() 1113 lv_obj_scroll_by_bounded(obj, 0, -a.y1, LV_ANIM_ON); in scroll_to_selected_cell() 1116 lv_obj_scroll_by_bounded(obj, 0, lv_obj_get_height(obj) - a.y2, LV_ANIM_ON); in scroll_to_selected_cell()
|
D | lv_textarea.c | 371 lv_obj_scroll_to_y(obj, cur_pos.y, LV_ANIM_ON); in lv_textarea_set_cursor_pos() 376 lv_obj_scroll_to_y(obj, cur_pos.y - h + font_h, LV_ANIM_ON); in lv_textarea_set_cursor_pos() 381 lv_obj_scroll_to_x(obj, cur_pos.x, LV_ANIM_ON); in lv_textarea_set_cursor_pos() 386 lv_obj_scroll_to_x(obj, cur_pos.x - w + font_h, LV_ANIM_ON); in lv_textarea_set_cursor_pos()
|
/lvgl-3.7.0/examples/scroll/ |
D | lv_example_scroll_3.c | 20 lv_obj_scroll_to_view(list_btn, LV_ANIM_ON); in float_btn_event_cb()
|
D | lv_example_scroll_2.c | 44 lv_obj_update_snap(panel, LV_ANIM_ON); in lv_example_scroll_2()
|
/lvgl-3.7.0/examples/widgets/menu/ |
D | lv_example_menu_4.c | 28 lv_obj_scroll_to_view_recursive(cont, LV_ANIM_ON); in float_btn_event_cb()
|
/lvgl-3.7.0/src/core/ |
D | lv_indev_scroll.c | 147 lv_obj_scroll_by(scroll_obj, 0, diff_y + y, LV_ANIM_ON); in _lv_indev_scroll_throw_handler() 171 lv_obj_scroll_by(scroll_obj, x + diff_x, 0, LV_ANIM_ON); in _lv_indev_scroll_throw_handler() 184 lv_obj_scroll_by(scroll_obj, 0, st, LV_ANIM_ON); in _lv_indev_scroll_throw_handler() 187 lv_obj_scroll_by(scroll_obj, 0, -sb, LV_ANIM_ON); in _lv_indev_scroll_throw_handler() 198 lv_obj_scroll_by(scroll_obj, sl, 0, LV_ANIM_ON); in _lv_indev_scroll_throw_handler() 201 lv_obj_scroll_by(scroll_obj, -sr, 0, LV_ANIM_ON); in _lv_indev_scroll_throw_handler()
|
/lvgl-3.7.0/docs/overview/ |
D | scroll.md | 135 - `lv_obj_scroll_by(obj, x, y, LV_ANIM_ON/OFF)` scroll by `x` and `y` values 136 - `lv_obj_scroll_to(obj, x, y, LV_ANIM_ON/OFF)` scroll to bring the given coordinate to the top lef… 137 - `lv_obj_scroll_to_x(obj, x, LV_ANIM_ON/OFF)` scroll to bring the given coordinate to the left side 138 - `lv_obj_scroll_to_y(obj, y, LV_ANIM_ON/OFF)` scroll to bring the given coordinate to the top side
|
D | object.md | 43 lv_slider_set_value(slider1, 40, LV_ANIM_ON); /*Set the current value (position)*/
|
/lvgl-3.7.0/src/misc/ |
D | lv_anim.h | 39 LV_ANIM_ON, enumerator
|
/lvgl-3.7.0/src/extra/widgets/tabview/ |
D | lv_tabview.c | 347 lv_tabview_set_act(tv, t, LV_ANIM_ON); in cont_scroll_end_event_cb()
|