Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
DWallpaperControllerTests.java32 WindowSurfaceController windowSurfaceController = mock(WindowSurfaceController.class); in testWallpaperScreenshot()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowSurfaceController.java51 class WindowSurfaceController { class
91 public WindowSurfaceController(SurfaceSession s, String name, int w, int h, int format, in WindowSurfaceController() method in WindowSurfaceController
126 void reparentChildrenInTransaction(WindowSurfaceController other) { in reparentChildrenInTransaction()
DSession.java82 private final Set<WindowSurfaceController> mAppOverlaySurfaces = new HashSet<>();
84 private final Set<WindowSurfaceController> mAlertWindowSurfaces = new HashSet<>();
499 void onWindowSurfaceVisibilityChanged(WindowSurfaceController surfaceController, in onWindowSurfaceVisibilityChanged()
DWindowStateAnimator.java123 WindowSurfaceController mSurfaceController;
124 private WindowSurfaceController mPendingDestroySurface;
450 WindowSurfaceController createSurfaceLocked(int windowType, int ownerUid) { in createSurfaceLocked()
512 mSurfaceController = new WindowSurfaceController(mSession.mSurfaceSession, in createSurfaceLocked()
DRootWindowContainer.java483 final WindowSurfaceController surfaceController = winAnimator.mSurfaceController; in reclaimSomeSurfaceMemory()
DWindowManagerService.java2245 WindowSurfaceController surfaceController; in createSurfaceControl()
6146 WindowSurfaceController surfaceController = windowState.mWinAnimator.mSurfaceController; in clearWindowContentFrameStats()
6165 WindowSurfaceController surfaceController = windowState.mWinAnimator.mSurfaceController; in getWindowContentFrameStats()
/frameworks/base/core/proto/android/server/
Dwindowmanagerservice.proto349 /* represents WindowSurfaceController */
/frameworks/base/services/
Dart-profile4094 Lcom/android/server/wm/WindowSurfaceController;