Home
last modified time | relevance | path

Searched refs:getScreenColor (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/
DFlashNotificationsUtilTest.java28 import static com.android.settings.accessibility.FlashNotificationsUtil.getScreenColor;
137 getScreenColor(0x4D0000FF)); in getScreenColor_undefinedColor_throwException()
142 assertThat(getScreenColor(0x660080FF)).isEqualTo(ScreenFlashNotificationColor.AZURE); in getScreenColor_azureColor_returnAzure()
/packages/apps/Settings/src/com/android/settings/accessibility/
DFlashNotificationsUtil.java90 static ScreenFlashNotificationColor getScreenColor(@ColorInt int colorInt) in getScreenColor() method in FlashNotificationsUtil
106 return context.getString(getScreenColor(color).mStringRes); in getColorDescriptionText()