Searched refs:applyDarkIntensity (Results 1 – 5 of 5) sorted by relevance
67 verify(mApplier).applyDarkIntensity(eq(1f)); in setIconsDark_lightAndDark()70 verify(mApplier).applyDarkIntensity(eq(0f)); in setIconsDark_lightAndDark()77 verify(mApplier, times(2)).applyDarkIntensity(eq(0f)); in onDozeAmountChanged_lightWhenDozing()81 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
218 public void applyDarkIntensity(float darkIntensity) { in createLightBarTransitionsController()
249 mApplier.applyDarkIntensity(MathUtils.lerp(mDarkIntensity, 0f, mDozeAmount)); in dispatchDark()289 void applyDarkIntensity(float darkIntensity); in applyDarkIntensity() method
125 public void applyDarkIntensity(float darkIntensity) { in applyDarkIntensity() method in DarkIconDispatcherImpl