Searched refs:sSurfaces (Results 1 – 1 of 1) sorted by relevance
515 final static ArrayList<SurfaceTrace> sSurfaces = new ArrayList<SurfaceTrace>(); field in WindowSurfaceController.SurfaceTrace537 synchronized (sSurfaces) { in SurfaceTrace()538 sSurfaces.add(0, this); in SurfaceTrace()561 synchronized (sSurfaces) { in setLayer()562 sSurfaces.remove(this); in setLayer()564 for (i = sSurfaces.size() - 1; i >= 0; i--) { in setLayer()565 SurfaceTrace s = sSurfaces.get(i); in setLayer()570 sSurfaces.add(i + 1, this); in setLayer()691 synchronized (sSurfaces) { in destroy()692 sSurfaces.remove(this); in destroy()[all …]