Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/footer/ui/view/
DFooterView.java409 final @ColorInt int scHigh; in updateColors() local
411 scHigh = Utils.getColorAttrDefaultColor(mContext, in updateColors()
413 if (scHigh != 0) { in updateColors()
414 final ColorFilter bgColorFilter = new PorterDuffColorFilter(scHigh, SRC_ATOP); in updateColors()
419 scHigh = 0; in updateColors()
431 + " backgroundTint(surfaceContainerHigh)=" + hexColorString(scHigh) in updateColors()