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()
2378 WindowSurfaceController surfaceController; in createSurfaceControl() local2381 surfaceController = winAnimator.createSurfaceLocked(win.mAttrs.type, win.mOwnerUid); in createSurfaceControl()2385 if (surfaceController != null) { in createSurfaceControl()2386 surfaceController.getSurfaceControl(outSurfaceControl); in createSurfaceControl()5851 WindowSurfaceController surfaceController = windowState.mWinAnimator.mSurfaceController; in clearWindowContentFrameStats() local5852 if (surfaceController == null) { in clearWindowContentFrameStats()5855 return surfaceController.clearWindowContentFrameStats(); in clearWindowContentFrameStats()5870 WindowSurfaceController surfaceController = windowState.mWinAnimator.mSurfaceController; in getWindowContentFrameStats() local5871 if (surfaceController == null) { in getWindowContentFrameStats()5878 if (!surfaceController.getWindowContentFrameStats(stats)) { in getWindowContentFrameStats()