OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:KEY_BACKGROUND_COLOR
(Results
1 - 14
of
14
) sorted by null
/packages/apps/DeskClock/src/com/android/deskclock/
BaseActivity.java
37
private static final String
KEY_BACKGROUND_COLOR
= "background_color";
60
: savedInstanceState.getInt(
KEY_BACKGROUND_COLOR
, currentColor);
103
outState.putInt(
KEY_BACKGROUND_COLOR
, mBackground.getColor());
/developers/build/prebuilts/gradle/WatchFace/Application/src/main/java/com/example/android/wearable/watchface/
DigitalWatchFaceCompanionConfigActivity.java
53
private static final String
KEY_BACKGROUND_COLOR
= "BACKGROUND_COLOR";
158
setUpColorPickerSelection(R.id.background,
KEY_BACKGROUND_COLOR
, config,
164
setUpColorPickerListener(R.id.background,
KEY_BACKGROUND_COLOR
);
/developers/samples/android/wearable/wear/WatchFace/Application/src/main/java/com/example/android/wearable/watchface/
DigitalWatchFaceCompanionConfigActivity.java
53
private static final String
KEY_BACKGROUND_COLOR
= "BACKGROUND_COLOR";
158
setUpColorPickerSelection(R.id.background,
KEY_BACKGROUND_COLOR
, config,
164
setUpColorPickerListener(R.id.background,
KEY_BACKGROUND_COLOR
);
/development/samples/browseable/WatchFace/Application/src/com.example.android.wearable.watchface/
DigitalWatchFaceCompanionConfigActivity.java
53
private static final String
KEY_BACKGROUND_COLOR
= "BACKGROUND_COLOR";
158
setUpColorPickerSelection(R.id.background,
KEY_BACKGROUND_COLOR
, config,
164
setUpColorPickerListener(R.id.background,
KEY_BACKGROUND_COLOR
);
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/development/
CaptionCustomFragment.java
41
private static final String
KEY_BACKGROUND_COLOR
= "background_color";
107
mBackgroundColorPref = (ListPreference) findPreference(
KEY_BACKGROUND_COLOR
);
165
case
KEY_BACKGROUND_COLOR
:
/developers/build/prebuilts/gradle/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/
DigitalWatchFaceUtil.java
40
public static final String
KEY_BACKGROUND_COLOR
= "BACKGROUND_COLOR";
DigitalWatchFaceService.java
554
addIntKeyIfMissing(config, DigitalWatchFaceUtil.
KEY_BACKGROUND_COLOR
,
619
if (configKey.equals(DigitalWatchFaceUtil.
KEY_BACKGROUND_COLOR
)) {
DigitalWatchFaceWearableConfigActivity.java
153
configKeysToOverwrite.putInt(DigitalWatchFaceUtil.
KEY_BACKGROUND_COLOR
,
/developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/
DigitalWatchFaceUtil.java
40
public static final String
KEY_BACKGROUND_COLOR
= "BACKGROUND_COLOR";
DigitalWatchFaceService.java
554
addIntKeyIfMissing(config, DigitalWatchFaceUtil.
KEY_BACKGROUND_COLOR
,
619
if (configKey.equals(DigitalWatchFaceUtil.
KEY_BACKGROUND_COLOR
)) {
DigitalWatchFaceWearableConfigActivity.java
153
configKeysToOverwrite.putInt(DigitalWatchFaceUtil.
KEY_BACKGROUND_COLOR
,
/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
DigitalWatchFaceUtil.java
40
public static final String
KEY_BACKGROUND_COLOR
= "BACKGROUND_COLOR";
DigitalWatchFaceService.java
554
addIntKeyIfMissing(config, DigitalWatchFaceUtil.
KEY_BACKGROUND_COLOR
,
619
if (configKey.equals(DigitalWatchFaceUtil.
KEY_BACKGROUND_COLOR
)) {
DigitalWatchFaceWearableConfigActivity.java
153
configKeysToOverwrite.putInt(DigitalWatchFaceUtil.
KEY_BACKGROUND_COLOR
,
Completed in 868 milliseconds