Home
last modified time | relevance | path

Searched refs:KEY_BACKGROUND_COLOR (Results 1 – 4 of 4) sorted by relevance

/development/samples/browseable/WatchFace/Application/src/com.example.android.wearable.watchface/
DDigitalWatchFaceCompanionConfigActivity.java53 private static final String KEY_BACKGROUND_COLOR = "BACKGROUND_COLOR"; field in DigitalWatchFaceCompanionConfigActivity
158 setUpColorPickerSelection(R.id.background, KEY_BACKGROUND_COLOR, config, in setUpAllPickers()
164 setUpColorPickerListener(R.id.background, KEY_BACKGROUND_COLOR); in setUpAllPickers()
/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
DDigitalWatchFaceUtil.java40 public static final String KEY_BACKGROUND_COLOR = "BACKGROUND_COLOR"; field in DigitalWatchFaceUtil
DDigitalWatchFaceService.java558 addIntKeyIfMissing(config, DigitalWatchFaceUtil.KEY_BACKGROUND_COLOR,
623 if (configKey.equals(DigitalWatchFaceUtil.KEY_BACKGROUND_COLOR)) {
DDigitalWatchFaceWearableConfigActivity.java153 configKeysToOverwrite.putInt(DigitalWatchFaceUtil.KEY_BACKGROUND_COLOR, in updateConfigDataItem()