Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DDatePickerCalendarDelegate.java199 final int activatedColor; in applyLegacyColorFixes() local
202 activatedColor = color.getColorForState(StateSet.get( in applyLegacyColorFixes()
207 activatedColor = color.getDefaultColor(); in applyLegacyColorFixes()
212 defaultColor = multiplyAlphaComponent(activatedColor, disabledAlpha); in applyLegacyColorFixes()
215 if (activatedColor == 0 || defaultColor == 0) { in applyLegacyColorFixes()
221 final int[] colors = new int[] { activatedColor, defaultColor }; in applyLegacyColorFixes()
DTimePickerClockDelegate.java363 final int activatedColor; in applyLegacyColorFixes() local
366 activatedColor = color.getColorForState(StateSet.get( in applyLegacyColorFixes()
371 activatedColor = color.getDefaultColor(); in applyLegacyColorFixes()
376 defaultColor = multiplyAlphaComponent(activatedColor, disabledAlpha); in applyLegacyColorFixes()
379 if (activatedColor == 0 || defaultColor == 0) { in applyLegacyColorFixes()
385 final int[] colors = new int[] { activatedColor, defaultColor }; in applyLegacyColorFixes()
DSimpleMonthView.java323 final int activatedColor = dayBackgroundColor.getColorForState( in setDaySelectorColor() local
325 mDaySelectorPaint.setColor(activatedColor); in setDaySelectorColor()
326 mDayHighlightSelectorPaint.setColor(activatedColor); in setDaySelectorColor()