Home
last modified time | relevance | path

Searched refs:mBlurUtils (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
H A DShutdownUi.java47 private BlurUtils mBlurUtils; field in ShutdownUi
50 mBlurUtils = blurUtils; in ShutdownUi()
65 if (mBlurUtils.supportsBlursOnWindows()) { in showShutdownUi()
68 mBlurUtils.applyBlur(d.getWindow().getDecorView().getViewRootImpl(), in showShutdownUi()
69 (int) mBlurUtils.blurRadiusOfRatio(1), backgroundAlpha == 255); in showShutdownUi()
105 if (mBlurUtils.supportsBlursOnWindows()) { in showShutdownUi()
H A DGlobalActionsImpl.java34 private final BlurUtils mBlurUtils; field in GlobalActionsImpl
51 mBlurUtils = blurUtils; in GlobalActionsImpl()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/dreams/
H A DDreamOverlayContainerViewControllerTest.java90 BlurUtils mBlurUtils; field in DreamOverlayContainerViewControllerTest
125 mBlurUtils, in setup()
191 verify(mBlurUtils, never()).applyBlur(eq(mViewRoot), anyInt(), eq(false)); in testBouncerAnimation_doesNotApply()
203 when(mBlurUtils.blurRadiusOfRatio(anyFloat())).thenReturn(blurRadius); in testBouncerAnimation_updateBlur()
212 verify(mBlurUtils).blurRadiusOfRatio(1 - scaledFraction); in testBouncerAnimation_updateBlur()
213 verify(mBlurUtils).applyBlur(mViewRoot, (int) blurRadius, false); in testBouncerAnimation_updateBlur()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/globalactions/
H A DShutdownUiTest.java43 BlurUtils mBlurUtils; field in ShutdownUiTest
47 mShutdownUi = new ShutdownUi(getContext(), mBlurUtils); in setUp()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/
H A DDreamOverlayContainerViewController.java61 private final BlurUtils mBlurUtils; field in DreamOverlayContainerViewController
185 mBlurUtils = blurUtils; in DreamOverlayContainerViewController()
282 mBlurUtils.applyBlur(mView.getViewRootImpl(), in updateTransitionState()
283 (int) mBlurUtils.blurRadiusOfRatio( in updateTransitionState()
H A DDreamOverlayAnimationsController.kt56 private val mBlurUtils: BlurUtils,
289 mBlurUtils.applyBlur(