Lines Matching full:group
349 return indev->group; in lv_indev_get_group()
453 void lv_indev_set_group(lv_indev_t * indev, lv_group_t * group) in lv_indev_set_group() argument
456 indev->group = group; in lv_indev_set_group()
769 lv_group_t * g = i->group; in indev_keypad_proc()
915 lv_group_t * g = i->group; in indev_encoder_proc()
1591 /*If both the last and act. obj. are in the same group (or have no group)*/ in indev_click_focus()
1593 /*The objects are in a group*/ in indev_click_focus()
1598 /*The object are not in group*/ in indev_click_focus()
1609 /*The object are not in the same group (in different groups or one has no group)*/ in indev_click_focus()
1611 /*If the prev. obj. is not in a group then defocus it.*/ in indev_click_focus()
1616 /*Focus on a non-group object*/ in indev_click_focus()
1619 /*If the prev. object also wasn't in a group defocus it*/ in indev_click_focus()
1624 /*If the prev. object also was in a group at least "LEAVE" it instead of defocus*/ in indev_click_focus()
1632 /*Focus to the act. in its group*/ in indev_click_focus()