/lvgl-3.7.0/examples/scroll/ |
D | lv_example_scroll_1.py | 9 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
|
D | lv_example_scroll_1.c | 14 lv_obj_t * child; in lv_example_scroll_1() local
|
D | lv_example_scroll_6.c | 16 lv_obj_t * child = lv_obj_get_child(cont, i); in scroll_event_cb() local
|
/lvgl-3.7.0/tests/src/test_cases/ |
D | test_style.c | 76 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/ |
D | lv_gridnav.c | 230 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/ |
D | lv_list.c | 106 lv_obj_t * child = lv_obj_get_child(btn, i); in lv_list_get_btn_text() local
|
/lvgl-3.7.0/src/core/ |
D | lv_obj_scroll.c | 142 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()
|
D | lv_obj_tree.c | 87 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
|
D | lv_obj_pos.c | 785 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
|
D | lv_obj.c | 751 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
|
D | lv_indev_scroll.c | 465 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
|
D | lv_refr.c | 181 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
|
D | lv_indev.c | 318 lv_obj_t * child = obj->spec_attr->children[i]; in lv_indev_search_obj() local
|
D | lv_obj_style.c | 699 lv_obj_t * child = obj->spec_attr->children[i]; in refresh_children_style() local
|
/lvgl-3.7.0/examples/widgets/list/ |
D | lv_example_list_2.c | 27 lv_obj_t * child = lv_obj_get_child(parent, i); in event_handler() local
|
/lvgl-3.7.0/src/extra/widgets/calendar/ |
D | lv_calendar_header_dropdown.c | 73 lv_obj_t * child = NULL; in lv_calendar_header_dropdown_set_year_list() local
|
D | lv_calendar.c | 162 lv_obj_t * child = lv_obj_get_child(obj, i); in lv_calendar_set_showed_date() local
|