Home
last modified time | relevance | path

Searched refs:setIconsDark (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DLightBarControllerTest.java80 verify(mLightBarTransitionsController).setIconsDark(eq(true), anyBoolean()); in testOnStatusBarAppearanceChanged_multipleStacks_allStacksLight()
95 verify(mLightBarTransitionsController).setIconsDark(eq(true), anyBoolean()); in testOnStatusBarAppearanceChanged_multipleStacks_oneStackLightOneStackDark()
110 verify(mLightBarTransitionsController).setIconsDark(eq(true), anyBoolean()); in testOnStatusBarAppearanceChanged_multipleStacks_oneStackDarkOneStackLight()
124 verify(mLightBarTransitionsController).setIconsDark(eq(false), anyBoolean()); in testOnStatusBarAppearanceChanged_multipleStacks_allStacksDark()
136 verify(mLightBarTransitionsController).setIconsDark(eq(true), anyBoolean()); in testOnStatusBarAppearanceChanged_singleStack_light()
147 verify(mLightBarTransitionsController).setIconsDark(eq(false), anyBoolean()); in testOnStatusBarAppearanceChanged_singleStack_dark()
H A DLightBarTransitionsControllerTest.java61 mLightBarTransitionsController.setIconsDark(true /* dark */, false /* animate */); in setIconsDark_lightAndDark()
64 mLightBarTransitionsController.setIconsDark(false /* dark */, false /* animate */); in setIconsDark_lightAndDark()
71 mLightBarTransitionsController.setIconsDark(true /* dark */, false /* animate */); in onDozeAmountChanged_lightWhenDozing()
75 mLightBarTransitionsController.setIconsDark(false /* dark */, false /* animate */); in onDozeAmountChanged_lightWhenDozing()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DLightBarController.java232 mStatusBarIconController.getTransitionsController().setIconsDark( in updateStatus()
239 mStatusBarIconController.getTransitionsController().setIconsDark(true, animateChange()); in updateStatus()
247 mStatusBarIconController.getTransitionsController().setIconsDark(true, animateChange()); in updateStatus()
254 mNavigationBarController.setIconsDark(mNavigationLight, animateChange()); in updateNavigation()
H A DLightBarTransitionsController.java150 public void setIconsDark(boolean dark, boolean animate) { in setIconsDark() method in LightBarTransitionsController
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
H A DCarSystemBar.java509 mStatusBarIconController.getTransitionsController().setIconsDark( in updateStatusBarAppearance()
513 mStatusBarIconController.getTransitionsController().setIconsDark( in updateStatusBarAppearance()
519 mStatusBarIconController.getTransitionsController().setIconsDark( in updateStatusBarAppearance()
/aosp12/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/systembar/
H A DCarSystemBarTest.java225 verify(mLightBarTransitionsController).setIconsDark( in restartNavBars_lightAppearance_darkensAllIcons()
235 verify(mLightBarTransitionsController).setIconsDark( in restartNavBars_opaqueAppearance_lightensAllIcons()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DNavigationBarView.java374 getLightTransitionsController().setIconsDark(!isRegionDark , in NavigationBarView()
470 getLightTransitionsController().setIconsDark(false /* dark */, true /* animate */); in onBarTransition()