Searched refs:sSurfaces (Results 1 – 1 of 1) sorted by relevance
481 final static ArrayList<SurfaceTrace> sSurfaces = new ArrayList<SurfaceTrace>(); field in WindowStateAnimator.SurfaceTrace521 sSurfaces.remove(this); in setLayer()523 for (i = sSurfaces.size() - 1; i >= 0; i--) { in setLayer()524 SurfaceTrace s = sSurfaces.get(i); in setLayer()529 sSurfaces.add(i + 1, this); in setLayer()596 sSurfaces.remove(this); in destroy()604 sSurfaces.remove(this); in release()608 final int N = sSurfaces.size(); in dumpAllSurfaces()610 Slog.i(TAG, "SurfaceDump: " + sSurfaces.get(i)); in dumpAllSurfaces()