Searched refs:scroll (Results 1 – 25 of 26) sorted by relevance
12
/lvgl-latest/examples/scroll/ |
D | index.rst | 5 .. 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/ |
D | scroll.rst | 33 - :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 …]
|
D | index.rst | 18 scroll
|
D | obj.rst | 499 - :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
|
D | event.rst | 132 … Scrolling begins. The event parameter is a pointer to the animation of the scroll. Can be modified
|
/lvgl-latest/src/core/ |
D | lv_obj_private.h | 39 lv_point_t scroll; /**< The current X/Y scroll offset*/ member
|
D | lv_obj_scroll.c | 121 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()
|
D | lv_obj_tree.c | 106 obj->spec_attr->scroll.x = 0; in lv_obj_clean() 107 obj->spec_attr->scroll.y = 0; in lv_obj_clean()
|
D | lv_obj_pos.c | 1086 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/ |
D | label.rst | 104 - :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.
|
D | tileview.rst | 52 The Tile View can scroll to a specified tile with
|
D | roller.rst | 30 automatically scroll to the nearest valid item in ``anim_time``
|
D | chart.rst | 29 - scroll and zoom
|
/lvgl-latest/env_support/cmake/ |
D | esp.cmake | 52 file(GLOB_RECURSE DEMO_SCROLL_SOURCES ${LVGL_ROOT_DIR}/demos/scroll/*.c)
|
/lvgl-latest/docs/details/integration/bindings/ |
D | javascript.rst | 111 - `scroll <https://github.com/lvgl/lv_binding_js/blob/master/doc/style/scroll.md>`__
|
/lvgl-latest/docs/details/other-components/ |
D | gridnav.rst | 35 gridnav will automatically scroll the child into view.
|
D | xml.rst | 254 if(lv_streq("scroll", txt)) return LV_LABEL_LONG_SCROLL;
|
D | obj_property.rst | 77 Example: an object's child-Widget count or scroll position must be controlled via
|
/lvgl-latest/demos/ |
D | README.md | 45 /* Demonstrate scroll settings */
|
/lvgl-latest/docs/details/main-components/ |
D | display.rst | 75 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
|
D | indev.rst | 140 event or scroll the widget based on the ``editable`` flag in the widget's class.
|
/lvgl-latest/docs/ |
D | CHANGELOG.rst | 244 - **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…
|
D | README_pt_BR.rst | 116 opacidade, rolagem suave (smooth scroll), sombras, transformação de
|
/lvgl-latest/docs/details/integration/os/yocto/ |
D | lvgl_recipe.rst | 819 /* Demonstrate scroll settings */
|
/lvgl-latest/docs/details/base-widget/styles/ |
D | style-properties.rst | 1330 …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