Searched refs:thumbResources (Results 1 – 1 of 1) sorted by relevance
219 int[] thumbResources = new int[] {R.id.mic, R.id.play, R.id.music}; in start() local222 thumbs[i] = (ImageView) findViewById(thumbResources[i]); in start()