Home
last modified time | relevance | path

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

/development/samples/browseable/WatchFace/Application/src/com.example.android.wearable.watchface/
DDigitalWatchFaceCompanionConfigActivity.java56 private static final String KEY_SECONDS_COLOR = "SECONDS_COLOR"; field in DigitalWatchFaceCompanionConfigActivity
162 setUpColorPickerSelection(R.id.seconds, KEY_SECONDS_COLOR, config, R.string.color_gray); in setUpAllPickers()
167 setUpColorPickerListener(R.id.seconds, KEY_SECONDS_COLOR); in setUpAllPickers()
/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
DDigitalWatchFaceUtil.java58 public static final String KEY_SECONDS_COLOR = "SECONDS_COLOR"; field in DigitalWatchFaceUtil
DDigitalWatchFaceService.java504 addIntKeyIfMissing(config, DigitalWatchFaceUtil.KEY_SECONDS_COLOR,
573 } else if (configKey.equals(DigitalWatchFaceUtil.KEY_SECONDS_COLOR)) {