Home
last modified time | relevance | path

Searched refs:LV_DDLIST_STYLE_SEL (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/littlevgl/src/lv_objx/
A Dlv_ddlist.c124 lv_ddlist_set_style(new_ddlist, LV_DDLIST_STYLE_SEL, th->style.ddlist.sel); in lv_ddlist_create()
128 lv_ddlist_set_style(new_ddlist, LV_DDLIST_STYLE_SEL, &lv_style_plain_color); in lv_ddlist_create()
285 case LV_DDLIST_STYLE_SEL: in lv_ddlist_set_style()
408 case LV_DDLIST_STYLE_SEL: return ext->sel_style; in lv_ddlist_get_style()
550 const lv_style_t * sel_style = lv_ddlist_get_style(ddlist, LV_DDLIST_STYLE_SEL); in lv_ddlist_design()
A Dlv_ddlist.h63 LV_DDLIST_STYLE_SEL, enumerator
A Dlv_roller.c226 case LV_ROLLER_STYLE_SEL: lv_ddlist_set_style(roller, LV_DDLIST_STYLE_SEL, style); break; in lv_roller_set_style()
283 case LV_ROLLER_STYLE_SEL: return lv_ddlist_get_style(roller, LV_DDLIST_STYLE_SEL); in lv_roller_get_style()

Completed in 6 milliseconds