Searched refs:lv_obj_scroll_to_view (Results 1 – 12 of 12) sorted by relevance
/lvgl-latest/examples/widgets/list/ |
D | lv_example_list_2.c | 42 lv_obj_scroll_to_view(currentButton, LV_ANIM_ON); in event_handler_top() 54 lv_obj_scroll_to_view(currentButton, LV_ANIM_ON); in event_handler_up() 69 lv_obj_scroll_to_view(currentButton, LV_ANIM_ON); in event_handler_center() 81 lv_obj_scroll_to_view(currentButton, LV_ANIM_ON); in event_handler_dn() 91 lv_obj_scroll_to_view(currentButton, LV_ANIM_ON); in event_handler_bottom() 106 lv_obj_scroll_to_view(currentButton, LV_ANIM_ON); in event_handler_swap()
|
/lvgl-latest/src/others/gridnav/ |
D | lv_gridnav.c | 122 lv_obj_scroll_to_view(to_focus, anim_en); in lv_gridnav_set_focused() 236 lv_obj_scroll_to_view(guess, LV_ANIM_ON); in gridnav_event_cb() 245 lv_obj_scroll_to_view(dsc->focused_obj, LV_ANIM_OFF); in gridnav_event_cb() 260 lv_obj_scroll_to_view(child, LV_ANIM_OFF); in gridnav_event_cb()
|
/lvgl-latest/examples/scroll/ |
D | lv_example_scroll_3.c | 20 lv_obj_scroll_to_view(list_btn, LV_ANIM_ON); in float_button_event_cb()
|
D | lv_example_scroll_6.c | 77 lv_obj_scroll_to_view(lv_obj_get_child(cont, 0), LV_ANIM_OFF); in lv_example_scroll_6()
|
/lvgl-latest/src/core/ |
D | lv_obj_scroll.h | 241 void lv_obj_scroll_to_view(lv_obj_t * obj, lv_anim_enable_t anim_en);
|
D | lv_obj_scroll.c | 389 void lv_obj_scroll_to_view(lv_obj_t * obj, lv_anim_enable_t anim_en) in lv_obj_scroll_to_view() function
|
/lvgl-latest/demos/multilang/ |
D | lv_demo_multilang.c | 279 lv_obj_scroll_to_view(lv_obj_get_child(cont, 0), LV_ANIM_ON); in scroll_event_cb() 348 lv_obj_scroll_to_view(card, LV_ANIM_OFF); in card_create()
|
/lvgl-latest/demos/transform/ |
D | lv_demo_transform.c | 141 lv_obj_scroll_to_view(card, LV_ANIM_OFF); in card_create()
|
/lvgl-latest/demos/stress/ |
D | lv_demo_stress.c | 237 lv_obj_scroll_to_view(obj, LV_ANIM_ON); in obj_test_task_cb() 295 lv_obj_scroll_to_view(lv_obj_get_child(obj, -1), LV_ANIM_ON); in obj_test_task_cb()
|
/lvgl-latest/demos/music/ |
D | lv_demo_music_list.c | 162 lv_obj_scroll_to_view(btn, LV_ANIM_ON); in lv_demo_music_list_button_check()
|
/lvgl-latest/demos/smartwatch/ |
D | lv_demo_smartwatch_home.c | 162 lv_obj_scroll_to_view(lv_obj_get_child(face_select, index), LV_ANIM_OFF); in lv_demo_smartwatch_face_selected_cb() 219 lv_obj_scroll_to_view(lv_obj_get_child(face_select, index), LV_ANIM_OFF); in lv_demo_smartwatch_face_load()
|
/lvgl-latest/docs/details/base-widget/ |
D | scroll.rst | 275 - :cpp:expr:`lv_obj_scroll_to_view(widget, animation_enable)` Scroll ``obj``'s parent W…
|