Home
last modified time | relevance | path

Searched refs:defaultColor (Results 1 – 4 of 4) 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/JobScheduler/src/com.example.android.jobscheduler/
DMainActivity.java54 defaultColor = res.getColor(R.color.none_received); in onCreate()
75 int defaultColor; field in MainActivity
100 mShowStartView.setBackgroundColor(defaultColor);
103 mShowStopView.setBackgroundColor(defaultColor);
/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()