Searched refs:applyDarkIntensity (Results 1 – 5 of 5) sorted by relevance
78 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()
184 applyDarkIntensity(mLightTransitionsController.getCurrentDarkIntensity()); in reapplyDarkIntensity()188 public void applyDarkIntensity(float darkIntensity) { in applyDarkIntensity() method in NavigationBarTransitions
216 public void applyDarkIntensity(float darkIntensity) { in createLightBarTransitionsController()
267 mApplier.applyDarkIntensity(MathUtils.lerp(mDarkIntensity, 0f, mDozeAmount)); in dispatchDark()317 void applyDarkIntensity(float darkIntensity); in applyDarkIntensity() method
142 public void applyDarkIntensity(float darkIntensity) { in applyDarkIntensity() method in DarkIconDispatcherImpl