Home
last modified time | relevance | path

Searched defs:expectedColor (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/external/
DTileColorPickerTest.java51 final int expectedColor = mTintColorStateList.getColorForState( in testGetColor_StateUnavailable_ReturnUnavailableColor() local
60 final int expectedColor = mTintColorStateList.getColorForState( in testGetColor_StateInactive_ReturnInactiveColor() local
69 final int expectedColor = mTintColorStateList.getColorForState( in testGetColor_StateActive_ReturnActiveColor() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/ui/
DColorSchemeTransitionTest.kt124 val expectedColor = DEFAULT_COLOR in <lambda>() constant
136 val expectedColor = TARGET_COLOR in <lambda>() constant
148 val expectedColor = Color.rgb(186, 0, 186) in <lambda>() constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shared/clocks/
DDefaultClockProviderTest.kt105 val expectedColor = 0 in defaultClock_initialize() constant
163 val expectedColor = 0 in defaultClock_events_onColorPaletteChanged() constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/surfaceeffects/ripple/
DMultiRippleControllerTest.kt52 val expectedColor = Color.RED in updateColor_updatesColor() constant
DRippleAnimationTest.kt83 val expectedColor = Color.RED in updateColor_updatesColorCorrectly() constant
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/unfold/
DUnfoldBackgroundController.java52 float[] expectedColor = getCurrentBackgroundColor(); in ensureBackground() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/surfaceeffects/turbulencenoise/
DTurbulenceNoiseControllerTest.kt154 val expectedColor = Color.RED in updateColor_updatesCorrectColor() constant
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/sensorprivacy/
DCameraPrivacyLightControllerTest.java326 int expectedColor = mDefaultColors[i]; in testAlsThresholds() local
/frameworks/native/services/surfaceflinger/tests/
DLayerRenderTypeTransaction_test.cpp498 Color expectedColor = Color::BLACK; in setBackgroundColorHelper() local
1492 const Color expectedColor = {uint8_t(expected.r * 255), uint8_t(expected.g * 255), in TEST_P() local
1550 const Color expectedColor = {uint8_t(expected.r * 255), uint8_t(expected.g * 255), in TEST_P() local
1622 const Color expectedColor = {uint8_t(expected.r * 255), uint8_t(expected.g * 255), in TEST_P() local
DScreenCapture_test.cpp842 uint8_t expectedColor = luminance.r * 255; in TEST_F() local