Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java1090 Surface blastSurface = getOrCreateBLASTSurface(mSurfaceSize.x, in updateSurface()
2034 private Surface getOrCreateBLASTSurface(int width, int height, int format) { in getOrCreateBLASTSurface() method in WallpaperService.Engine
/aosp12/frameworks/base/core/java/android/view/
H A DViewRootImpl.java2011 Surface getOrCreateBLASTSurface() { in getOrCreateBLASTSurface() method
7926 final Surface blastSurface = getOrCreateBLASTSurface(); in relayoutWindow()