Searched refs:long_mode (Results 1 – 2 of 2) sorted by relevance
93 ext->long_mode = LV_LABEL_LONG_EXPAND; in lv_label_create()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()294 ext->long_mode = long_mode; 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()417 return ext->long_mode; in lv_label_get_long_mode()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()855 if((ext->long_mode == LV_LABEL_LONG_SROLL || ext->long_mode == LV_LABEL_LONG_SROLL_CIRC) && in lv_label_design()979 if(ext->long_mode == LV_LABEL_LONG_EXPAND) { in lv_label_refr_text()[all …]
88 lv_label_long_mode_t long_mode : 3; /*Determinate what to do with the long texts*/ member151 void lv_label_set_long_mode(lv_obj_t * label, lv_label_long_mode_t long_mode);
Completed in 5 milliseconds