Searched refs:prompts (Results 1 – 1 of 1) sorted by relevance
196 final int [] prompts = {R.drawable.prompt_x, R.drawable.prompt_y, R.drawable.prompt_z}; in switchAxis() local199 imageView.setImageResource(prompts[axis-1]); in switchAxis()