Searched refs:mColorInt (Results 1 – 6 of 6) sorted by relevance
60 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()
72 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()
50 assertThat(mColor.mColorInt & OPAQUE_COLOR_MASK).isNotEqualTo(0); in colorInt_assertNotTranslucent()
152 assertThat(getColorDescriptionText(mContext, ScreenFlashNotificationColor.AZURE.mColorInt)) in getColorDescriptionText_azureColor_returnAzureName()
40 final int mColorInt; field in ScreenFlashNotificationColor45 this.mColorInt = colorInt; in ScreenFlashNotificationColor()
47 static final int DEFAULT_SCREEN_FLASH_COLOR = ScreenFlashNotificationColor.YELLOW.mColorInt;