Home
last modified time | relevance | path

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

/lvgl-3.5.0/src/widgets/
Dlv_dropdown.h31 #define LV_DROPDOWN_POS_LAST 0xFFFF macro
32 LV_EXPORT_CONST_INT(LV_DROPDOWN_POS_LAST);
Dlv_dropdown.c227 if(pos != LV_DROPDOWN_POS_LAST) { in lv_dropdown_add_option()
/lvgl-3.5.0/tests/src/test_cases/
Dtest_dropdown.c79 lv_dropdown_add_option(dd1, "z0", LV_DROPDOWN_POS_LAST); in test_dropdown_set_options()
101 lv_dropdown_add_option(dd1, "z0", LV_DROPDOWN_POS_LAST); in test_dropdown_set_options()