Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/charging/
H A DWirelessChargingLayout.java47 private static final int SCRIM_COLOR = 0x4C000000; field in WirelessChargingLayout
128 "backgroundColor", Color.TRANSPARENT, SCRIM_COLOR); in init()
132 "backgroundColor", SCRIM_COLOR, Color.TRANSPARENT); in init()
/aosp12/packages/apps/Contacts/src/com/android/contacts/quickcontact/
H A DQuickContactActivity.java215 private static final int SCRIM_COLOR = Color.argb(0xC8, 0, 0, 0); field in QuickContactActivity
707 mWindowScrim = new ColorDrawable(SCRIM_COLOR); in onCreate()