public interface OnLayoutDrawn
GLSurfaceView
is drawn,
the event is dispatched on the user activity context thread.Modifier and Type | Method and Description |
---|---|
void |
onLayoutDrawn(LegacyApplication legacyApplication,
android.view.View layout)
Dispatched when the layout is drawn on the screen.
|
void onLayoutDrawn(LegacyApplication legacyApplication, android.view.View layout)
legacyApplication
- the application instance.layout
- the current layout.