mirror of
https://github.com/github/codeql.git
synced 2025-12-18 18:10:39 +01:00
12 lines
337 B
Java
Generated
12 lines
337 B
Java
Generated
// 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);
|
|
}
|