OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:KEY_MINUTES_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
55
private static final String
KEY_MINUTES_COLOR
= "MINUTES_COLOR";
161
setUpColorPickerSelection(R.id.minutes,
KEY_MINUTES_COLOR
, config, R.string.color_white);
166
setUpColorPickerListener(R.id.minutes,
KEY_MINUTES_COLOR
);
/developers/samples/android/wearable/wear/WatchFace/Application/src/main/java/com/example/android/wearable/watchface/
DigitalWatchFaceCompanionConfigActivity.java
55
private static final String
KEY_MINUTES_COLOR
= "MINUTES_COLOR";
161
setUpColorPickerSelection(R.id.minutes,
KEY_MINUTES_COLOR
, config, R.string.color_white);
166
setUpColorPickerListener(R.id.minutes,
KEY_MINUTES_COLOR
);
/development/samples/browseable/WatchFace/Application/src/com.example.android.wearable.watchface/
DigitalWatchFaceCompanionConfigActivity.java
55
private static final String
KEY_MINUTES_COLOR
= "MINUTES_COLOR";
161
setUpColorPickerSelection(R.id.minutes,
KEY_MINUTES_COLOR
, config, R.string.color_white);
166
setUpColorPickerListener(R.id.minutes,
KEY_MINUTES_COLOR
);
/developers/build/prebuilts/gradle/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/
DigitalWatchFaceUtil.java
52
public static final String
KEY_MINUTES_COLOR
= "MINUTES_COLOR";
DigitalWatchFaceService.java
558
addIntKeyIfMissing(config, DigitalWatchFaceUtil.
KEY_MINUTES_COLOR
,
623
} else if (configKey.equals(DigitalWatchFaceUtil.
KEY_MINUTES_COLOR
)) {
/developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/
DigitalWatchFaceUtil.java
52
public static final String
KEY_MINUTES_COLOR
= "MINUTES_COLOR";
DigitalWatchFaceService.java
558
addIntKeyIfMissing(config, DigitalWatchFaceUtil.
KEY_MINUTES_COLOR
,
623
} else if (configKey.equals(DigitalWatchFaceUtil.
KEY_MINUTES_COLOR
)) {
/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
DigitalWatchFaceUtil.java
52
public static final String
KEY_MINUTES_COLOR
= "MINUTES_COLOR";
DigitalWatchFaceService.java
558
addIntKeyIfMissing(config, DigitalWatchFaceUtil.
KEY_MINUTES_COLOR
,
623
} else if (configKey.equals(DigitalWatchFaceUtil.
KEY_MINUTES_COLOR
)) {
Completed in 586 milliseconds