Searched refs:WindowSurfaceController (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/ |
D | AppWindowToken.java | 137 … 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() 744 … WindowSurfaceController.SurfaceControlWithBackground sc = mSurfaceViewBackgrounds.get(i); in updateSurfaceViewBackgroundVisibilities() 751 … WindowSurfaceController.SurfaceControlWithBackground sc = mSurfaceViewBackgrounds.get(i); in updateSurfaceViewBackgroundVisibilities()
|
D | EmulatorDisplayOverlay.java | 61 ctrl = new WindowSurfaceController.SurfaceTrace(session, "EmulatorDisplayOverlay", in EmulatorDisplayOverlay()
|
D | CircularDisplayMask.java | 71 ctrl = new WindowSurfaceController.SurfaceTrace(session, "CircularDisplayMask", in CircularDisplayMask()
|
D | BlackFrame.java | 55 surface = new WindowSurfaceController.SurfaceTrace(session, "BlackSurface(" in BlackSurface()
|
D | DimLayer.java | 101 mDimSurface = new WindowSurfaceController.SurfaceTrace(service.mFxSession, in constructSurface()
|
D | WindowSurfaceController.java | 47 class WindowSurfaceController { class 73 public WindowSurfaceController(SurfaceSession s, in WindowSurfaceController() method in WindowSurfaceController
|
D | WindowStateAnimator.java | 137 WindowSurfaceController mSurfaceController; 138 private WindowSurfaceController mPendingDestroySurface; 673 WindowSurfaceController createSurfaceLocked() { in createSurfaceLocked() 748 mSurfaceController = new WindowSurfaceController(mSession.mSurfaceSession, in createSurfaceLocked()
|
D | ScreenRotationAnimation.java | 27 import static com.android.server.wm.WindowSurfaceController.SurfaceTrace;
|
D | WindowManagerService.java | 3032 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()
|