Home
last modified time | relevance | path

Searched refs:lv_label_set_long_mode (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/littlevgl/src/lv_objx/
A Dlv_label.h151 void lv_label_set_long_mode(lv_obj_t * label, lv_label_long_mode_t long_mode);
A Dlv_ta.c137 lv_label_set_long_mode(ext->label, LV_LABEL_LONG_BREAK); in lv_ta_create()
519 lv_label_set_long_mode(ext->placeholder, LV_LABEL_LONG_EXPAND); in lv_ta_set_placeholder_text()
521 lv_label_set_long_mode(ext->placeholder, LV_LABEL_LONG_BREAK); in lv_ta_set_placeholder_text()
697 lv_label_set_long_mode(ext->label, LV_LABEL_LONG_EXPAND); in lv_ta_set_one_line()
698 if(ext->placeholder) lv_label_set_long_mode(ext->placeholder, LV_LABEL_LONG_EXPAND); in lv_ta_set_one_line()
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()
732 lv_label_set_long_mode(label, LV_LABEL_LONG_EXPAND); in lv_ta_set_text_align()
739 lv_label_set_long_mode(label, LV_LABEL_LONG_CROP); in lv_ta_set_text_align()
A Dlv_label.c119 lv_label_set_long_mode(new_label, LV_LABEL_LONG_EXPAND); in lv_label_create()
126 lv_label_set_long_mode(new_label, lv_label_get_long_mode(copy)); in lv_label_create()
270 void lv_label_set_long_mode(lv_obj_t * label, lv_label_long_mode_t long_mode) in lv_label_set_long_mode() function
A Dlv_mbox.c94 lv_label_set_long_mode(ext->text, LV_LABEL_LONG_BREAK); in lv_mbox_create()
A Dlv_list.c216 lv_label_set_long_mode(label, LV_LABEL_LONG_SROLL_CIRC); in lv_list_add_btn()

Completed in 11 milliseconds