Lines Matching full:else

429     else if(code == LV_EVENT_SIZE_CHANGED) {  in lv_btnmatrix_event()
432 else if(code == LV_EVENT_PRESSED) { in lv_btnmatrix_event()
451 else { in lv_btnmatrix_event()
467 else if(code == LV_EVENT_PRESSING) { in lv_btnmatrix_event()
500 else if(code == LV_EVENT_RELEASED) { in lv_btnmatrix_event()
508 else { in lv_btnmatrix_event()
528 else if(code == LV_EVENT_LONG_PRESSED_REPEAT) { in lv_btnmatrix_event()
539 else if(code == LV_EVENT_PRESS_LOST) { in lv_btnmatrix_event()
543 else if(code == LV_EVENT_FOCUSED) { in lv_btnmatrix_event()
564 else { in lv_btnmatrix_event()
570 else { in lv_btnmatrix_event()
575 else if(code == LV_EVENT_DEFOCUSED || code == LV_EVENT_LEAVE) { in lv_btnmatrix_event()
579 else if(code == LV_EVENT_KEY) { in lv_btnmatrix_event()
586 else btnm->btn_id_sel++; in lv_btnmatrix_event()
600 else if(c == LV_KEY_LEFT) { in lv_btnmatrix_event()
604 else if(btnm->btn_id_sel > 0) btnm->btn_id_sel--; in lv_btnmatrix_event()
609 else btnm->btn_id_sel = btnm->btn_cnt - 1; in lv_btnmatrix_event()
617 else if(c == LV_KEY_DOWN) { in lv_btnmatrix_event()
630 else { in lv_btnmatrix_event()
648 else if(c == LV_KEY_UP) { in lv_btnmatrix_event()
661 else { in lv_btnmatrix_event()
681 else if(code == LV_EVENT_DRAW_MAIN) { in lv_btnmatrix_event()
752 else if(btn_i == btnm->btn_id_sel) { in draw_main()
772 else { in draw_main()
785 else draw_label_dsc_act.flag &= ~LV_TEXT_FLAG_RECOLOR; in draw_main()
866 else { in allocate_btn_areas_and_controls()
986 else btn_area.x1 += obj_cords.x1 - pcol; in get_button_from_point()
989 else btn_area.y1 += obj_cords.y1 - prow; in get_button_from_point()
993 else btn_area.x2 += obj_cords.x1 + pcol; in get_button_from_point()
997 else btn_area.y2 += obj_cords.y1 + prow; in get_button_from_point()