Searched refs:lv_obj_move_foreground (Results 1 – 6 of 6) sorted by relevance
55 static inline void lv_obj_move_foreground(lv_obj_t * obj) in lv_obj_move_foreground() function
18 lv_obj_move_foreground(float_btn); in float_btn_event_cb()
104 lv_obj_move_foreground(currentButton); in event_handler_bottom()
44 - Use `lv_obj_move_foreground(obj)` to bring an object to the foreground. Similarly, use `lv_obj_mo…
70 You can bring an object to the foreground or send it to the background with `lv_obj_move_foreground…
265 lv_obj_move_foreground(logo); in _lv_demo_music_main_create()