Searched refs:lv_table_get_row_count (Results 1 – 6 of 6) sorted by relevance
162 uint32_t lv_table_get_row_count(lv_obj_t * obj);
437 uint32_t lv_table_get_row_count(lv_obj_t * obj) in lv_table_get_row_count() function
58 uint16_t sum = lv_table_get_row_count(tb); in file_explorer_event_handler()
247 #define lv_table_get_row_cnt lv_table_get_row_count
25 TEST_ASSERT_EQUAL_UINT32(0, lv_table_get_row_count(table)); in test_table_should_set_row_count_to_zero()
670 uint16_t sum = lv_table_get_row_count(explorer->file_table); in file_explorer_sort()