Home
last modified time | relevance | path

Searched refs:prompts (Results 1 – 1 of 1) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DRVCVRecordActivity.java196 final int [] prompts = {R.drawable.prompt_x, R.drawable.prompt_y, R.drawable.prompt_z}; in switchAxis() local
199 imageView.setImageResource(prompts[axis-1]); in switchAxis()