Home
last modified time | relevance | path

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

/lvgl-latest/src/widgets/textarea/
Dlv_textarea.c1284 lv_label_t * label_data = (lv_label_t *)ta->label; in update_cursor_position_on_click() local
1326 if(label_data->sel_start != ta->sel_end || label_data->sel_end != ta->sel_start) { in update_cursor_position_on_click()
1327 label_data->sel_start = ta->sel_end; in update_cursor_position_on_click()
1328 label_data->sel_end = ta->sel_start; in update_cursor_position_on_click()
1333 if(label_data->sel_start != ta->sel_start || label_data->sel_end != ta->sel_end) { in update_cursor_position_on_click()
1334 label_data->sel_start = ta->sel_start; in update_cursor_position_on_click()
1335 label_data->sel_end = ta->sel_end; in update_cursor_position_on_click()
1340 …if(label_data->sel_start != LV_DRAW_LABEL_NO_TXT_SEL || label_data->sel_end != LV_DRAW_LABEL_NO_TX… in update_cursor_position_on_click()
1341 label_data->sel_start = LV_DRAW_LABEL_NO_TXT_SEL; in update_cursor_position_on_click()
1342 label_data->sel_end = LV_DRAW_LABEL_NO_TXT_SEL; in update_cursor_position_on_click()