// Generated automatically from android.view.AttachedSurfaceControl for testing purposes package android.view; import android.view.SurfaceControl; public interface AttachedSurfaceControl { SurfaceControl.Transaction buildReparentTransaction(SurfaceControl p0); boolean applyTransactionOnDraw(SurfaceControl.Transaction p0); }