Searched refs:lv_label_set_long_mode (Results 1 – 5 of 5) sorted by relevance
/AliOS-Things-master/components/littlevgl/src/lv_objx/ |
A D | lv_label.h | 151 void lv_label_set_long_mode(lv_obj_t * label, lv_label_long_mode_t long_mode);
|
A D | lv_ta.c | 137 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 D | lv_label.c | 119 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 D | lv_mbox.c | 94 lv_label_set_long_mode(ext->text, LV_LABEL_LONG_BREAK); in lv_mbox_create()
|
A D | lv_list.c | 216 lv_label_set_long_mode(label, LV_LABEL_LONG_SROLL_CIRC); in lv_list_add_btn()
|
Completed in 11 milliseconds