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

Public Member Functions

 PlatformViewResizeRequest (int viewId, double newLogicalWidth, double newLogicalHeight)
 

Public Attributes

final int viewId
 
final double newLogicalWidth
 
final double newLogicalHeight
 

Detailed Description

Request sent from Flutter to resize a platform view.

Definition at line 455 of file PlatformViewsChannel.java.

Constructor & Destructor Documentation

◆ PlatformViewResizeRequest()

io.flutter.embedding.engine.systemchannels.PlatformViewsChannel.PlatformViewResizeRequest.PlatformViewResizeRequest ( int  viewId,
double  newLogicalWidth,
double  newLogicalHeight 
)
inline

Member Data Documentation

◆ newLogicalHeight

final double io.flutter.embedding.engine.systemchannels.PlatformViewsChannel.PlatformViewResizeRequest.newLogicalHeight

The new density independent height to display the platform view.

Definition at line 463 of file PlatformViewsChannel.java.

◆ newLogicalWidth

final double io.flutter.embedding.engine.systemchannels.PlatformViewsChannel.PlatformViewResizeRequest.newLogicalWidth

The new density independent width to display the platform view.

Definition at line 460 of file PlatformViewsChannel.java.

◆ viewId

final int io.flutter.embedding.engine.systemchannels.PlatformViewsChannel.PlatformViewResizeRequest.viewId

The ID of the platform view as seen by the Flutter side.

Definition at line 457 of file PlatformViewsChannel.java.


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