Home
last modified time | relevance | path

Searched refs:makeSurface (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DAppWindowThumbnail.java66 mSurfaceControl = appToken.makeSurface() in AppWindowThumbnail()
161 return mAppToken.makeSurface(); in makeAnimationLeash()
DWindowContainer.java184 mSurfaceControl = makeSurface().build(); in onParentSet()
895 SurfaceControl.Builder makeSurface() { in makeSurface() method in WindowContainer
1145 return makeSurface(); in makeAnimationLeash()
DWindowSurfaceController.java106 final SurfaceControl.Builder b = win.makeSurface() in WindowSurfaceController()
DDisplayContent.java3845 SurfaceControl.Builder makeSurface(SurfaceSession s) { in makeSurface() method in DisplayContent
/frameworks/base/libs/hwui/pipeline/skia/
DSkiaPipeline.cpp490 sk_sp<SkSurface> offscreen = surface->makeSurface(offscreenInfo); in renderOverdraw()