diff options
| author | 2021-08-25 16:28:31 +0000 | |
|---|---|---|
| committer | 2021-08-25 16:28:31 +0000 | |
| commit | 97f9823318c8c8c3617999071873e343fd9bfd0e (patch) | |
| tree | 64c4ea3545c77c69d589404d7360c6a3c07e7873 | |
| parent | 78569f942ad034f799bad48acbb4ac7c7ae1c0d0 (diff) | |
| parent | ac3e13a89c247136bd26864ad5bafc8195e4ffd7 (diff) | |
Fixed failing scrim test am: ac3e13a89c
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15663082
Change-Id: I34be8099a479a716d01250065b81c3e767b193ad
| -rw-r--r-- | packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ScrimControllerTest.java | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ScrimControllerTest.java b/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ScrimControllerTest.java index b248fef8ef50..f3420bec5454 100644 --- a/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ScrimControllerTest.java +++ b/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ScrimControllerTest.java @@ -744,13 +744,6 @@ public class ScrimControllerTest extends SysuiTestCase { finishAnimationsImmediately(); mScrimController.transitionTo(ScrimState.UNLOCKED); - // Immediately tinted black after the transition starts - assertScrimTinted(Map.of( - mScrimInFront, true, - mScrimBehind, true, - mScrimForBubble, true - )); - finishAnimationsImmediately(); // All scrims should be transparent at the end of fade transition. |