Home
last modified time | relevance | path

Searched refs:lv_mbox_get_style (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/littlevgl/src/lv_objx/
A Dlv_mbox.c371 const lv_style_t * lv_mbox_get_style(const lv_obj_t * mbox, lv_mbox_style_t type) in lv_mbox_get_style() function
499 const lv_style_t * style = lv_mbox_get_style(mbox, LV_MBOX_STYLE_BG); in mbox_realign()
507 const lv_style_t * btn_bg_style = lv_mbox_get_style(mbox, LV_MBOX_STYLE_BTN_BG); in mbox_realign()
508 const lv_style_t * btn_rel_style = lv_mbox_get_style(mbox, LV_MBOX_STYLE_BTN_REL); in mbox_realign()
A Dlv_mbox.h185 const lv_style_t * lv_mbox_get_style(const lv_obj_t * mbox, lv_mbox_style_t type);

Completed in 3 milliseconds