Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DDatePickerCalendarDelegate.java200 final int activatedColor; in applyLegacyColorFixes() local
203 activatedColor = color.getColorForState(StateSet.get( in applyLegacyColorFixes()
208 activatedColor = color.getDefaultColor(); in applyLegacyColorFixes()
213 defaultColor = multiplyAlphaComponent(activatedColor, disabledAlpha); in applyLegacyColorFixes()
216 if (activatedColor == 0 || defaultColor == 0) { in applyLegacyColorFixes()
222 final int[] colors = new int[] { activatedColor, defaultColor }; in applyLegacyColorFixes()
DTimePickerClockDelegate.java352 final int activatedColor; in applyLegacyColorFixes() local
355 activatedColor = color.getColorForState(StateSet.get( in applyLegacyColorFixes()
360 activatedColor = color.getDefaultColor(); in applyLegacyColorFixes()
365 defaultColor = multiplyAlphaComponent(activatedColor, disabledAlpha); in applyLegacyColorFixes()
368 if (activatedColor == 0 || defaultColor == 0) { in applyLegacyColorFixes()
374 final int[] colors = new int[] { activatedColor, defaultColor }; in applyLegacyColorFixes()
DSimpleMonthView.java322 final int activatedColor = dayBackgroundColor.getColorForState( in setDaySelectorColor() local
324 mDaySelectorPaint.setColor(activatedColor); in setDaySelectorColor()
325 mDayHighlightSelectorPaint.setColor(activatedColor); in setDaySelectorColor()