Home
last modified time | relevance | path

Searched defs:expectedColor (Results 1 – 11 of 11) 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/animation/
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.kt109 val expectedColor = 0 in createClock() constant
167 val expectedColor = 0 in createClock() constant
/frameworks/libs/systemui/weathereffects/graphics/tests/src/com/google/android/wallpaper/weathereffects/graphics/
DFrameBufferTest.kt39 val expectedColor = Color.RED in onImageReady_invokesCallback() 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.kt155 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.cpp482 Color expectedColor = Color::BLACK; in setBackgroundColorHelper() local
1472 const Color expectedColor = {uint8_t(expected.r * 255), uint8_t(expected.g * 255), in TEST_P() local
1526 const Color expectedColor = {uint8_t(expected.r * 255), uint8_t(expected.g * 255), in TEST_P() local
1594 const Color expectedColor = {uint8_t(expected.r * 255), uint8_t(expected.g * 255), in TEST_P() local
DScreenCapture_test.cpp967 uint8_t expectedColor = luminance.r * 255; in TEST_F() local