HomeSort by relevance Sort by last modified time
    Searched refs:planetInformation (Results 1 - 3 of 3) sorted by null

  /developers/build/prebuilts/gradle/WearDrawers/Wearable/src/main/java/com/example/android/wearable/wear/weardrawers/
MainActivity.java 115 String[] planetInformation = getResources().getStringArray(planetResourceId);
118 planetInformation[0], // Name
119 planetInformation[1], // Navigation icon
120 planetInformation[2], // Image icon
121 planetInformation[3], // Moons
122 planetInformation[4], // Volume
123 planetInformation[5])); // Surface area
  /developers/samples/android/wearable/wear/WearDrawers/Wearable/src/main/java/com/example/android/wearable/wear/weardrawers/
MainActivity.java 115 String[] planetInformation = getResources().getStringArray(planetResourceId);
118 planetInformation[0], // Name
119 planetInformation[1], // Navigation icon
120 planetInformation[2], // Image icon
121 planetInformation[3], // Moons
122 planetInformation[4], // Volume
123 planetInformation[5])); // Surface area
  /development/samples/browseable/WearDrawers/src/com.example.android.wearable.wear.weardrawers/
MainActivity.java 120 String[] planetInformation = getResources().getStringArray(planetResourceId);
123 planetInformation[0], // Name
124 planetInformation[1], // Navigation icon
125 planetInformation[2], // Image icon
126 planetInformation[3], // Moons
127 planetInformation[4], // Volume
128 planetInformation[5])); // Surface area

Completed in 100 milliseconds