Home
last modified time | relevance | path

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

/lvgl-latest/src/widgets/
Dlv_switch.h38 extern const lv_obj_class_t lv_switch_class;
Dlv_switch.c23 #define MY_CLASS &lv_switch_class
54 const lv_obj_class_t lv_switch_class = { variable
/lvgl-latest/src/extra/themes/basic/
Dlv_theme_basic.c266 else if(lv_obj_check_type(obj, &lv_switch_class)) { in theme_apply()
/lvgl-latest/src/extra/themes/mono/
Dlv_theme_mono.c335 else if(lv_obj_check_type(obj, &lv_switch_class)) { in theme_apply()
/lvgl-latest/src/extra/themes/default/
Dlv_theme_default.c898 else if(lv_obj_check_type(obj, &lv_switch_class)) { in theme_apply()