Searched refs:mApplier (Results 1 – 5 of 5) sorted by relevance
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
H A D | LightBarTransitionsControllerTest.java | 47 private DarkIntensityApplier mApplier; field in LightBarTransitionsControllerTest 55 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()
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | ViewRootInsetsControllerHost.java | 42 private SyncRtSurfaceTransactionApplier mApplier; field in ViewRootInsetsControllerHost 125 if (mApplier == null) { in applySurfaceParams() 126 mApplier = new SyncRtSurfaceTransactionApplier(mViewRoot.mView); in applySurfaceParams() 129 mApplier.scheduleApply(params); in applySurfaceParams() 135 mApplier.applyParams(t, params); in applySurfaceParams() 136 mApplier.applyTransaction(t, -1); in applySurfaceParams()
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/ |
H A D | PhonePipMenuController.java | 123 private SyncRtSurfaceTransactionApplier mApplier; field in PhonePipMenuController 202 mApplier = null; in detachPipMenuView() 343 mApplier.scheduleApply(params, pipParams); in movePipMenu() 345 mApplier.scheduleApply(params); in movePipMenu() 377 mApplier.scheduleApply(params, pipParams); in resizePipMenu() 379 mApplier.scheduleApply(params); in resizePipMenu() 389 if (mApplier == null) { in maybeCreateSyncApplier() 390 mApplier = new SyncRtSurfaceTransactionApplier(mPipMenuView); in maybeCreateSyncApplier() 394 return mApplier != null; in maybeCreateSyncApplier()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | LightBarTransitionsController.java | 49 private final DarkIntensityApplier mApplier; field in LightBarTransitionsController 76 mApplier = applier; in LightBarTransitionsController() 120 mApplier.getTintAnimationDuration()); in appTransitionCancelled() 161 animateIconTint(dark ? 1.0f : 0.0f, 0 /* delay */, mApplier.getTintAnimationDuration()); in setIconsDark() 201 mApplier.applyDarkIntensity(MathUtils.lerp(mDarkIntensity, 0f, mDozeAmount)); in dispatchDark()
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/ |
H A D | SplashScreenExitAnimation.java | 242 private final SyncRtSurfaceTransactionApplier mApplier; field in SplashScreenExitAnimation.ShiftUpAnimation 249 mApplier = new SyncRtSurfaceTransactionApplier(occludeHoleView); in ShiftUpAnimation() 276 mApplier.scheduleApply(params); in onAnimationProgress() 295 mApplier.scheduleApply(params); in finish()
|