Searched refs:mApplier (Results 1 – 3 of 3) sorted by relevance
47 private DarkIntensityApplier mApplier; field in LightBarTransitionsControllerTest55 mLightBarTransitionsController = new LightBarTransitionsController(mContext, mApplier, in setup()62 verify(mApplier).applyDarkIntensity(eq(1f)); in setIconsDark_lightAndDark()65 verify(mApplier).applyDarkIntensity(eq(0f)); in setIconsDark_lightAndDark()72 verify(mApplier, times(2)).applyDarkIntensity(eq(0f)); in onDozeAmountChanged_lightWhenDozing()74 reset(mApplier); in onDozeAmountChanged_lightWhenDozing()76 verify(mApplier).applyDarkIntensity(eq(0f)); in onDozeAmountChanged_lightWhenDozing()
41 private SyncRtSurfaceTransactionApplier mApplier; field in ViewRootInsetsControllerHost120 if (mApplier == null) { in applySurfaceParams()121 mApplier = new SyncRtSurfaceTransactionApplier(mViewRoot.mView); in applySurfaceParams()124 mApplier.scheduleApply(params); in applySurfaceParams()129 mApplier.applyParams(new SurfaceControl.Transaction(), -1 /* frame */, params); in applySurfaceParams()
48 private final DarkIntensityApplier mApplier; field in LightBarTransitionsController75 mApplier = applier; in LightBarTransitionsController()119 mApplier.getTintAnimationDuration()); in appTransitionCancelled()160 animateIconTint(dark ? 1.0f : 0.0f, 0 /* delay */, mApplier.getTintAnimationDuration()); in setIconsDark()200 mApplier.applyDarkIntensity(MathUtils.lerp(mDarkIntensity, 0f, mDozeAmount)); in dispatchDark()