Home
last modified time | relevance | path

Searched refs:lv_obj_get_scroll_bottom (Results 1 – 10 of 10) sorted by relevance

/lvgl-latest/examples/scroll/
Dlv_example_scroll_7.c31 while(bottom_num > -30 && lv_obj_get_scroll_bottom(obj) < 200) { in update_scroll()
39 int32_t bottom_before = lv_obj_get_scroll_bottom(obj); in update_scroll()
43 int32_t bottom_after = lv_obj_get_scroll_bottom(obj); in update_scroll()
49 while(lv_obj_get_scroll_bottom(obj) > 600) { in update_scroll()
58 int32_t bottom_before = lv_obj_get_scroll_bottom(obj); in update_scroll()
62 int32_t bottom_after = lv_obj_get_scroll_bottom(obj); in update_scroll()
Dlv_example_scroll_1.c22 lv_obj_get_scroll_bottom(panel), in scroll_update_cb()
/lvgl-latest/src/core/
Dlv_obj_scroll.h152 int32_t lv_obj_get_scroll_bottom(lv_obj_t * obj);
Dlv_obj_scroll.c136 int32_t lv_obj_get_scroll_bottom(lv_obj_t * obj) in lv_obj_get_scroll_bottom() function
294 int32_t scroll_max = lv_obj_get_scroll_top(obj) + lv_obj_get_scroll_bottom(obj); in lv_obj_scroll_by_bounded()
482 int32_t sb = lv_obj_get_scroll_bottom(obj); in lv_obj_get_scrollbar_area()
655 int32_t sb = lv_obj_get_scroll_bottom(obj); in lv_obj_readjust_scroll()
733 int32_t sb = lv_obj_get_scroll_bottom(parent); in scroll_area_into_view()
Dlv_obj.c134 .getter = lv_obj_get_scroll_bottom,
/lvgl-latest/src/indev/
Dlv_indev_scroll.c105 int32_t sb = lv_obj_get_scroll_bottom(scroll_obj); in lv_indev_scroll_handler()
147 int32_t sb = lv_obj_get_scroll_bottom(scroll_obj); in lv_indev_scroll_throw_handler()
199 int32_t sb = lv_obj_get_scroll_bottom(scroll_obj); in lv_indev_scroll_throw_handler()
374 sb = lv_obj_get_scroll_bottom(obj_act); in lv_indev_find_scroll_obj()
/lvgl-latest/src/others/gridnav/
Dlv_gridnav.c189 lv_obj_get_scroll_bottom(dsc->focused_obj) > 0) { in gridnav_event_cb()
299 …int32_t h_max = lv_obj_get_height(obj) + lv_obj_get_scroll_top(obj) + lv_obj_get_scroll_bottom(obj… in find_chid()
/lvgl-latest/demos/benchmark/
Dlv_demo_benchmark.c272 scroll_anim(scr, lv_obj_get_scroll_bottom(scr)); in screen_sized_text_cb()
438 scroll_anim(scr, lv_obj_get_scroll_bottom(scr)); in containers_with_scrolling_cb()
/lvgl-latest/docs/details/base-widget/
Dscroll.rst264 - :cpp:expr:`lv_obj_get_scroll_bottom(widget)` Pixels scrolled past bottom of Widget's view window.
/lvgl-latest/demos/widgets/
Dlv_demo_widgets.c232 int32_t v = lv_obj_get_scroll_bottom(tab); in lv_demo_widgets_start_slideshow()
1669 int32_t v = lv_obj_get_scroll_bottom(tab); in slideshow_anim_completed_cb()