Home
last modified time | relevance | path

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

/development/samples/browseable/WatchFace/Application/src/com.example.android.wearable.watchface/
DDigitalWatchFaceCompanionConfigActivity.java158 setUpColorPickerSelection(R.id.background, KEY_BACKGROUND_COLOR, config, in setUpAllPickers()
160 setUpColorPickerSelection(R.id.hours, KEY_HOURS_COLOR, config, R.string.color_white); in setUpAllPickers()
161 setUpColorPickerSelection(R.id.minutes, KEY_MINUTES_COLOR, config, R.string.color_white); in setUpAllPickers()
162 setUpColorPickerSelection(R.id.seconds, KEY_SECONDS_COLOR, config, R.string.color_gray); in setUpAllPickers()
170 private void setUpColorPickerSelection(int spinnerId, final String configKey, DataMap config, in setUpColorPickerSelection() method in DigitalWatchFaceCompanionConfigActivity