Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DLightBarTransitionsControllerTest.java78 verify(mApplier).applyDarkIntensity(eq(1f)); in setIconsDark_lightAndDark()
81 verify(mApplier).applyDarkIntensity(eq(0f)); in setIconsDark_lightAndDark()
88 verify(mApplier, times(2)).applyDarkIntensity(eq(0f)); in onDozeAmountChanged_lightWhenDozing()
92 verify(mApplier).applyDarkIntensity(eq(0f)); in onDozeAmountChanged_lightWhenDozing()
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
DNavigationBarTransitions.java184 applyDarkIntensity(mLightTransitionsController.getCurrentDarkIntensity()); in reapplyDarkIntensity()
188 public void applyDarkIntensity(float darkIntensity) { in applyDarkIntensity() method in NavigationBarTransitions
DTaskbarDelegate.java216 public void applyDarkIntensity(float darkIntensity) { in createLightBarTransitionsController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DLightBarTransitionsController.java267 mApplier.applyDarkIntensity(MathUtils.lerp(mDarkIntensity, 0f, mDozeAmount)); in dispatchDark()
317 void applyDarkIntensity(float darkIntensity); in applyDarkIntensity() method
DDarkIconDispatcherImpl.java142 public void applyDarkIntensity(float darkIntensity) { in applyDarkIntensity() method in DarkIconDispatcherImpl