Searched refs:surfaceController (Results 1 – 3 of 3) sorted by relevance
495 void onWindowSurfaceVisibilityChanged(WindowSurfaceController surfaceController, in onWindowSurfaceVisibilityChanged() argument508 changed = mAlertWindowSurfaces.add(surfaceController); in onWindowSurfaceVisibilityChanged()511 changed = mAlertWindowSurfaces.remove(surfaceController); in onWindowSurfaceVisibilityChanged()532 changed = mAppOverlaySurfaces.add(surfaceController); in onWindowSurfaceVisibilityChanged()535 changed = mAppOverlaySurfaces.remove(surfaceController); in onWindowSurfaceVisibilityChanged()
491 final WindowSurfaceController surfaceController = winAnimator.mSurfaceController; in reclaimSomeSurfaceMemory() local543 if (surfaceController != null) { in reclaimSomeSurfaceMemory()
2363 WindowSurfaceController surfaceController; in createSurfaceControl() local2366 surfaceController = winAnimator.createSurfaceLocked(win.mAttrs.type, win.mOwnerUid); in createSurfaceControl()2370 if (surfaceController != null) { in createSurfaceControl()2371 surfaceController.getSurfaceControl(outSurfaceControl); in createSurfaceControl()5832 WindowSurfaceController surfaceController = windowState.mWinAnimator.mSurfaceController; in clearWindowContentFrameStats() local5833 if (surfaceController == null) { in clearWindowContentFrameStats()5836 return surfaceController.clearWindowContentFrameStats(); in clearWindowContentFrameStats()5851 WindowSurfaceController surfaceController = windowState.mWinAnimator.mSurfaceController; in getWindowContentFrameStats() local5852 if (surfaceController == null) { in getWindowContentFrameStats()5859 if (!surfaceController.getWindowContentFrameStats(stats)) { in getWindowContentFrameStats()