Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
io.flutter.embedding.engine.systemchannels.PlatformViewsChannel.PlatformViewBufferSize Class Reference

Public Member Functions

 PlatformViewBufferSize (int width, int height)
 

Public Attributes

final int width
 
final int height
 

Detailed Description

The platform view buffer size.

Definition at line 473 of file PlatformViewsChannel.java.

Constructor & Destructor Documentation

◆ PlatformViewBufferSize()

io.flutter.embedding.engine.systemchannels.PlatformViewsChannel.PlatformViewBufferSize.PlatformViewBufferSize ( int  width,
int  height 
)
inline

Member Data Documentation

◆ height

final int io.flutter.embedding.engine.systemchannels.PlatformViewsChannel.PlatformViewBufferSize.height

The height of the screen buffer.

Definition at line 478 of file PlatformViewsChannel.java.

◆ width

final int io.flutter.embedding.engine.systemchannels.PlatformViewsChannel.PlatformViewBufferSize.width

The width of the screen buffer.

Definition at line 475 of file PlatformViewsChannel.java.


The documentation for this class was generated from the following file: