Home
last modified time | relevance | path

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

/lvgl-latest/src/others/gridnav/
Dlv_gridnav.c138 uint32_t child_cnt = lv_obj_get_child_count(obj); in gridnav_event_cb() local
294 uint32_t child_cnt = lv_obj_get_child_count(obj); in find_chid() local
362 uint32_t child_cnt = lv_obj_get_child_count(obj); in find_first_focusable() local
374 uint32_t child_cnt = lv_obj_get_child_count(obj); in find_last_focusable() local
/lvgl-latest/examples/scroll/
Dlv_example_scroll_6.c14 uint32_t child_cnt = lv_obj_get_child_count(cont); in scroll_event_cb() local
/lvgl-latest/src/misc/
Dlv_tree.h45 uint32_t child_cnt; member
/lvgl-latest/src/core/
Dlv_obj.c445 uint32_t child_cnt = lv_obj_get_child_count(obj); in lv_obj_get_child_by_id() local
755 uint32_t child_cnt = lv_obj_get_child_count(obj); in lv_obj_event() local
855 uint32_t child_cnt = lv_obj_get_child_count(obj); in lv_obj_event() local
980 uint32_t child_cnt = 0; in obj_valid_child() local
Dlv_refr.c149 uint32_t child_cnt = lv_obj_get_child_count(obj); in lv_obj_redraw() local
843 int32_t child_cnt = lv_obj_get_child_count(obj); in lv_refr_get_top_obj() local
889 uint32_t child_cnt = lv_obj_get_child_count(parent); in refr_obj_and_children() local
Dlv_obj_scroll.c142 uint32_t child_cnt = lv_obj_get_child_count(obj); in lv_obj_get_scroll_bottom() local
183 uint32_t child_cnt = lv_obj_get_child_count(obj); in lv_obj_get_scroll_left() local
221 uint32_t child_cnt = lv_obj_get_child_count(obj); in lv_obj_get_scroll_right() local
Dlv_obj_pos.c768 uint32_t child_cnt = lv_obj_get_child_count(obj); in lv_obj_move_children_by() local
1096 uint32_t child_cnt = lv_obj_get_child_count(obj); in calc_content_width() local
1191 uint32_t child_cnt = lv_obj_get_child_count(obj); in calc_content_height() local
1233 uint32_t child_cnt = lv_obj_get_child_count(obj); in layout_update_core() local
Dlv_obj_private.h44 uint16_t child_cnt; /**< Number of children*/ member
Dlv_obj_style.c789 uint32_t child_cnt = lv_obj_get_child_count(obj); in report_style_change_core() local
803 uint32_t child_cnt = lv_obj_get_child_count(obj); in refresh_children_style() local
/lvgl-latest/src/indev/
Dlv_indev_scroll.c527 uint32_t child_cnt = lv_obj_get_child_count(obj); in find_snap_point_x() local
583 uint32_t child_cnt = lv_obj_get_child_count(obj); in find_snap_point_y() local
Dlv_indev.c601 uint32_t child_cnt = lv_obj_get_child_count(obj); in lv_indev_search_obj() local
/lvgl-latest/demos/smartwatch/
Dlv_demo_smartwatch.c147 uint32_t child_cnt = lv_obj_get_child_count(list); in lv_demo_smartwatch_scroll_event() local
/lvgl-latest/src/widgets/calendar/
Dlv_calendar.c207 uint32_t child_cnt = lv_obj_get_child_count(obj); in lv_calendar_set_month_shown() local