Home | History | Annotate | Download | only in wm

Lines Matching defs:surface

25 import android.view.Surface;
37 final SurfaceControl surface;
48 surface = new WindowStateAnimator.SurfaceTrace(session, "BlackSurface("
52 surface = new SurfaceControl(session, "BlackSurface",
56 surface.setAlpha(1);
57 surface.setLayerStack(layerStack);
58 surface.setLayer(layer);
59 surface.show();
62 " BLACK " + surface + ": CREATE layer=" + layer);
69 surface.setPosition(mTmpFloats[Matrix.MTRANS_X],
71 surface.setMatrix(
75 Slog.i(WindowManagerService.TAG, "Black Surface @ (" + left + "," + top + "): ("
86 surface.setMatrix(1, 0, 0, 1);
103 pw.print(": "); pw.print(bs.surface);
147 " BLACK " + mBlackSurfaces[i].surface + ": DESTROY");
148 mBlackSurfaces[i].surface.destroy();
159 mBlackSurfaces[i].surface.hide();