Home
last modified time | relevance | path

Searched refs:lv_roller_get_option_count (Results 1 – 4 of 4) sorted by relevance

/lvgl-latest/tests/src/test_cases/widgets/
Dtest_roller.c69 uint16_t option_count = lv_roller_get_option_count(roller); in test_roller_get_selected_option()
87 uint16_t option_count = lv_roller_get_option_count(roller); in test_roller_get_selected_option_truncated_buffer()
103 uint16_t option_count = lv_roller_get_option_count(roller_infinite); in test_roller_infinite_mode_get_selected_option()
346 lv_roller_set_selected(rollers[i], lv_roller_get_option_count(rollers[i]) - 1, LV_ANIM_OFF); in test_roller_appearance()
/lvgl-latest/src/widgets/roller/
Dlv_roller.h130 uint32_t lv_roller_get_option_count(const lv_obj_t * obj);
Dlv_roller.c317 uint32_t lv_roller_get_option_count(const lv_obj_t * obj) in lv_roller_get_option_count() function
/lvgl-latest/src/
Dlv_api_map_v8.h240 #define lv_roller_get_option_cnt lv_roller_get_option_count