Searched refs:surfaceController (Results 1 – 4 of 4) sorted by relevance
795 void onWindowSurfaceVisibilityChanged(WindowSurfaceController surfaceController, in onWindowSurfaceVisibilityChanged() argument808 changed = mAlertWindowSurfaces.add(surfaceController); in onWindowSurfaceVisibilityChanged()817 changed = mAlertWindowSurfaces.remove(surfaceController); in onWindowSurfaceVisibilityChanged()923 final WindowSurfaceController surfaceController = mAlertWindowSurfaces.valueAt(i); in hasAlertWindowSurfaces() local924 if (surfaceController.mAnimator.mWin.getDisplayContent() == displayContent) { in hasAlertWindowSurfaces()
2808 WindowSurfaceController surfaceController; in createSurfaceControl() local2811 surfaceController = winAnimator.createSurfaceLocked(); in createSurfaceControl()2815 if (surfaceController != null) { in createSurfaceControl()2816 surfaceController.getSurfaceControl(outSurfaceControl); in createSurfaceControl()6809 WindowSurfaceController surfaceController = windowState.mWinAnimator.mSurfaceController; in clearWindowContentFrameStats() local6810 if (surfaceController == null) { in clearWindowContentFrameStats()6813 return surfaceController.clearWindowContentFrameStats(); in clearWindowContentFrameStats()6828 WindowSurfaceController surfaceController = windowState.mWinAnimator.mSurfaceController; in getWindowContentFrameStats() local6829 if (surfaceController == null) { in getWindowContentFrameStats()6836 if (!surfaceController.getWindowContentFrameStats(stats)) { in getWindowContentFrameStats()
671 final WindowSurfaceController surfaceController = winAnimator.mSurfaceController; in reclaimSomeSurfaceMemory() local721 if (surfaceController != null) { in reclaimSomeSurfaceMemory()
272 final WindowSurfaceController surfaceController = mock(WindowSurfaceController.class); in testRelayoutExitingWindow_legacy() local273 win.mWinAnimator.mSurfaceController = surfaceController; in testRelayoutExitingWindow_legacy()275 doReturn(true).when(surfaceController).hasSurface(); in testRelayoutExitingWindow_legacy()332 final WindowSurfaceController surfaceController = mock(WindowSurfaceController.class); in testRelayoutExitingWindow() local333 win.mWinAnimator.mSurfaceController = surfaceController; in testRelayoutExitingWindow()335 doReturn(true).when(surfaceController).hasSurface(); in testRelayoutExitingWindow()