Searched refs:WindowSurfaceController (Results 1 – 8 of 8) sorted by relevance
32 WindowSurfaceController windowSurfaceController = mock(WindowSurfaceController.class); in testWallpaperScreenshot()
51 class WindowSurfaceController { class91 public WindowSurfaceController(SurfaceSession s, String name, int w, int h, int format, in WindowSurfaceController() method in WindowSurfaceController126 void reparentChildrenInTransaction(WindowSurfaceController other) { in reparentChildrenInTransaction()
82 private final Set<WindowSurfaceController> mAppOverlaySurfaces = new HashSet<>();84 private final Set<WindowSurfaceController> mAlertWindowSurfaces = new HashSet<>();499 void onWindowSurfaceVisibilityChanged(WindowSurfaceController surfaceController, in onWindowSurfaceVisibilityChanged()
123 WindowSurfaceController mSurfaceController;124 private WindowSurfaceController mPendingDestroySurface;450 WindowSurfaceController createSurfaceLocked(int windowType, int ownerUid) { in createSurfaceLocked()512 mSurfaceController = new WindowSurfaceController(mSession.mSurfaceSession, in createSurfaceLocked()
483 final WindowSurfaceController surfaceController = winAnimator.mSurfaceController; in reclaimSomeSurfaceMemory()
2245 WindowSurfaceController surfaceController; in createSurfaceControl()6146 WindowSurfaceController surfaceController = windowState.mWinAnimator.mSurfaceController; in clearWindowContentFrameStats()6165 WindowSurfaceController surfaceController = windowState.mWinAnimator.mSurfaceController; in getWindowContentFrameStats()
349 /* represents WindowSurfaceController */
4094 Lcom/android/server/wm/WindowSurfaceController;