Flutter Engine
The Flutter Engine
|
Public Member Functions | |
void | resize (int width, int height) |
int | getWidth () |
int | getHeight () |
long | getId () |
void | release () |
boolean | isReleased () |
Surface | getSurface () |
default void | scheduleFrame () |
A PlatformViewRenderTarget interface allows an Android Platform View to be rendered into an offscreen buffer (usually a texture is involved) that the engine can compose into the FlutterView.
Definition at line 14 of file PlatformViewRenderTarget.java.
int io.flutter.plugin.platform.PlatformViewRenderTarget.getHeight | ( | ) |
long io.flutter.plugin.platform.PlatformViewRenderTarget.getId | ( | ) |
Surface io.flutter.plugin.platform.PlatformViewRenderTarget.getSurface | ( | ) |
int io.flutter.plugin.platform.PlatformViewRenderTarget.getWidth | ( | ) |
boolean io.flutter.plugin.platform.PlatformViewRenderTarget.isReleased | ( | ) |
void io.flutter.plugin.platform.PlatformViewRenderTarget.release | ( | ) |
|
inline |
Implemented in io.flutter.plugin.platform.SurfaceProducerPlatformViewRenderTarget.
Definition at line 37 of file PlatformViewRenderTarget.java.