Searched refs:questionText (Results 1 – 1 of 1) sorted by relevance
366 TextView questionText = (TextView) questionStatusElement.findViewById(R.id.question); in updateQuestionStatus() local369 questionText.setTextColor(Color.GREEN); in updateQuestionStatus()373 questionText.setTextColor(Color.RED); in updateQuestionStatus()385 TextView questionText = (TextView) questionStatusElement.findViewById(R.id.question); in markQuestionLeftBlank() local388 questionText.setTextColor(Color.YELLOW); in markQuestionLeftBlank()439 TextView questionText = (TextView) questionStatusElement.findViewById(R.id.question); in resetQuiz() local441 questionText.setTextColor(Color.WHITE); in resetQuiz()