Searched refs:mBbqSurfaceControl (Results 1 – 2 of 2) sorted by relevance
278 SurfaceControl mBbqSurfaceControl; field in WallpaperService.Engine863 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 …]
942 private final SurfaceControl mBbqSurfaceControl; field in Magnifier.InternalPopupWindow1016 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()