Home
last modified time | relevance | path

Searched refs:mBbqSurfaceControl (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java278 SurfaceControl mBbqSurfaceControl; field in WallpaperService.Engine
863 if (!ENABLE_WALLPAPER_DIMMING || mBbqSurfaceControl == null) { in updateSurfaceDimming()
871 .setAlpha(mBbqSurfaceControl, 1 - mWallpaperDimAmount) in updateSurfaceDimming()
876 .setAlpha(mBbqSurfaceControl, 1.0f) in updateSurfaceDimming()
1075 if (mBbqSurfaceControl == null) { in updateSurface()
1076 mBbqSurfaceControl = new SurfaceControl.Builder() in updateSurface()
1848 .show(mBbqSurfaceControl) in cleanUpScreenshotSurfaceControl()
1947 t.hide(mBbqSurfaceControl); in showScreenshotOfWallpaper()
2009 if (mBbqSurfaceControl != null) { in detach()
2011 mBbqSurfaceControl = null; in detach()
[all …]
/aosp12/frameworks/base/core/java/android/widget/
H A DMagnifier.java942 private final SurfaceControl mBbqSurfaceControl; field in Magnifier.InternalPopupWindow
1016 mBbqSurfaceControl = new SurfaceControl.Builder(mSurfaceSession) in InternalPopupWindow()
1024 mBBQ = new BLASTBufferQueue("magnifier surface", mBbqSurfaceControl, in InternalPopupWindow()
1085 mBBQ.update(mBbqSurfaceControl, mContentWidth, contentHeight, in updateContentFactors()
1284 .remove(mBbqSurfaceControl) in destroy()