Home | History | Annotate | Download | only in wm

Lines Matching refs:surfaceControl

122 import android.view.SurfaceControl;
797 SurfaceControl.openTransaction();
803 SurfaceControl.closeTransaction();
2584 static void logSurface(SurfaceControl s, String title, String msg, RuntimeException where) {
2889 SurfaceControl surfaceControl = winAnimator.createSurfaceLocked();
2890 if (surfaceControl != null) {
2891 outSurface.copyFrom(surfaceControl);
3776 SurfaceControl.openTransaction();
3788 SurfaceControl.closeTransaction();
5478 SurfaceControl.openTransaction();
5487 SurfaceControl.closeTransaction();
5702 rawss = SurfaceControl.screenshot(dw, dh, minLayer, maxLayer);
5958 SurfaceControl.openTransaction();
5976 SurfaceControl.closeTransaction();
6819 SurfaceControl surface = new SurfaceControl(session, "drag surface",
6820 width, height, PixelFormat.TRANSLUCENT, SurfaceControl.HIDDEN);
8616 SurfaceControl surfaceControl = new SurfaceControl(mFxSession,
8619 PixelFormat.TRANSLUCENT, SurfaceControl.HIDDEN);
8620 surfaceControl.setLayerStack(display.getLayerStack());
8621 appAnimator.thumbnail = surfaceControl;
8622 if (SHOW_TRANSACTIONS) Slog.i(TAG, " THUMBNAIL " + surfaceControl + ": CREATE");
8624 drawSurface.copyFrom(surfaceControl);
8926 SurfaceControl.openTransaction();
9182 SurfaceControl.closeTransaction();
9631 final SurfaceControl surface = winAnimator.mSurfaceControl;