Searched refs:lv_dropdown_class (Results 1 – 6 of 6) sorted by relevance
50 LV_ATTRIBUTE_EXTERN_DATA extern const lv_obj_class_t lv_dropdown_class;
30 #define MY_CLASS (&lv_dropdown_class)115 const lv_obj_class_t lv_dropdown_class = { variable159 lv_obj_t * obj = lv_obj_class_create_obj(&lv_dropdown_class, parent); in lv_dropdown_create()
85 …_obj_t * year_dropdown = lv_obj_get_child_by_type(header, year_dropdown_index, &lv_dropdown_class); in lv_calendar_header_dropdown_set_year_list()
327 else if(lv_obj_check_type(obj, &lv_dropdown_class)) { in theme_apply()
408 else if(lv_obj_check_type(obj, &lv_dropdown_class)) { in theme_apply()
974 else if(lv_obj_check_type(obj, &lv_dropdown_class)) { in theme_apply()