Home
last modified time | relevance | path

Searched refs:SurfaceControlWithBackground (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DAppWindowToken.java137 … 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()
DWindowSurfaceController.java89 mSurfaceControl = new SurfaceControlWithBackground(s, in WindowSurfaceController()
758 class SurfaceControlWithBackground extends SurfaceControl { class in WindowSurfaceController
766 public SurfaceControlWithBackground(SurfaceSession s, in SurfaceControlWithBackground() method in WindowSurfaceController.SurfaceControlWithBackground