Flutter Engine
The Flutter Engine
Instance Methods | List of all members
WindowViewController Class Reference
Inheritance diagram for WindowViewController:

Instance Methods

(WindowViewController *) - initWithWindow:
 
(void) - viewDidLoad [implementation]
 
(void) - didReceiveMemoryWarning [implementation]
 
(void) - viewWillTransitionToSize:withTransitionCoordinator: [implementation]
 

Detailed Description

Definition at line 15 of file Window_ios.mm.

Method Documentation

◆ didReceiveMemoryWarning

- (void) didReceiveMemoryWarning
implementation

Definition at line 117 of file Window_ios.mm.

141 {
142 // nothing yet
143}

◆ initWithWindow:

- (WindowViewController *) initWithWindow: (sk_app::Window_ios*)  initWindow
Initial value:

Definition at line 117 of file Window_ios.mm.

129 :(sk_app::Window_ios *)initWindow {
130 self = [super initWithNibName:nil bundle:nil];
131 if (self) {
132 fWindow = initWindow;
133 }
134 return self;
135}

◆ viewDidLoad

- (void) viewDidLoad
implementation

Definition at line 117 of file Window_ios.mm.

137 {
138 // nothing yet
139}

◆ viewWillTransitionToSize:withTransitionCoordinator:

- (void) viewWillTransitionToSize: (CGSize)  size
withTransitionCoordinator: (id<UIViewControllerTransitionCoordinator>)  coordinator 
implementation

Definition at line 117 of file Window_ios.mm.

145 :(CGSize)size
146 withTransitionCoordinator:(id<UIViewControllerTransitionCoordinator>)coordinator {
147 // handle rotations here
148}
it will be possible to load the file into Perfetto s trace viewer disable asset Prevents usage of any non test fonts unless they were explicitly Loaded via prefetched default font Indicates whether the embedding started a prefetch of the default font manager before creating the engine run In non interactive keep the shell running after the Dart script has completed enable serial On low power devices with low core running concurrent GC tasks on threads can cause them to contend with the UI thread which could potentially lead to jank This option turns off all concurrent GC activities domain network JSON encoded network policy per domain This overrides the DisallowInsecureConnections switch Embedder can specify whether to allow or disallow insecure connections at a domain level old gen heap size
Definition: switches.h:259

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