| | |
| | | mHandler.obtainMessage(ADD_DATA).sendToTarget(); |
| | | if (examStatus.get(0).getStartExam() != Constant.NONE_BEEN_START_EXAM){ |
| | | btn_start_exam.setText("结束训练"); |
| | | iv_head.getDrawable().setLevel(1); |
| | | }else{ |
| | | iv_head.getDrawable().setLevel(0); |
| | | btn_start_exam.setText("开始训练"); |
| | | } |
| | | exam_type = examStatus.get(0).getStartExam(); |
| | |
| | | btn_ids.add(R.id.btn_10); |
| | | |
| | | |
| | | view.findViewById(R.id.iv_head).setOnClickListener(this); |
| | | view.findViewById(R.id.iv_coach_head).setOnClickListener(this); |
| | | av_curve = view.findViewById(R.id.av3); |
| | | av_park = view.findViewById(R.id.av2); |
| | | av_podao = view.findViewById(R.id.av1); |
| | |
| | | tv_start_time = view.findViewById(R.id.tv_start_time); |
| | | |
| | | iv_head = view.findViewById(R.id.iv_head); |
| | | iv_head.setOnClickListener(this); |
| | | iv_coach_head = view.findViewById(R.id.iv_coach_head); |
| | | iv_coach_head.setOnClickListener(this); |
| | | tv_speed = view.findViewById(R.id.tv_speed); |
| | | tv_total_score = view.findViewById(R.id.tv_total_score); |
| | | |