Home
last modified time | relevance | path

Searched defs:child (Results 1 – 17 of 17) sorted by relevance

/lvgl-3.7.0/examples/scroll/
Dlv_example_scroll_1.py9 child = lv.obj(panel) variable
15 child = lv.obj(panel) variable
21 child = lv.obj(panel) variable
27 child = lv.obj(panel) variable
33 child = lv.obj(panel) variable
Dlv_example_scroll_1.c14 lv_obj_t * child; in lv_example_scroll_1() local
Dlv_example_scroll_6.c16 lv_obj_t * child = lv_obj_get_child(cont, i); in scroll_event_cb() local
/lvgl-3.7.0/tests/src/test_cases/
Dtest_style.c76 lv_obj_t * child = lv_obj_create(parent); in test_inherit_meta() local
98 lv_obj_t * child = lv_obj_create(parent); in test_inherit_meta_with_lower_precedence_style() local
/lvgl-3.7.0/src/extra/others/gridnav/
Dlv_gridnav.c230 lv_obj_t * child = lv_event_get_target(e); in gridnav_event_cb() local
278 lv_obj_t * child = lv_obj_get_child(obj, i); in find_chid() local
341 lv_obj_t * child = lv_obj_get_child(obj, i); in find_first_focusable() local
353 lv_obj_t * child = lv_obj_get_child(obj, i); in find_last_focusable() local
/lvgl-3.7.0/src/extra/widgets/list/
Dlv_list.c106 lv_obj_t * child = lv_obj_get_child(btn, i); in lv_list_get_btn_text() local
/lvgl-3.7.0/src/core/
Dlv_obj_scroll.c142 lv_obj_t * child = obj->spec_attr->children[i]; in lv_obj_get_scroll_bottom() local
183 lv_obj_t * child = obj->spec_attr->children[i]; in lv_obj_get_scroll_left() local
220 lv_obj_t * child = obj->spec_attr->children[i]; in lv_obj_get_scroll_right() local
402 lv_obj_t * child = obj; in lv_obj_scroll_to_view_recursive() local
683 static void scroll_area_into_view(const lv_area_t * area, lv_obj_t * child, lv_point_t * scroll_val… in scroll_area_into_view()
Dlv_obj_tree.c87 lv_obj_t * child = lv_obj_get_child(obj, 0); in lv_obj_clean() local
360 lv_obj_t * child = lv_obj_get_child(obj, 0); in obj_del_core() local
Dlv_obj_pos.c785 lv_obj_t * child = obj->spec_attr->children[i]; in lv_obj_move_children_by() local
1005 lv_obj_t * child = obj->spec_attr->children[i]; in calc_content_width() local
1037 lv_obj_t * child = obj->spec_attr->children[i]; in calc_content_width() local
1087 lv_obj_t * child = obj->spec_attr->children[i]; in calc_content_height() local
1129 lv_obj_t * child = obj->spec_attr->children[i]; in layout_update_core() local
Dlv_obj.c751 lv_obj_t * child = obj->spec_attr->children[i]; in lv_obj_event() local
851 lv_obj_t * child = obj->spec_attr->children[i]; in lv_obj_event() local
963 lv_obj_t * child = parent->spec_attr->children[i]; in obj_valid_child() local
Dlv_indev_scroll.c465 lv_obj_t * child = obj->spec_attr->children[i]; in find_snap_point_x() local
520 lv_obj_t * child = obj->spec_attr->children[i]; in find_snap_point_y() local
Dlv_refr.c181 lv_obj_t * child = obj->spec_attr->children[i]; in lv_obj_redraw() local
823 lv_obj_t * child = obj->spec_attr->children[i]; in lv_refr_get_top_obj() local
868 lv_obj_t * child = parent->spec_attr->children[i]; in refr_obj_and_children() local
Dlv_indev.c318 lv_obj_t * child = obj->spec_attr->children[i]; in lv_indev_search_obj() local
Dlv_obj_style.c699 lv_obj_t * child = obj->spec_attr->children[i]; in refresh_children_style() local
/lvgl-3.7.0/examples/widgets/list/
Dlv_example_list_2.c27 lv_obj_t * child = lv_obj_get_child(parent, i); in event_handler() local
/lvgl-3.7.0/src/extra/widgets/calendar/
Dlv_calendar_header_dropdown.c73 lv_obj_t * child = NULL; in lv_calendar_header_dropdown_set_year_list() local
Dlv_calendar.c162 lv_obj_t * child = lv_obj_get_child(obj, i); in lv_calendar_set_showed_date() local