Home
last modified time | relevance | path

Searched refs:WindowSurfaceController (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DAppWindowToken.java137 … private ArrayList<WindowSurfaceController.SurfaceControlWithBackground> mSurfaceViewBackgrounds =
138 new ArrayList<WindowSurfaceController.SurfaceControlWithBackground>();
726 void addSurfaceViewBackground(WindowSurfaceController.SurfaceControlWithBackground background) { in addSurfaceViewBackground()
730 …void removeSurfaceViewBackground(WindowSurfaceController.SurfaceControlWithBackground background) { in removeSurfaceViewBackground()
741 WindowSurfaceController.SurfaceControlWithBackground bottom = null; in updateSurfaceViewBackgroundVisibilities()
744WindowSurfaceController.SurfaceControlWithBackground sc = mSurfaceViewBackgrounds.get(i); in updateSurfaceViewBackgroundVisibilities()
751WindowSurfaceController.SurfaceControlWithBackground sc = mSurfaceViewBackgrounds.get(i); in updateSurfaceViewBackgroundVisibilities()
DEmulatorDisplayOverlay.java61 ctrl = new WindowSurfaceController.SurfaceTrace(session, "EmulatorDisplayOverlay", in EmulatorDisplayOverlay()
DCircularDisplayMask.java71 ctrl = new WindowSurfaceController.SurfaceTrace(session, "CircularDisplayMask", in CircularDisplayMask()
DBlackFrame.java55 surface = new WindowSurfaceController.SurfaceTrace(session, "BlackSurface(" in BlackSurface()
DDimLayer.java101 mDimSurface = new WindowSurfaceController.SurfaceTrace(service.mFxSession, in constructSurface()
DWindowSurfaceController.java47 class WindowSurfaceController { class
73 public WindowSurfaceController(SurfaceSession s, in WindowSurfaceController() method in WindowSurfaceController
DWindowStateAnimator.java137 WindowSurfaceController mSurfaceController;
138 private WindowSurfaceController mPendingDestroySurface;
673 WindowSurfaceController createSurfaceLocked() { in createSurfaceLocked()
748 mSurfaceController = new WindowSurfaceController(mSession.mSurfaceSession, in createSurfaceLocked()
DScreenRotationAnimation.java27 import static com.android.server.wm.WindowSurfaceController.SurfaceTrace;
DWindowManagerService.java3032 WindowSurfaceController surfaceController = winAnimator.createSurfaceLocked(); in createSurfaceControl()
6398 WindowSurfaceController controller = win.mWinAnimator.mSurfaceController; in screenshotApplicationsInner()
9482 final WindowSurfaceController surfaceController = winAnimator.mSurfaceController; in reclaimSomeSurfaceMemoryLocked()
10094 WindowSurfaceController surfaceController = windowState.mWinAnimator.mSurfaceController; in clearWindowContentFrameStats()
10113 WindowSurfaceController surfaceController = windowState.mWinAnimator.mSurfaceController; in getWindowContentFrameStats()
10596 WindowSurfaceController.SurfaceTrace.dumpAllSurfaces(pw, null); in dump()
10654 WindowSurfaceController.SurfaceTrace.dumpAllSurfaces(pw, dumpAll ? in dump()