Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Attributes | List of all members
io.flutter.embedding.engine.systemchannels.PlatformViewsChannel.PlatformViewCreationRequest.RequestedDisplayMode Enum Reference

Public Attributes

 TEXTURE_WITH_VIRTUAL_FALLBACK
 
 TEXTURE_WITH_HYBRID_FALLBACK
 
 HYBRID_ONLY
 

Detailed Description

Platform view display modes that can be requested at creation time.

Definition at line 369 of file PlatformViewsChannel.java.

Member Data Documentation

◆ HYBRID_ONLY

io.flutter.embedding.engine.systemchannels.PlatformViewsChannel.PlatformViewCreationRequest.RequestedDisplayMode.HYBRID_ONLY

Use Hybrid Composition in all cases.

Definition at line 375 of file PlatformViewsChannel.java.

◆ TEXTURE_WITH_HYBRID_FALLBACK

io.flutter.embedding.engine.systemchannels.PlatformViewsChannel.PlatformViewCreationRequest.RequestedDisplayMode.TEXTURE_WITH_HYBRID_FALLBACK

Use Texture Layer if possible, falling back to Hybrid Composition if not.

Definition at line 373 of file PlatformViewsChannel.java.

◆ TEXTURE_WITH_VIRTUAL_FALLBACK

io.flutter.embedding.engine.systemchannels.PlatformViewsChannel.PlatformViewCreationRequest.RequestedDisplayMode.TEXTURE_WITH_VIRTUAL_FALLBACK

Use Texture Layer if possible, falling back to Virtual Display if not.

Definition at line 371 of file PlatformViewsChannel.java.


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