Home
last modified time | relevance | path

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

/AliOS-Things-master/components/littlevgl/src/lv_core/
A Dlv_obj.c61 static lv_event_temp_data_t * event_temp_data_head; variable
1361 if(event_temp_data_head) { in lv_event_send_func()
1362 event_temp_data.prev = event_temp_data_head; in lv_event_send_func()
1364 event_temp_data_head = &event_temp_data; in lv_event_send_func()
1382 event_temp_data_head = event_temp_data_head->prev; in lv_event_send_func()
2331 lv_event_temp_data_t * t = event_temp_data_head;

Completed in 5 milliseconds