Searched refs:defaultColor (Results 1 – 8 of 8) sorted by relevance
36 public static int getThemeColor(Context context, int attribute, int defaultColor) { in getThemeColor() argument46 themeColor = ta.getColor(0, defaultColor); in getThemeColor()
54 defaultColor = res.getColor(R.color.none_received); in onCreate()75 int defaultColor; field in MainActivity100 mShowStartView.setBackgroundColor(defaultColor);103 mShowStopView.setBackgroundColor(defaultColor);
173 int defaultColor = Color.parseColor(defaultColorName); in setUpColorPickerSelection() local176 color = config.getInt(configKey, defaultColor); in setUpColorPickerSelection()178 color = defaultColor; in setUpColorPickerSelection()
202 int defaultColor = textView.getTextColors().getDefaultColor(); in showAbout() local203 textView.setTextColor(defaultColor); in showAbout()
META-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...