Home
last modified time | relevance | path

Searched refs:LV_LABEL_LONG_EXPAND (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/littlevgl/src/lv_objx/
A Dlv_label.c93 ext->long_mode = LV_LABEL_LONG_EXPAND; in lv_label_create()
119 lv_label_set_long_mode(new_label, LV_LABEL_LONG_EXPAND); in lv_label_create()
494 if(ext->long_mode == LV_LABEL_LONG_EXPAND) { in lv_label_get_letter_pos()
563 if(ext->long_mode == LV_LABEL_LONG_EXPAND) { in lv_label_get_letter_on()
678 if(ext->long_mode == LV_LABEL_LONG_EXPAND) { in lv_label_is_char_under_pos()
979 if(ext->long_mode == LV_LABEL_LONG_EXPAND) { in lv_label_refr_text()
991 if(ext->long_mode == LV_LABEL_LONG_EXPAND) { in lv_label_refr_text()
A Dlv_label.h43 LV_LABEL_LONG_EXPAND, /**< Expand the object size to the text size*/ enumerator
A Dlv_ta.c519 lv_label_set_long_mode(ext->placeholder, LV_LABEL_LONG_EXPAND); 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()
732 lv_label_set_long_mode(label, LV_LABEL_LONG_EXPAND); in lv_ta_set_text_align()

Completed in 7 milliseconds