Home
last modified time | relevance | path

Searched refs:lv_obj_get_style_layout (Results 1 – 4 of 4) sorted by relevance

/lvgl-latest/src/layouts/
Dlv_layout.c70 lv_layout_t layout_id = lv_obj_get_style_layout(obj, LV_PART_MAIN); in lv_layout_apply()
/lvgl-latest/src/core/
Dlv_obj.c849 uint16_t layout = lv_obj_get_style_layout(obj, LV_PART_MAIN); in lv_obj_event()
865 uint16_t layout = lv_obj_get_style_layout(obj, LV_PART_MAIN); in lv_obj_event()
Dlv_obj_pos.c277 uint32_t layout = lv_obj_get_style_layout(parent, LV_PART_MAIN); in lv_obj_is_layout_positioned()
Dlv_obj_style_gen.h646 static inline uint16_t lv_obj_get_style_layout(const lv_obj_t * obj, lv_part_t part) in lv_obj_get_style_layout() function