Searched refs:BlackSurface (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/java/com/android/server/wm/ |
D | BlackFrame.java | 30 class BlackSurface { class in BlackFrame 35 BlackSurface(SurfaceSession session, int layer, int l, int t, int r, int b) in BlackSurface() method in BlackFrame.BlackSurface 77 final BlackSurface[] mBlackSurfaces = new BlackSurface[4]; 85 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()
|