Home
last modified time | relevance | path

Searched refs:LV_SLIDER_PART_INDIC (Results 1 – 6 of 6) sorted by relevance

/lvgl-2.7.6/src/lv_widgets/
Dlv_slider.h57 LV_SLIDER_PART_INDIC, /** Slider indicator (filled area) style. */ enumerator
Dlv_slider.c464 case LV_SLIDER_PART_INDIC: in lv_slider_get_style()
/lvgl-2.7.6/src/lv_themes/
Dlv_theme.c302 lv_obj_clean_style_list(obj, LV_SLIDER_PART_INDIC); in clear_styles()
Dlv_theme_template.c560 list = lv_obj_get_style_list(obj, LV_SLIDER_PART_INDIC); in theme_apply()
Dlv_theme_mono.c718 list = lv_obj_get_style_list(obj, LV_SLIDER_PART_INDIC); in theme_apply()
Dlv_theme_material.c1095 list = lv_obj_get_style_list(obj, LV_SLIDER_PART_INDIC); in theme_apply()