Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/accessibility/
DScreenFlashNotificationColor.java41 final int mOpaqueColorInt; field in ScreenFlashNotificationColor
47 this.mOpaqueColorInt = colorInt | ALPHA_MASK; in ScreenFlashNotificationColor()
DFlashNotificationsUtil.java95 if (colorInt == color.mOpaqueColorInt) { in getScreenColor()
/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/
DScreenFlashNotificationColorTest.java55 assertThat(mColor.mOpaqueColorInt & OPAQUE_COLOR_MASK).isEqualTo(OPAQUE_COLOR_MASK); in opaqueColorMask()