Searched refs:mBlackSurfaces (Results 1 – 1 of 1) sorted by relevance
77 final BlackSurface[] mBlackSurfaces = new BlackSurface[4]; field in BlackFrame85 mBlackSurfaces[0] = new BlackSurface(session, layer, in BlackFrame()89 mBlackSurfaces[1] = new BlackSurface(session, layer, in BlackFrame()93 mBlackSurfaces[2] = new BlackSurface(session, layer, in BlackFrame()97 mBlackSurfaces[3] = new BlackSurface(session, layer, in BlackFrame()109 if (mBlackSurfaces != null) { in kill()110 for (int i=0; i<mBlackSurfaces.length; i++) { in kill()111 if (mBlackSurfaces[i] != null) { in kill()115 " BLACK " + mBlackSurfaces[i].surface + ": DESTROY"); in kill()116 mBlackSurfaces[i].surface.destroy(); in kill()[all …]