Home
last modified time | relevance | path

Searched refs:scroll (Results 1 – 25 of 26) sorted by relevance

12

/lvgl-latest/examples/scroll/
Dindex.rst5 .. lv_example:: scroll/lv_example_scroll_1
10 .. lv_example:: scroll/lv_example_scroll_2
15 .. lv_example:: scroll/lv_example_scroll_3
20 .. lv_example:: scroll/lv_example_scroll_4
25 .. lv_example:: scroll/lv_example_scroll_5
28 Translate on scroll
30 .. lv_example:: scroll/lv_example_scroll_6
35 .. lv_example:: scroll/lv_example_scroll_7
/lvgl-latest/docs/details/base-widget/
Dscroll.rst33 - :cpp:enumerator:`LV_SCROLLBAR_MODE_ACTIVE`: Show scroll bars while a Widget is being scrolled
34 - :cpp:enumerator:`LV_SCROLLBAR_MODE_AUTO`: Show scroll bars when the content is large enough to be…
107 event parameter is ``NULL`` or an ``lv_anim_t *`` with a scroll animation
135 - :cpp:enumerator:`LV_DIR_TOP`: only scroll up
136 - :cpp:enumerator:`LV_DIR_LEFT`: only scroll left
137 - :cpp:enumerator:`LV_DIR_BOTTOM`: only scroll down
138 - :cpp:enumerator:`LV_DIR_RIGHT`: only scroll right
139 - :cpp:enumerator:`LV_DIR_HOR`: only scroll horizontally
140 - :cpp:enumerator:`LV_DIR_VER`: only scroll vertically
141 - :cpp:enumerator:`LV_DIR_ALL`: scroll any directions
[all …]
Dindex.rst18 scroll
Dobj.rst499 - :cpp:enumerator:`LV_OBJ_FLAG_SCROLL_MOMENTUM` Make the Widget scroll further when "thrown"
501 - :cpp:enumerator:`LV_OBJ_FLAG_SCROLL_CHAIN_HOR` Allow propagating the horizontal scroll to a pare…
502 - :cpp:enumerator:`LV_OBJ_FLAG_SCROLL_CHAIN_VER` Allow propagating the vertical scroll to a parent
504 - :cpp:enumerator:`LV_OBJ_FLAG_SCROLL_ON_FOCUS` Automatically scroll Widget to make it visible whe…
506 - :cpp:enumerator:`LV_OBJ_FLAG_SNAPPABLE` If scroll snap is enabled on the parent it can snap to t…
512 - :cpp:enumerator:`LV_OBJ_FLAG_FLOATING` Do not scroll the Widget when the parent scrolls and igno…
557 …Scrolling begins. The event parameter is a pointer to the animation of the scroll. Can be modified.
610 …or:`LV_KEY_DOWN`, :cpp:enumerator:`LV_KEY_LEFT`, :cpp:enumerator:`LV_KEY_RIGHT`) scroll the Widget.
611 If the Widget can only scroll vertically, :cpp:enumerator:`LV_KEY_LEFT` and
612 :cpp:enumerator:`LV_KEY_RIGHT` will scroll up/down instead, making it compatible with
Devent.rst132 … Scrolling begins. The event parameter is a pointer to the animation of the scroll. Can be modified
/lvgl-latest/src/core/
Dlv_obj_private.h39 lv_point_t scroll; /**< The current X/Y scroll offset*/ member
Dlv_obj_scroll.c121 return -obj->spec_attr->scroll.x; in lv_obj_get_scroll_x()
127 return -obj->spec_attr->scroll.y; in lv_obj_get_scroll_y()
133 return -obj->spec_attr->scroll.y; in lv_obj_get_scroll_top()
172 return -obj->spec_attr->scroll.x; in lv_obj_get_scroll_left()
215 return obj->spec_attr->scroll.x; in lv_obj_get_scroll_right()
419 obj->spec_attr->scroll.x += x; in lv_obj_scroll_by_raw()
420 obj->spec_attr->scroll.y += y; in lv_obj_scroll_by_raw()
Dlv_obj_tree.c106 obj->spec_attr->scroll.x = 0; in lv_obj_clean()
107 obj->spec_attr->scroll.y = 0; in lv_obj_clean()
Dlv_obj_pos.c1086 if(obj->spec_attr) obj->spec_attr->scroll.x = 0; in calc_content_width()
1172 if(obj->spec_attr) obj->spec_attr->scroll.x = -scroll_x_tmp; in calc_content_width()
1181 if(obj->spec_attr) obj->spec_attr->scroll.y = 0; in calc_content_height()
1224 if(obj->spec_attr) obj->spec_attr->scroll.y = -scroll_y_tmp; in calc_content_height()
/lvgl-latest/docs/details/widgets/
Dlabel.rst104 - :cpp:enumerator:`LV_LABEL_LONG_SCROLL` If the text is wider than the label, scroll it horizontall…
105 …higher, scroll vertically. Only one direction is scrolled and horizontal scrolling has higher prec…
106 - :cpp:enumerator:`LV_LABEL_LONG_SCROLL_CIRCULAR` If the text is wider than the Label, scroll it ho…
107 …higher, scroll vertically. Only one direction is scrolled and horizontal scrolling has higher prec…
176 It will be treated as a template which will be used to create the scroll animations.
Dtileview.rst52 The Tile View can scroll to a specified tile with
Droller.rst30 automatically scroll to the nearest valid item in ``anim_time``
Dchart.rst29 - scroll and zoom
/lvgl-latest/env_support/cmake/
Desp.cmake52 file(GLOB_RECURSE DEMO_SCROLL_SOURCES ${LVGL_ROOT_DIR}/demos/scroll/*.c)
/lvgl-latest/docs/details/integration/bindings/
Djavascript.rst111 - `scroll <https://github.com/lvgl/lv_binding_js/blob/master/doc/style/scroll.md>`__
/lvgl-latest/docs/details/other-components/
Dgridnav.rst35 gridnav will automatically scroll the child into view.
Dxml.rst254 if(lv_streq("scroll", txt)) return LV_LABEL_LONG_SCROLL;
Dobj_property.rst77 Example: an object's child-Widget count or scroll position must be controlled via
/lvgl-latest/demos/
DREADME.md45 /* Demonstrate scroll settings */
/lvgl-latest/docs/details/main-components/
Ddisplay.rst75 1. Bottom Layer (below Active Screen, transparent, not scroll-able, but click-able)
77 3. Top Layer (above Active Screen, transparent and neither scroll-able nor click-able)
78 4. System Layer (above Top Layer, transparent and neither scroll-able nor click-able)
126 as not scroll-able and not click-able, these behaviors can be overridden the same
Dindev.rst140 event or scroll the widget based on the ``editable`` flag in the widget's class.
/lvgl-latest/docs/
DCHANGELOG.rst244 - **fix(scroll): fix jumping on scroll end** `6393 <https://github.com/lvgl/lvgl/pull/6393>`__
310 - **fix(scroll): fix infinite loop in scroll_end events** `6109 <https://github.com/lvgl/lvgl/pull/…
322 - **fix(scroll): fix deletion animation causing missing scroll end event** `5979 <https://github.co…
DREADME_pt_BR.rst116 opacidade, rolagem suave (smooth scroll), sombras, transformação de
/lvgl-latest/docs/details/integration/os/yocto/
Dlvgl_recipe.rst819 /* Demonstrate scroll settings */
/lvgl-latest/docs/details/base-widget/styles/
Dstyle-properties.rst1330 …tion time could be the E.g. blink time of the cursor on the Text Area or scroll time of a roller. …
1344 …ng is widget specific. E.g. blink time of the cursor on the Text Area or scroll time of a roller. …

12