Home
last modified time | relevance | path

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

/lvgl-latest/src/others/gridnav/
Dlv_gridnav.c162 lv_group_focus_next(lv_obj_get_group(obj)); in gridnav_event_cb()
182 lv_group_focus_prev(lv_obj_get_group(obj)); in gridnav_event_cb()
201 lv_group_focus_next(lv_obj_get_group(obj)); in gridnav_event_cb()
220 lv_group_focus_prev(lv_obj_get_group(obj)); in gridnav_event_cb()
226 if(lv_group_get_focused(lv_obj_get_group(obj)) == obj) { in gridnav_event_cb()
280 if(lv_group_get_focused(lv_obj_get_group(obj)) == obj) { in gridnav_event_cb()
/lvgl-latest/src/core/
Dlv_group.c144 lv_group_t * g1 = lv_obj_get_group(obj1); in lv_group_swap_obj()
145 lv_group_t * g2 = lv_obj_get_group(obj2); in lv_group_swap_obj()
164 lv_group_t * g = lv_obj_get_group(obj); in lv_group_remove_obj()
226 lv_group_t * g = lv_obj_get_group(obj); in lv_group_focus_obj()
Dlv_obj.c246 lv_group_t * group = lv_obj_get_group(obj); in lv_obj_add_flag()
362 lv_group_t * lv_obj_get_group(const lv_obj_t * obj) in lv_obj_get_group() function
526 lv_group_t * group = lv_obj_get_group(obj); in lv_obj_destructor()
812 editing = lv_group_get_editing(lv_obj_get_group(obj)); in lv_obj_event()
Dlv_obj.h328 lv_group_t * lv_obj_get_group(const lv_obj_t * obj);
Dlv_obj_tree.c528 lv_group_t * group = lv_obj_get_group(obj); in obj_delete_core()
/lvgl-latest/examples/others/gridnav/
Dlv_example_gridnav_3.c12 lv_group_focus_next(lv_obj_get_group(obj)); in cont_sub_event_cb()
/lvgl-latest/demos/keypad_encoder/
Dlv_demo_keypad_encoder.c206 lv_group_set_editing(lv_obj_get_group(kb), kb != NULL); in ta_event_cb()
/lvgl-latest/src/widgets/dropdown/
Dlv_dropdown.c733 lv_group_t * g = lv_obj_get_group(obj); in lv_dropdown_event()
1112 lv_group_set_editing(lv_obj_get_group(obj), false); in btn_release_handler()
1141 lv_group_t * g = lv_obj_get_group(dropdown_obj); in list_release_handler()
/lvgl-latest/src/widgets/spinbox/
Dlv_spinbox.c312 …lv_indev_get_type(indev) == LV_INDEV_TYPE_ENCODER && lv_group_get_editing(lv_obj_get_group(obj))) { in lv_spinbox_event()
/lvgl-latest/src/widgets/roller/
Dlv_roller.c409 lv_group_t * g = lv_obj_get_group(obj); in lv_roller_event()
743 lv_group_t * g = lv_obj_get_group(obj); in release_handler()
/lvgl-latest/src/widgets/slider/
Dlv_slider.c278 lv_group_t * g = lv_obj_get_group(obj); in lv_slider_event()
/lvgl-latest/src/indev/
Dlv_indev.c1588 lv_group_t * g_act = lv_obj_get_group(indev_obj_act); in indev_click_focus()
1589 …lv_group_t * g_prev = indev->pointer.last_pressed ? lv_obj_get_group(indev->pointer.last_pressed) … in indev_click_focus()
/lvgl-latest/src/widgets/buttonmatrix/
Dlv_buttonmatrix.c528 bool editing = lv_group_get_editing(lv_obj_get_group(obj)); in lv_buttonmatrix_event()
/lvgl-latest/src/widgets/arc/
Dlv_arc.c607 lv_group_t * g = lv_obj_get_group(obj); in lv_arc_event()
/lvgl-latest/docs/details/main-components/
Dindev.rst320 using :cpp:expr:`lv_obj_get_group(widget)`.