Home
last modified time | relevance | path

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

/AliOS-Things-master/components/littlevgl/src/lv_objx/
A Dlv_label.h48 LV_LABEL_LONG_SROLL_CIRC, /**< Keep the size and roll the text circularly*/ enumerator
A Dlv_label.c284 …if(long_mode == LV_LABEL_LONG_SROLL || long_mode == LV_LABEL_LONG_SROLL_CIRC || long_mode == LV_LA… in lv_label_set_long_mode()
360 if(ext->long_mode == LV_LABEL_LONG_SROLL || ext->long_mode == LV_LABEL_LONG_SROLL_CIRC) { in lv_label_set_anim_speed()
855 if((ext->long_mode == LV_LABEL_LONG_SROLL || ext->long_mode == LV_LABEL_LONG_SROLL_CIRC) && in lv_label_design()
867 …if(ext->long_mode == LV_LABEL_LONG_SROLL_CIRC || lv_obj_get_height(label) < LV_LABEL_HINT_HEIGHT_L… in lv_label_design()
878 if(ext->long_mode == LV_LABEL_LONG_SROLL_CIRC) { in lv_label_design()
1038 else if(ext->long_mode == LV_LABEL_LONG_SROLL_CIRC) { in lv_label_refr_text()
A Dlv_list.c216 lv_label_set_long_mode(label, LV_LABEL_LONG_SROLL_CIRC); in lv_list_add_btn()

Completed in 10 milliseconds