Searched refs:mBlackSurfaces (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/java/com/android/server/wm/
H A DBlackFrame.java77 final BlackSurface[] mBlackSurfaces = new BlackSurface[4]; field in class:BlackFrame
85 mBlackSurfaces[0] = new BlackSurface(session, layer,
89 mBlackSurfaces[1] = new BlackSurface(session, layer,
93 mBlackSurfaces[2] = new BlackSurface(session, layer,
97 mBlackSurfaces[3] = new BlackSurface(session, layer,
109 if (mBlackSurfaces != null) {
110 for (int i=0; i<mBlackSurfaces.length; i++) {
111 if (mBlackSurfaces[i] != null) {
115 " BLACK " + mBlackSurfaces[i].surface + ": DESTROY");
116 mBlackSurfaces[
[all...]

Completed in 46 milliseconds