Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/
DColorSelectorLayoutTest.java60 mColorSelectorLayout.setCheckedColor(ScreenFlashNotificationColor.AZURE.mColorInt); in setColor_checkColorChanged()
62 .isEqualTo(ScreenFlashNotificationColor.AZURE.mColorInt); in setColor_checkColorChanged()
73 mColorSelectorLayout.setCheckedColor(ScreenFlashNotificationColor.AZURE.mColorInt); in setSelectedColor_checkColorChanged()
75 .isEqualTo(ScreenFlashNotificationColor.AZURE.mColorInt); in setSelectedColor_checkColorChanged()
DScreenFlashNotificationColorDialogFragmentTest.java72 mCurrentColor = ROSE.mColorInt; in setUp()
102 assertStartPreview(ROSE.mColorInt); in clickNeutral_assertStartPreview()
167 assertStartPreview(CYAN.mColorInt); in clickNeutralAndClickColor_assertStartPreview()
176 assertThat(mCurrentColor).isEqualTo(ROSE.mColorInt); in clickColorAndClickNegative_assertColor()
184 assertThat(mCurrentColor).isEqualTo(BLUE.mColorInt); in clickColorAndClickPositive_assertColor()
188 mColorSelectorLayout.setCheckedColor(color.mColorInt); in checkColorButton()
DScreenFlashNotificationColorTest.java50 assertThat(mColor.mColorInt & OPAQUE_COLOR_MASK).isNotEqualTo(0); in colorInt_assertNotTranslucent()
DFlashNotificationsUtilTest.java152 assertThat(getColorDescriptionText(mContext, ScreenFlashNotificationColor.AZURE.mColorInt)) in getColorDescriptionText_azureColor_returnAzureName()
/packages/apps/Settings/src/com/android/settings/accessibility/
DScreenFlashNotificationColor.java40 final int mColorInt; field in ScreenFlashNotificationColor
45 this.mColorInt = colorInt; in ScreenFlashNotificationColor()
DFlashNotificationsUtil.java47 static final int DEFAULT_SCREEN_FLASH_COLOR = ScreenFlashNotificationColor.YELLOW.mColorInt;