Home
last modified time | relevance | path

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

/AliOS-Things-master/components/littlevgl/src/lv_objx/
A Dlv_label.h44LV_LABEL_LONG_BREAK, /**< Keep the object width, break the too long lines and expand the object enumerator
A Dlv_ta.c137 lv_label_set_long_mode(ext->label, LV_LABEL_LONG_BREAK); in lv_ta_create()
521 lv_label_set_long_mode(ext->placeholder, LV_LABEL_LONG_BREAK); in lv_ta_set_placeholder_text()
705 lv_label_set_long_mode(ext->label, LV_LABEL_LONG_BREAK); in lv_ta_set_one_line()
706 if(ext->placeholder) lv_label_set_long_mode(ext->placeholder, LV_LABEL_LONG_BREAK); in lv_ta_set_one_line()
A Dlv_mbox.c94 lv_label_set_long_mode(ext->text, LV_LABEL_LONG_BREAK); in lv_mbox_create()
A Dlv_label.c1113 else if(ext->long_mode == LV_LABEL_LONG_BREAK) { in lv_label_refr_text()

Completed in 10 milliseconds