Home
last modified time | relevance | path

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

/development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/utils/
DResourceHelper.java36 public static int getThemeColor(Context context, int attribute, int defaultColor) { in getThemeColor() argument
46 themeColor = ta.getColor(0, defaultColor); in getThemeColor()
/development/samples/browseable/WatchFace/Application/src/com.example.android.wearable.watchface/
DDigitalWatchFaceCompanionConfigActivity.java173 int defaultColor = Color.parseColor(defaultColorName); in setUpColorPickerSelection() local
176 color = config.getInt(configKey, defaultColor); in setUpColorPickerSelection()
178 color = defaultColor; in setUpColorPickerSelection()
/development/samples/Wiktionary/src/com/example/android/wiktionary/
DLookupActivity.java202 int defaultColor = textView.getTextColors().getDefaultColor(); in showAbout() local
203 textView.setTextColor(defaultColor); in showAbout()