Searched refs:surfaceController (Results 1 – 3 of 3) sorted by relevance
499 void onWindowSurfaceVisibilityChanged(WindowSurfaceController surfaceController, in onWindowSurfaceVisibilityChanged() argument512 changed = mAlertWindowSurfaces.add(surfaceController); in onWindowSurfaceVisibilityChanged()515 changed = mAlertWindowSurfaces.remove(surfaceController); in onWindowSurfaceVisibilityChanged()536 changed = mAppOverlaySurfaces.add(surfaceController); in onWindowSurfaceVisibilityChanged()539 changed = mAppOverlaySurfaces.remove(surfaceController); in onWindowSurfaceVisibilityChanged()
483 final WindowSurfaceController surfaceController = winAnimator.mSurfaceController; in reclaimSomeSurfaceMemory() local535 if (surfaceController != null) { in reclaimSomeSurfaceMemory()
2245 WindowSurfaceController surfaceController; in createSurfaceControl() local2248 surfaceController = winAnimator.createSurfaceLocked(win.mAttrs.type, win.mOwnerUid); in createSurfaceControl()2252 if (surfaceController != null) { in createSurfaceControl()2253 surfaceController.getSurface(outSurface); in createSurfaceControl()6146 WindowSurfaceController surfaceController = windowState.mWinAnimator.mSurfaceController; in clearWindowContentFrameStats() local6147 if (surfaceController == null) { in clearWindowContentFrameStats()6150 return surfaceController.clearWindowContentFrameStats(); in clearWindowContentFrameStats()6165 WindowSurfaceController surfaceController = windowState.mWinAnimator.mSurfaceController; in getWindowContentFrameStats() local6166 if (surfaceController == null) { in getWindowContentFrameStats()6173 if (!surfaceController.getWindowContentFrameStats(stats)) { in getWindowContentFrameStats()