Searched refs:mApplier (Results 1 – 4 of 4) sorted by relevance
48 private DarkIntensityApplier mApplier; field in LightBarTransitionsControllerTest59 mLightBarTransitionsController = new LightBarTransitionsController(mContext, mApplier, in setup()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()79 reset(mApplier); in onDozeAmountChanged_lightWhenDozing()81 verify(mApplier).applyDarkIntensity(eq(0f)); in onDozeAmountChanged_lightWhenDozing()
43 private SyncRtSurfaceTransactionApplier mApplier; field in ViewRootInsetsControllerHost126 if (mApplier == null) { in applySurfaceParams()127 mApplier = new SyncRtSurfaceTransactionApplier(mViewRoot.mView); in applySurfaceParams()130 mApplier.scheduleApply(params); in applySurfaceParams()137 mApplier.applyParams(t, params); in applySurfaceParams()
94 private final DarkIntensityApplier mApplier; field in LightBarTransitionsController126 mApplier = applier; in LightBarTransitionsController()170 mApplier.getTintAnimationDuration()); in appTransitionCancelled()209 animateIconTint(dark ? 1.0f : 0.0f, 0 /* delay */, mApplier.getTintAnimationDuration()); in setIconsDark()249 mApplier.applyDarkIntensity(MathUtils.lerp(mDarkIntensity, 0f, mDozeAmount)); in dispatchDark()
298 private final SyncRtSurfaceTransactionApplier mApplier; field in SplashScreenExitAnimationUtils.ShiftUpAnimation313 mApplier = new SyncRtSurfaceTransactionApplier(occludeHoleView); in ShiftUpAnimation()345 mApplier.scheduleApply(params); in onAnimationProgress()364 mApplier.scheduleApply(params); in finish()