Loading packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/phone/LightBarControllerTest.java +1 −0 Original line number Diff line number Diff line Loading @@ -222,6 +222,7 @@ public class LightBarControllerTest extends SysuiTestCase { /* navbarColorManagedByIme= */ false)); mTestScope.getTestScheduler().advanceUntilIdle(); verify(mStatusBarIconController).setIconsDarkArea(eq(null)); verify(mLightBarTransitionsController).setIconsDark(eq(false), anyBoolean()); } Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/LightBarControllerImpl.java +1 −0 Original line number Diff line number Diff line Loading @@ -403,6 +403,7 @@ public class LightBarControllerImpl implements if (lightBarBounds.isEmpty()) { // If no one is light, all icons become white. mStatusBarIconController.setIconsDarkArea(null); mStatusBarIconController .getTransitionsController() .setIconsDark(false, animateChange()); Loading Loading
packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/phone/LightBarControllerTest.java +1 −0 Original line number Diff line number Diff line Loading @@ -222,6 +222,7 @@ public class LightBarControllerTest extends SysuiTestCase { /* navbarColorManagedByIme= */ false)); mTestScope.getTestScheduler().advanceUntilIdle(); verify(mStatusBarIconController).setIconsDarkArea(eq(null)); verify(mLightBarTransitionsController).setIconsDark(eq(false), anyBoolean()); } Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/LightBarControllerImpl.java +1 −0 Original line number Diff line number Diff line Loading @@ -403,6 +403,7 @@ public class LightBarControllerImpl implements if (lightBarBounds.isEmpty()) { // If no one is light, all icons become white. mStatusBarIconController.setIconsDarkArea(null); mStatusBarIconController .getTransitionsController() .setIconsDark(false, animateChange()); Loading