Searched refs:mApplier (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | DefaultDeviceEffectsApplierTest.java | 75 private DefaultDeviceEffectsApplier mApplier; field in DefaultDeviceEffectsApplierTest 112 mApplier = new DefaultDeviceEffectsApplier(mContext); in setUp() 126 mApplier.apply(effects, UPDATE_ORIGIN_USER); in apply_appliesEffects() 144 mApplier.apply(previousEffects, UPDATE_ORIGIN_USER); in apply_removesEffects() 151 mApplier.apply(noEffects, UPDATE_ORIGIN_USER); in apply_removesEffects() 166 mApplier.apply(previousEffects, UPDATE_ORIGIN_USER); in apply_removesOnlyPreviouslyAppliedEffects() 170 mApplier.apply(noEffects, UPDATE_ORIGIN_USER); in apply_removesOnlyPreviouslyAppliedEffects() 181 mApplier = new DefaultDeviceEffectsApplier(mContext); in apply_missingSomeServices_okay() 189 mApplier.apply(effects, UPDATE_ORIGIN_USER); in apply_missingSomeServices_okay() 201 mApplier = new DefaultDeviceEffectsApplier(mContext); in apply_disabledWallpaperService_dimWallpaperNotApplied() [all …]
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
D | LightBarTransitionsControllerTest.java | 57 private DarkIntensityApplier mApplier; field in LightBarTransitionsControllerTest 71 mBgHandler, mApplier, new CommandQueue(mContext, new FakeDisplayTracker(mContext)), in setup() 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() 90 reset(mApplier); in onDozeAmountChanged_lightWhenDozing() 92 verify(mApplier).applyDarkIntensity(eq(0f)); in onDozeAmountChanged_lightWhenDozing()
|
/frameworks/base/core/java/android/view/ |
D | ViewRootInsetsControllerHost.java | 41 private SyncRtSurfaceTransactionApplier mApplier; field in ViewRootInsetsControllerHost 124 if (mApplier == null) { in applySurfaceParams() 125 mApplier = new SyncRtSurfaceTransactionApplier(mViewRoot.mView); in applySurfaceParams() 128 mApplier.scheduleApply(params); in applySurfaceParams() 135 mApplier.applyParams(t, params); in applySurfaceParams()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | LightBarTransitionsController.java | 98 private final DarkIntensityApplier mApplier; field in LightBarTransitionsController 133 mApplier = applier; in LightBarTransitionsController() 182 mApplier.getTintAnimationDuration()); in appTransitionCancelled() 227 animateIconTint(dark ? 1.0f : 0.0f, 0 /* delay */, mApplier.getTintAnimationDuration()); in setIconsDark() 267 mApplier.applyDarkIntensity(MathUtils.lerp(mDarkIntensity, 0f, mDozeAmount)); in dispatchDark()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/ |
D | SplashScreenExitAnimationUtils.java | 381 private final SyncRtSurfaceTransactionApplier mApplier; field in SplashScreenExitAnimationUtils.ShiftUpAnimation 396 mApplier = new SyncRtSurfaceTransactionApplier(occludeHoleView); in ShiftUpAnimation() 428 mApplier.scheduleApply(params); in onAnimationProgress() 447 mApplier.scheduleApply(params); in finish()
|