Searched refs:sSurfaces (Results 1 – 1 of 1) sorted by relevance
553 final static ArrayList<SurfaceTrace> sSurfaces = new ArrayList<SurfaceTrace>(); field in WindowStateAnimator.SurfaceTrace574 synchronized (sSurfaces) { in SurfaceTrace()575 sSurfaces.add(0, this); in SurfaceTrace()598 synchronized (sSurfaces) { in setLayer()599 sSurfaces.remove(this); in setLayer()601 for (i = sSurfaces.size() - 1; i >= 0; i--) { in setLayer()602 SurfaceTrace s = sSurfaces.get(i); in setLayer()607 sSurfaces.add(i + 1, this); in setLayer()703 synchronized (sSurfaces) { in destroy()704 sSurfaces.remove(this); in destroy()[all …]