Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DLightBarTransitionsControllerTest.java58 mLightBarTransitionsController.setIconsDark(true /* dark */, false /* animate */); in setIconsDark_lightAndDark()
61 mLightBarTransitionsController.setIconsDark(false /* dark */, false /* animate */); in setIconsDark_lightAndDark()
68 mLightBarTransitionsController.setIconsDark(true /* dark */, false /* animate */); in onDozeAmountChanged_lightWhenDozing()
72 mLightBarTransitionsController.setIconsDark(false /* dark */, false /* animate */); in onDozeAmountChanged_lightWhenDozing()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DLightBarController.java217 mStatusBarIconController.getTransitionsController().setIconsDark(true, animateChange()); in updateStatus()
224 mStatusBarIconController.getTransitionsController().setIconsDark( in updateStatus()
236 mStatusBarIconController.getTransitionsController().setIconsDark(true, animateChange()); in updateStatus()
242 mNavigationBarController.setIconsDark( in updateNavigation()
DNavBarTintController.java179 mLightBarController.setIconsDark(true /* dark */, true /* animate */); in updateTint()
182 mLightBarController.setIconsDark(false /* dark */, true /* animate */); in updateTint()
DLightBarTransitionsController.java148 public void setIconsDark(boolean dark, boolean animate) { in setIconsDark() method in LightBarTransitionsController
DNavigationBarView.java361 getLightTransitionsController().setIconsDark(false /* dark */, true /* animate */); in onBarTransition()