Home
last modified time | relevance | path

Searched defs:child_cnt (Results 1 – 11 of 11) sorted by relevance

/lvgl-3.5.0/src/extra/others/gridnav/
Dlv_gridnav.c116 uint32_t child_cnt = lv_obj_get_child_cnt(obj); in gridnav_event_cb() local
270 uint32_t child_cnt = lv_obj_get_child_cnt(obj); in find_chid() local
338 uint32_t child_cnt = lv_obj_get_child_cnt(obj); in find_first_focusable() local
350 uint32_t child_cnt = lv_obj_get_child_cnt(obj); in find_last_focusable() local
/lvgl-3.5.0/examples/scroll/
Dlv_example_scroll_6.c14 uint32_t child_cnt = lv_obj_get_child_cnt(cont); in scroll_event_cb() local
/lvgl-3.5.0/src/core/
Dlv_obj.c726 uint32_t child_cnt = lv_obj_get_child_cnt(obj); in lv_obj_event() local
826 uint32_t child_cnt = lv_obj_get_child_cnt(obj); in lv_obj_event() local
932 uint32_t child_cnt = 0; in obj_valid_child() local
Dlv_indev_scroll.c466 uint32_t child_cnt = lv_obj_get_child_cnt(obj); in find_snap_point_x() local
521 uint32_t child_cnt = lv_obj_get_child_cnt(obj); in find_snap_point_y() local
Dlv_obj_scroll.c140 uint32_t child_cnt = lv_obj_get_child_cnt(obj); in lv_obj_get_scroll_bottom() local
181 uint32_t child_cnt = lv_obj_get_child_cnt(obj); in lv_obj_get_scroll_left() local
218 uint32_t child_cnt = lv_obj_get_child_cnt(obj); in lv_obj_get_scroll_right() local
Dlv_obj_pos.c785 uint32_t child_cnt = lv_obj_get_child_cnt(obj); in lv_obj_move_children_by() local
1007 uint32_t child_cnt = lv_obj_get_child_cnt(obj); in calc_content_width() local
1091 uint32_t child_cnt = lv_obj_get_child_cnt(obj); in calc_content_height() local
1134 uint32_t child_cnt = lv_obj_get_child_cnt(obj); in layout_update_core() local
Dlv_refr.c178 uint32_t child_cnt = lv_obj_get_child_cnt(obj); in lv_obj_redraw() local
737 int32_t child_cnt = lv_obj_get_child_cnt(obj); in lv_refr_get_top_obj() local
782 uint32_t child_cnt = lv_obj_get_child_cnt(parent); in refr_obj_and_children() local
Dlv_obj_style.c654 uint32_t child_cnt = lv_obj_get_child_cnt(obj); in report_style_change_core() local
668 uint32_t child_cnt = lv_obj_get_child_cnt(obj); in refresh_children_style() local
Dlv_indev.c315 uint32_t child_cnt = lv_obj_get_child_cnt(obj); in lv_indev_search_obj() local
Dlv_obj.h157 uint32_t child_cnt; /**< Number of children*/ member
/lvgl-3.5.0/src/extra/widgets/calendar/
Dlv_calendar.c160 uint32_t child_cnt = lv_obj_get_child_cnt(obj); in lv_calendar_set_showed_date() local