Home
last modified time | relevance | path

Searched refs:surfaceController (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DSession.java535 void onWindowSurfaceVisibilityChanged(WindowSurfaceController surfaceController, in onWindowSurfaceVisibilityChanged() argument
548 changed = mAlertWindowSurfaces.add(surfaceController); in onWindowSurfaceVisibilityChanged()
551 changed = mAlertWindowSurfaces.remove(surfaceController); in onWindowSurfaceVisibilityChanged()
572 changed = mAppOverlaySurfaces.add(surfaceController); in onWindowSurfaceVisibilityChanged()
575 changed = mAppOverlaySurfaces.remove(surfaceController); in onWindowSurfaceVisibilityChanged()
655 final WindowSurfaceController surfaceController = mAlertWindowSurfaces.valueAt(i); in hasAlertWindowSurfaces() local
656 if (surfaceController.mAnimator.mWin.getDisplayContent() == displayContent) { in hasAlertWindowSurfaces()
DWindowManagerService.java2521 WindowSurfaceController surfaceController; in createSurfaceControl() local
2524 surfaceController = winAnimator.createSurfaceLocked(win.mAttrs.type, win.mOwnerUid); in createSurfaceControl()
2528 if (surfaceController != null) { in createSurfaceControl()
2529 surfaceController.getSurfaceControl(outSurfaceControl); in createSurfaceControl()
2530 surfaceController.getBLASTSurfaceControl(outBLASTSurfaceControl); in createSurfaceControl()
5966 WindowSurfaceController surfaceController = windowState.mWinAnimator.mSurfaceController; in clearWindowContentFrameStats() local
5967 if (surfaceController == null) { in clearWindowContentFrameStats()
5970 return surfaceController.clearWindowContentFrameStats(); in clearWindowContentFrameStats()
5985 WindowSurfaceController surfaceController = windowState.mWinAnimator.mSurfaceController; in getWindowContentFrameStats() local
5986 if (surfaceController == null) { in getWindowContentFrameStats()
[all …]
DRootWindowContainer.java728 final WindowSurfaceController surfaceController = winAnimator.mSurfaceController; in reclaimSomeSurfaceMemory() local
778 if (surfaceController != null) { in reclaimSomeSurfaceMemory()