Searched refs:indev_obj_act (Results 1 – 1 of 1) sorted by relevance
59 #define indev_obj_act LV_GLOBAL_DEFAULT()->indev_obj_active macro239 indev_obj_act = NULL; in lv_indev_read()269 indev_obj_act = NULL; in lv_indev_read()425 indev_obj_act = NULL; in lv_indev_reset()544 return indev_obj_act; in lv_indev_get_active_obj()772 indev_obj_act = lv_group_get_focused(g); in indev_keypad_proc()773 if(indev_obj_act == NULL) return; in indev_keypad_proc()775 const bool is_enabled = !lv_obj_has_state(indev_obj_act, LV_STATE_DISABLED); in indev_keypad_proc()888 indev_obj_act = NULL; in indev_keypad_proc()918 indev_obj_act = lv_group_get_focused(g); in indev_encoder_proc()[all …]