i80_controller sample
layout_update_core()
is only used within i80_controller sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
i80_controller sample
layout_update_core()
layout_update_core() function
Syntax
Show:
Summary
Declaration
Definition
from
lv_obj_pos.c:34
static
void
layout_update_core
(
lv_obj_t
*
obj
)
;
Implemented in
lv_obj_pos.c:1126
Arguments
Argument
obj
Examples
References
from
examples
Code
Location
Referrer
static
void
layout_update_core
(
lv_obj_t
*
obj
)
lv_obj_pos.c:1126
static
void
layout_update_core
(
lv_obj_t
*
obj
)
;
lv_obj_pos.c:34
layout_update_core
(
scr
)
;
lv_obj_pos.c:307
lv_obj_update_layout()
layout_update_core
(
child
)
;
lv_obj_pos.c:1132
layout_update_core()
Call Tree
from
examples
layout_update_core()
is called by 2 functions and calls 6 functions:
lv_obj_update_layout()
layout_update_core()
All items filtered out
layout_update_core()
lv_obj_get_child_count()
lv_obj_refr_size()
lv_obj_refr_pos()
lv_layout_apply()
lv_obj_readjust_scroll()
layout_update_core()
All items filtered out
Data Use
from
examples
layout_update_core()
reads 5 variables and writes 2 variables:
lv_obj_spec_attr_t::children
lv_obj_t::spec_attr
lv_obj_t::layout_inv
lv_obj_t::readjust_scroll_after_layout
lv_anim_enable_t::LV_ANIM_OFF
All items filtered out
layout_update_core()
lv_obj_t::layout_inv
lv_obj_t::readjust_scroll_after_layout
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out