Searched refs:lv_dropdown_class (Results 1 – 6 of 6) sorted by relevance
58 extern const lv_obj_class_t lv_dropdown_class;
27 #define MY_CLASS &lv_dropdown_class62 const lv_obj_class_t lv_dropdown_class = { variable93 lv_obj_t * obj = lv_obj_class_create_obj(&lv_dropdown_class, parent); in lv_dropdown_create()
94 if(lv_obj_check_type(child, &lv_dropdown_class)) { in lv_calendar_header_dropdown_set_year_list()
290 else if(lv_obj_check_type(obj, &lv_dropdown_class)) { in theme_apply()
371 else if(lv_obj_check_type(obj, &lv_dropdown_class)) { in theme_apply()
944 else if(lv_obj_check_type(obj, &lv_dropdown_class)) { in theme_apply()