Home
last modified time | relevance | path

Searched refs:LV_LABEL_STYLE_MAIN (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/littlevgl/src/lv_objx/
A Dlv_label.h100 LV_LABEL_STYLE_MAIN, enumerator
A Dlv_cb.c307 const lv_style_t * label_style = lv_label_get_style(ext->label, LV_LABEL_STYLE_MAIN); in lv_cb_signal()
A Dlv_label.c121 lv_label_set_style(new_label, LV_LABEL_STYLE_MAIN, NULL); /*Inherit parent's style*/ in lv_label_create()
942 const lv_style_t * style = lv_label_get_style(label, LV_LABEL_STYLE_MAIN); in lv_label_signal()
A Dlv_ta.c808 if(ext->placeholder) lv_label_set_style(ext->placeholder, LV_LABEL_STYLE_MAIN, style); in lv_ta_set_style()
1031 if(ext->placeholder) style = lv_label_get_style(ext->placeholder, LV_LABEL_STYLE_MAIN); in lv_ta_get_style()

Completed in 10 milliseconds