Home
last modified time | relevance | path

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

/AliOS-Things-master/components/littlevgl/src/lv_core/
A Dlv_group.c695 lv_obj_t * last_top = NULL; in obj_to_foreground() local
697 if(i->top != 0) last_top = i; in obj_to_foreground()
701 if(last_top != NULL) { in obj_to_foreground()
703 lv_obj_move_foreground(last_top); in obj_to_foreground()
A Dlv_indev.c742 lv_obj_t * last_top = NULL; in indev_proc_press() local
744 if(i->top) last_top = i; in indev_proc_press()
748 if(last_top != NULL) { in indev_proc_press()
750 lv_obj_move_foreground(last_top); in indev_proc_press()

Completed in 5 milliseconds