Home
last modified time | relevance | path

Searched refs:lv_dropdown_get_option_count (Results 1 – 5 of 5) sorted by relevance

/lvgl-latest/tests/src/test_cases/widgets/
Dtest_dropdown.c60 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/
Dlv_dropdown.h175 uint32_t lv_dropdown_get_option_count(const lv_obj_t * obj);
Dlv_dropdown.c80 .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/
Dlv_api_map_v8.h253 #define lv_dropdown_get_option_cnt lv_dropdown_get_option_count
/lvgl-latest/env_support/pikascript/
Dpika_lv_wegit.c221 return lv_dropdown_get_option_count(lv_obj); in pika_lvgl_dropdown_get_option_count()