Home
last modified time | relevance | path

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

/lvgl-latest/src/core/
Dlv_refr.c778 lv_obj_t * top_act_scr = NULL; in refr_configured_layer() local
782 top_act_scr = lv_refr_get_top_obj(&layer->_clip_area, lv_display_get_screen_active(disp_refr)); in refr_configured_layer()
788 if(top_act_scr == NULL && top_prev_scr == NULL) { in refr_configured_layer()
793 if(top_act_scr == NULL) top_act_scr = disp_refr->act_scr; in refr_configured_layer()
794 refr_obj_and_children(layer, top_act_scr); in refr_configured_layer()
809 if(top_act_scr == NULL) top_act_scr = disp_refr->act_scr; in refr_configured_layer()
810 refr_obj_and_children(layer, top_act_scr); in refr_configured_layer()