OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thumbResources
(Results
1 - 3
of
3
) sorted by null
/developers/build/prebuilts/gradle/WearSpeakerSample/wear/src/main/java/com/example/android/wearable/speaker/
MainActivity.java
219
int[]
thumbResources
= new int[] {R.id.mic, R.id.play, R.id.music};
222
thumbs[i] = (ImageView) findViewById(
thumbResources
[i]);
/developers/samples/android/wearable/wear/WearSpeakerSample/wear/src/main/java/com/example/android/wearable/speaker/
MainActivity.java
219
int[]
thumbResources
= new int[] {R.id.mic, R.id.play, R.id.music};
222
thumbs[i] = (ImageView) findViewById(
thumbResources
[i]);
/development/samples/browseable/WearSpeakerSample/src/com.example.android.wearable.speaker/
MainActivity.java
219
int[]
thumbResources
= new int[] {R.id.mic, R.id.play, R.id.music};
222
thumbs[i] = (ImageView) findViewById(
thumbResources
[i]);
Completed in 129 milliseconds