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

/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
H A DDragLayer.java87 private static final int SCRIM_COLOR = Color.BLACK & 0x00FFFFFF; field in class:DragLayer
1024 canvas.drawColor((alpha << 24) | SCRIM_COLOR);
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
H A DQuickContactActivity.java224 private static final int SCRIM_COLOR = Color.argb(0xC8, 0, 0, 0); field in class:QuickContactActivity
1040 mWindowScrim = new ColorDrawable(SCRIM_COLOR);

Completed in 144 milliseconds