Home
last modified time | relevance | path

Searched refs:setBackgroundBlurRadius (Results 1 – 25 of 25) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tv/notifications/
H A DTvNotificationPanelActivity.java123 getWindow().setBackgroundBlurRadius(blurRadius); in enableBlur()
127 getWindow().setBackgroundBlurRadius(0); in enableBlur()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DBlurUtilsTest.kt75 verify(transaction).setBackgroundBlurRadius(eq(surfaceControl), eq(radius))
91 verify(transaction, never()).setBackgroundBlurRadius(any(), anyInt())
H A DNotificationShadeDepthControllerTest.kt421 verify(notificationShadeWindowController).setBackgroundBlurRadius(eq(0))
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DLetterbox.java445 t.setBackgroundBlurRadius(mSurface, 0); in updateAlphaAndBlur()
454 t.setBackgroundBlurRadius(mSurface, 0); in updateAlphaAndBlur()
458 t.setBackgroundBlurRadius(mSurface, mBlurRadiusSupplier.get()); in updateAlphaAndBlur()
H A DDimmer.java231 t.setBackgroundBlurRadius(d.mDimLayer, blurRadius); in dim()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShadeWindowController.java110 default void setBackgroundBlurRadius(int backgroundBlurRadius) {} in setBackgroundBlurRadius() method
H A DBlurUtils.kt109 it.setBackgroundBlurRadius(viewRootImpl.surfaceControl, radius)
H A DNotificationShadeDepthController.kt249 notificationShadeWindowController.setBackgroundBlurRadius(blur)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/tv/
H A DTvBottomSheetActivity.java79 getWindow().setBackgroundBlurRadius(getResources().getDimensionPixelSize( in onCreate()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DNotificationShadeWindowControllerImplTest.java231 mNotificationShadeWindowController.setBackgroundBlurRadius(10); in setBackgroundBlurRadius_expandedWithBlurs()
234 mNotificationShadeWindowController.setBackgroundBlurRadius(0); in setBackgroundBlurRadius_expandedWithBlurs()
/aosp14/frameworks/base/core/java/android/view/
H A DSyncRtSurfaceTransactionApplier.java123 t.setBackgroundBlurRadius(params.surface, params.backgroundBlurRadius); in applyParams()
H A DWindow.java1824 public void setBackgroundBlurRadius(int blurRadius) {} in setBackgroundBlurRadius() method in Window
H A DSurfaceControl.java3205 public Transaction setBackgroundBlurRadius(SurfaceControl sc, int radius) { in setBackgroundBlurRadius() method in SurfaceControl.Transaction
/aosp14/frameworks/base/tests/SilkFX/src/com/android/test/silkfx/materials/
H A DBackgroundBlurActivity.kt146 window.setBackgroundBlurRadius(mBackgroundBlurRadius)
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/util/
H A DStubTransaction.java161 public SurfaceControl.Transaction setBackgroundBlurRadius(SurfaceControl sc, int radius) { in setBackgroundBlurRadius() method in StubTransaction
/aosp14/frameworks/base/services/tests/servicestests/utils/com/android/server/testutils/
H A DStubTransaction.java161 public SurfaceControl.Transaction setBackgroundBlurRadius(SurfaceControl sc, int radius) { in setBackgroundBlurRadius() method in StubTransaction
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DDimmerTests.java275 verify(mHost.getPendingTransaction()).setBackgroundBlurRadius(dimLayer, blurRadius); in testDimmerWithBlurUpdatesTransaction()
/aosp14/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneWindow.java1544 public final void setBackgroundBlurRadius(int blurRadius) { in setBackgroundBlurRadius() method in PhoneWindow
1545 super.setBackgroundBlurRadius(blurRadius); in setBackgroundBlurRadius()
1549 mDecor.setBackgroundBlurRadius(mBackgroundBlurRadius); in setBackgroundBlurRadius()
2615 setBackgroundBlurRadius(a.getDimensionPixelSize( in generateLayout()
H A DDecorView.java1351 void setBackgroundBlurRadius(int blurRadius) { in setBackgroundBlurRadius() method
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationShadeWindowControllerImpl.java719 public void setBackgroundBlurRadius(int backgroundBlurRadius) { in setBackgroundBlurRadius() method in NotificationShadeWindowControllerImpl
/aosp14/frameworks/base/core/jni/
H A Dandroid_view_SurfaceControl.cpp915 transaction->setBackgroundBlurRadius(ctrl, blurRadius); in nativeSetBackgroundBlurRadius()
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt18688 HSPLandroid/view/Window;->setBackgroundBlurRadius(I)V
22157 HSPLcom/android/internal/policy/PhoneWindow;->setBackgroundBlurRadius(I)V
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt18752 HSPLandroid/view/Window;->setBackgroundBlurRadius(I)V
22221 HSPLcom/android/internal/policy/PhoneWindow;->setBackgroundBlurRadius(I)V
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt53602 method public void setBackgroundBlurRadius(int);