Searched refs:lv_dropdown_get_option_count (Results 1 – 5 of 5) sorted by relevance
/lvgl-latest/tests/src/test_cases/widgets/ |
D | test_dropdown.c | 60 TEST_ASSERT_EQUAL(3, lv_dropdown_get_option_count(dd1)); in test_dropdown_set_options() 64 TEST_ASSERT_EQUAL(6, lv_dropdown_get_option_count(dd1)); in test_dropdown_set_options() 75 TEST_ASSERT_EQUAL(7, lv_dropdown_get_option_count(dd1)); in test_dropdown_set_options() 79 TEST_ASSERT_EQUAL(8, lv_dropdown_get_option_count(dd1)); in test_dropdown_set_options() 83 TEST_ASSERT_EQUAL(9, lv_dropdown_get_option_count(dd1)); in test_dropdown_set_options() 87 TEST_ASSERT_EQUAL(0, lv_dropdown_get_option_count(dd1)); in test_dropdown_set_options() 93 TEST_ASSERT_EQUAL(6, lv_dropdown_get_option_count(dd1)); in test_dropdown_set_options() 97 TEST_ASSERT_EQUAL(7, lv_dropdown_get_option_count(dd1)); in test_dropdown_set_options() 101 TEST_ASSERT_EQUAL(8, lv_dropdown_get_option_count(dd1)); in test_dropdown_set_options() 105 TEST_ASSERT_EQUAL(9, lv_dropdown_get_option_count(dd1)); in test_dropdown_set_options() [all …]
|
/lvgl-latest/src/widgets/dropdown/ |
D | lv_dropdown.h | 175 uint32_t lv_dropdown_get_option_count(const lv_obj_t * obj);
|
D | lv_dropdown.c | 80 .getter = lv_dropdown_get_option_count, 423 uint32_t lv_dropdown_get_option_count(const lv_obj_t * obj) in lv_dropdown_get_option_count() function
|
/lvgl-latest/src/ |
D | lv_api_map_v8.h | 253 #define lv_dropdown_get_option_cnt lv_dropdown_get_option_count
|
/lvgl-latest/env_support/pikascript/ |
D | pika_lv_wegit.c | 221 return lv_dropdown_get_option_count(lv_obj); in pika_lvgl_dropdown_get_option_count()
|