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

  /developers/build/prebuilts/gradle/WatchFace/Application/src/main/java/com/example/android/wearable/watchface/
DigitalWatchFaceCompanionConfigActivity.java 56 private static final String KEY_SECONDS_COLOR = "SECONDS_COLOR";
162 setUpColorPickerSelection(R.id.seconds, KEY_SECONDS_COLOR, config, R.string.color_gray);
167 setUpColorPickerListener(R.id.seconds, KEY_SECONDS_COLOR);
  /developers/samples/android/wearable/wear/WatchFace/Application/src/main/java/com/example/android/wearable/watchface/
DigitalWatchFaceCompanionConfigActivity.java 56 private static final String KEY_SECONDS_COLOR = "SECONDS_COLOR";
162 setUpColorPickerSelection(R.id.seconds, KEY_SECONDS_COLOR, config, R.string.color_gray);
167 setUpColorPickerListener(R.id.seconds, KEY_SECONDS_COLOR);
  /development/samples/browseable/WatchFace/Application/src/com.example.android.wearable.watchface/
DigitalWatchFaceCompanionConfigActivity.java 56 private static final String KEY_SECONDS_COLOR = "SECONDS_COLOR";
162 setUpColorPickerSelection(R.id.seconds, KEY_SECONDS_COLOR, config, R.string.color_gray);
167 setUpColorPickerListener(R.id.seconds, KEY_SECONDS_COLOR);
  /developers/build/prebuilts/gradle/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/
DigitalWatchFaceUtil.java 58 public static final String KEY_SECONDS_COLOR = "SECONDS_COLOR";
DigitalWatchFaceService.java 504 addIntKeyIfMissing(config, DigitalWatchFaceUtil.KEY_SECONDS_COLOR,
573 } else if (configKey.equals(DigitalWatchFaceUtil.KEY_SECONDS_COLOR)) {
  /developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/
DigitalWatchFaceUtil.java 58 public static final String KEY_SECONDS_COLOR = "SECONDS_COLOR";
DigitalWatchFaceService.java 504 addIntKeyIfMissing(config, DigitalWatchFaceUtil.KEY_SECONDS_COLOR,
573 } else if (configKey.equals(DigitalWatchFaceUtil.KEY_SECONDS_COLOR)) {
  /development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
DigitalWatchFaceUtil.java 58 public static final String KEY_SECONDS_COLOR = "SECONDS_COLOR";
DigitalWatchFaceService.java 504 addIntKeyIfMissing(config, DigitalWatchFaceUtil.KEY_SECONDS_COLOR,
573 } else if (configKey.equals(DigitalWatchFaceUtil.KEY_SECONDS_COLOR)) {

Completed in 768 milliseconds