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

/frameworks/base/services/java/com/android/server/wm/
H A DBlackFrame.java91 final BlackSurface[] mBlackSurfaces = new BlackSurface[4]; field in class:BlackFrame
97 for (int i=0; i<mBlackSurfaces.length; i++) {
98 BlackSurface bs = mBlackSurfaces[i];
114 mBlackSurfaces[0] = new BlackSurface(session, layer,
118 mBlackSurfaces[1] = new BlackSurface(session, layer,
122 mBlackSurfaces[2] = new BlackSurface(session, layer,
126 mBlackSurfaces[3] = new BlackSurface(session, layer,
138 if (mBlackSurfaces != null) {
139 for (int i=0; i<mBlackSurfaces.length; i++) {
140 if (mBlackSurfaces[
[all...]

Completed in 39 milliseconds