Home
last modified time | relevance | path

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

/lvgl-latest/docs/details/base-widget/
Dlayer.rst84 Simple Layer
87 The following style properties trigger the creation of a "Simple Layer":
99 Transformed Layer
107 The following style properties trigger the creation of a "Transform Layer":
Dobj.rst383 1. Bottom Layer
385 3. Top Layer
386 4. System Layer
/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)
113 LVGL uses the Top Layer and System Layer two empower you to ensure that certain
116 You can add "pop-up windows" to the *Top Layer* freely. The Top Layer was meant to
118 the *System Layer* is intended for system-level things (e.g. mouse cursor will be
125 While the Top Layer and System Layer are created by their owning :ref:`display`
130 If the :cpp:enumerator:`LV_OBJ_FLAG_CLICKABLE` flag is set on the Top Layer, then it will
139 Bottom Layer
142 Similar to the Top- and System Layers, the Bottom Layer is also the full size of the
Ddraw.rst166 - Layer(s): Each Display has its own list of Layers
168 - Draw Tasks: Each Layer has its own list of Draw Tasks
/lvgl-latest/.devcontainer/
D__main.c__92 * Initialize the Hardware Abstraction Layer (HAL) for the Littlev graphics library
/lvgl-latest/src/libs/thorvg/
DtvgLottieModel.h125 Layer, enumerator
731 … if (child->type == LottieObject::Type::Group || child->type == LottieObject::Type::Layer) { in content()
803 if ((*child)->type != LottieObject::Type::Layer) continue; in layerById()
813 if ((*child)->type != LottieObject::Type::Layer) continue; in layerByIdx()
DtvgLottieModel.cpp456 LottieGroup::prepare(LottieObject::Layer); in prepare()
/lvgl-latest/docs/details/integration/os/yocto/
Dcore_components.rst137 `Yocto Project Compatible Layer Index <https://www.yoctoproject.org/development/
138 yocto-project-compatible-layers/>`_ and `OpenEmbedded Layer Index <https://
/lvgl-latest/docs/details/widgets/
Dmsgbox.rst50 :ref:`default_display`'s Top :ref:`Layer <screen_layers>` as a parent.
/lvgl-latest/docs/details/integration/os/
Dzephyr.rst185 For newer versions of Zephyr, the OSAL (Operating System Abstraction Layer) can be utilized, which …