Home
last modified time | relevance | path

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

/lvgl-latest/demos/keypad_encoder/
Dlv_demo_keypad_encoder.c176 lv_group_focus_obj(lv_msgbox_get_btns(mbox)); in msgbox_create()
197 lv_group_focus_obj(lv_obj_get_child(t1, 0)); in msgbox_event_cb()
217 lv_group_focus_obj(kb); in ta_event_cb()
/lvgl-latest/src/core/
Dlv_group.h149 void lv_group_focus_obj(struct _lv_obj_t * obj);
Dlv_group.c171 if(focused == obj1) lv_group_focus_obj(obj2); in lv_group_swap_obj()
172 else if(focused == obj2) lv_group_focus_obj(obj1); in lv_group_swap_obj()
235 void lv_group_focus_obj(lv_obj_t * obj) in lv_group_focus_obj() function
Dlv_indev.c1064 lv_group_focus_obj(indev_obj_act); in indev_click_focus()
1103 lv_group_focus_obj(indev_obj_act); in indev_click_focus()
/lvgl-latest/examples/others/gridnav/
Dlv_example_gridnav_3.c9 lv_group_focus_obj(obj); in cont_sub_event_cb()