Home
last modified time | relevance | path

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

/lvgl-latest/src/widgets/switch/
Dlv_switch.h29 LV_ATTRIBUTE_EXTERN_DATA extern const lv_obj_class_t lv_switch_class;
Dlv_switch.c24 #define MY_CLASS (&lv_switch_class)
56 const lv_obj_class_t lv_switch_class = { variable
/lvgl-latest/src/themes/simple/
Dlv_theme_simple.c304 else if(lv_obj_check_type(obj, &lv_switch_class)) { in theme_apply()
/lvgl-latest/src/themes/mono/
Dlv_theme_mono.c372 else if(lv_obj_check_type(obj, &lv_switch_class)) { in theme_apply()
/lvgl-latest/src/themes/default/
Dlv_theme_default.c929 else if(lv_obj_check_type(obj, &lv_switch_class)) { in theme_apply()