Searched refs:is_enabled (Results 1 – 1 of 1) sorted by relevance
775 const bool is_enabled = !lv_obj_has_state(indev_obj_act, LV_STATE_DISABLED); in indev_keypad_proc() local800 else if(is_enabled) { in indev_keypad_proc()825 …else if(is_enabled && data->state == LV_INDEV_STATE_PRESSED && prev_state == LV_INDEV_STATE_PRESSE… in indev_keypad_proc()870 …else if(is_enabled && data->state == LV_INDEV_STATE_RELEASED && prev_state == LV_INDEV_STATE_PRESS… in indev_keypad_proc()926 const bool is_enabled = !lv_obj_has_state(indev_obj_act, LV_STATE_DISABLED); in indev_encoder_proc() local939 if(is_enabled) { in indev_encoder_proc()957 if(is_enabled) { in indev_encoder_proc()994 if(is_enabled) { in indev_encoder_proc()1009 if(is_enabled) { in indev_encoder_proc()1039 if(is_enabled) { in indev_encoder_proc()[all …]