Searched refs:SurfaceControlWithBackground (Results 1 – 2 of 2) sorted by relevance
137 … private ArrayList<WindowSurfaceController.SurfaceControlWithBackground> mSurfaceViewBackgrounds =138 new ArrayList<WindowSurfaceController.SurfaceControlWithBackground>();726 void addSurfaceViewBackground(WindowSurfaceController.SurfaceControlWithBackground background) { in addSurfaceViewBackground()730 …void removeSurfaceViewBackground(WindowSurfaceController.SurfaceControlWithBackground background) { in removeSurfaceViewBackground()741 WindowSurfaceController.SurfaceControlWithBackground bottom = null; in updateSurfaceViewBackgroundVisibilities()744 … WindowSurfaceController.SurfaceControlWithBackground sc = mSurfaceViewBackgrounds.get(i); in updateSurfaceViewBackgroundVisibilities()751 … WindowSurfaceController.SurfaceControlWithBackground sc = mSurfaceViewBackgrounds.get(i); in updateSurfaceViewBackgroundVisibilities()
89 mSurfaceControl = new SurfaceControlWithBackground(s, in WindowSurfaceController()758 class SurfaceControlWithBackground extends SurfaceControl { class in WindowSurfaceController766 public SurfaceControlWithBackground(SurfaceSession s, in SurfaceControlWithBackground() method in WindowSurfaceController.SurfaceControlWithBackground