Searched refs:lv_dropdown_get_option_cnt (Results 1 – 3 of 3) sorted by relevance
/lvgl-3.6.0/tests/src/test_cases/ |
D | test_dropdown.c | 58 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/ |
D | lv_dropdown.h | 182 uint16_t lv_dropdown_get_option_cnt(const lv_obj_t * obj);
|
D | lv_dropdown.c | 362 uint16_t lv_dropdown_get_option_cnt(const lv_obj_t * obj) in lv_dropdown_get_option_cnt() function
|