Home
last modified time | relevance | path

Searched refs:lv_dropdown_get_option_cnt (Results 1 – 3 of 3) sorted by relevance

/lvgl-3.6.0/tests/src/test_cases/
Dtest_dropdown.c58 TEST_ASSERT_EQUAL(3, lv_dropdown_get_option_cnt(dd1)); in test_dropdown_set_options()
62 TEST_ASSERT_EQUAL(6, lv_dropdown_get_option_cnt(dd1)); in test_dropdown_set_options()
73 TEST_ASSERT_EQUAL(7, lv_dropdown_get_option_cnt(dd1)); in test_dropdown_set_options()
77 TEST_ASSERT_EQUAL(8, lv_dropdown_get_option_cnt(dd1)); in test_dropdown_set_options()
81 TEST_ASSERT_EQUAL(9, lv_dropdown_get_option_cnt(dd1)); in test_dropdown_set_options()
85 TEST_ASSERT_EQUAL(0, lv_dropdown_get_option_cnt(dd1)); in test_dropdown_set_options()
91 TEST_ASSERT_EQUAL(6, lv_dropdown_get_option_cnt(dd1)); in test_dropdown_set_options()
95 TEST_ASSERT_EQUAL(7, lv_dropdown_get_option_cnt(dd1)); in test_dropdown_set_options()
99 TEST_ASSERT_EQUAL(8, lv_dropdown_get_option_cnt(dd1)); in test_dropdown_set_options()
103 TEST_ASSERT_EQUAL(9, lv_dropdown_get_option_cnt(dd1)); in test_dropdown_set_options()
[all …]
/lvgl-3.6.0/src/widgets/
Dlv_dropdown.h182 uint16_t lv_dropdown_get_option_cnt(const lv_obj_t * obj);
Dlv_dropdown.c362 uint16_t lv_dropdown_get_option_cnt(const lv_obj_t * obj) in lv_dropdown_get_option_cnt() function