Searched refs:LV_LABEL_LONG_SROLL_CIRC (Results 1 – 3 of 3) sorted by relevance
48 LV_LABEL_LONG_SROLL_CIRC, /**< Keep the size and roll the text circularly*/ enumerator
284 …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()
216 lv_label_set_long_mode(label, LV_LABEL_LONG_SROLL_CIRC); in lv_list_add_btn()
Completed in 8 milliseconds