Home
last modified time | relevance | path

Searched refs:lv_table_get_row_count (Results 1 – 6 of 6) sorted by relevance

/lvgl-latest/src/widgets/table/
Dlv_table.h162 uint32_t lv_table_get_row_count(lv_obj_t * obj);
Dlv_table.c437 uint32_t lv_table_get_row_count(lv_obj_t * obj) in lv_table_get_row_count() function
/lvgl-latest/examples/others/file_explorer/
Dlv_example_file_explorer_3.c58 uint16_t sum = lv_table_get_row_count(tb); in file_explorer_event_handler()
/lvgl-latest/src/
Dlv_api_map_v8.h247 #define lv_table_get_row_cnt lv_table_get_row_count
/lvgl-latest/tests/src/test_cases/widgets/
Dtest_table.c25 TEST_ASSERT_EQUAL_UINT32(0, lv_table_get_row_count(table)); in test_table_should_set_row_count_to_zero()
/lvgl-latest/src/others/file_explorer/
Dlv_file_explorer.c670 uint16_t sum = lv_table_get_row_count(explorer->file_table); in file_explorer_sort()