Searched refs:mOpaqueColorInt (Results 1 – 3 of 3) sorted by relevance
41 final int mOpaqueColorInt; field in ScreenFlashNotificationColor47 this.mOpaqueColorInt = colorInt | ALPHA_MASK; in ScreenFlashNotificationColor()
95 if (colorInt == color.mOpaqueColorInt) { in getScreenColor()
55 assertThat(mColor.mOpaqueColorInt & OPAQUE_COLOR_MASK).isEqualTo(OPAQUE_COLOR_MASK); in opaqueColorMask()