Flutter Engine Uber Docs
Docs for the entire Flutter Engine repo.
 
Loading...
Searching...
No Matches
FlutterViewController(Tests) Category Reference
Inheritance diagram for FlutterViewController(Tests):

Instance Methods

(void) - createTouchRateCorrectionVSyncClientIfNeeded
 
(void) - surfaceUpdated:
 
(void) - performOrientationUpdate:
 
(void) - handlePressEvent:nextAction:
 
(void) - discreteScrollEvent:
 
(void) - updateViewportMetricsIfNeeded
 
(void) - updateAutoResizeConstraints
 
(void) - checkAndUpdateAutoResizeConstraints
 
(void) - onUserSettingsChanged:
 
(void) - applicationWillTerminate:
 
(void) - goToApplicationLifecycle:
 
(void) - addInternalPlugins
 
(flutter::PointerData- generatePointerDataForFake
 
(void) - sharedSetupWithProject:initialRoute:
 
(void) - applicationBecameActive:
 
(void) - applicationWillResignActive:
 
(void) - applicationWillTerminate:
 
(void) - applicationDidEnterBackground:
 
(void) - applicationWillEnterForeground:
 
(void) - sceneBecameActive:
 
(void) - sceneWillResignActive:
 
(void) - sceneWillDisconnect:
 
(void) - sceneDidEnterBackground:
 
(void) - sceneWillEnterForeground:
 
(void) - triggerTouchRateCorrectionIfNeeded:
 
(void) - onAccessibilityStatusChanged:
 

Properties

double targetViewInsetBottom
 
BOOL keyboardAnimationIsShowing
 
FlutterVSyncClientkeyboardAnimationVSyncClient
 
FlutterVSyncClienttouchRateCorrectionVSyncClient
 
BOOL awokenFromNib
 

Detailed Description

Definition at line 228 of file FlutterViewControllerTest.mm.

Method Documentation

◆ addInternalPlugins

- (void) addInternalPlugins

◆ applicationBecameActive:

- (void) applicationBecameActive: (NSNotification *)  notification

◆ applicationDidEnterBackground:

- (void) applicationDidEnterBackground: (NSNotification *)  notification

◆ applicationWillEnterForeground:

- (void) applicationWillEnterForeground: (NSNotification *)  notification

◆ applicationWillResignActive:

- (void) applicationWillResignActive: (NSNotification *)  notification

◆ applicationWillTerminate: [1/2]

- (void) applicationWillTerminate: (NSNotification *)  notification

◆ applicationWillTerminate: [2/2]

- (void) applicationWillTerminate: (NSNotification *)  notification

◆ checkAndUpdateAutoResizeConstraints

- (void) checkAndUpdateAutoResizeConstraints

◆ createTouchRateCorrectionVSyncClientIfNeeded

- (void) createTouchRateCorrectionVSyncClientIfNeeded

◆ discreteScrollEvent:

- (void) discreteScrollEvent: (UIPanGestureRecognizer *)  recognizer

◆ generatePointerDataForFake

- (PointerData FlutterViewController(Tests)):

◆ goToApplicationLifecycle:

- (void) goToApplicationLifecycle: (nonnull NSString *)  state

◆ handlePressEvent:nextAction:

- (void) handlePressEvent: (FlutterUIPressProxy *)  press
nextAction: (ios(13.4))  API_AVAILABLE 

◆ onAccessibilityStatusChanged:

- (void) onAccessibilityStatusChanged: (NSNotification *)  notification

◆ onUserSettingsChanged:

- (void) onUserSettingsChanged: (NSNotification *)  notification

◆ performOrientationUpdate:

- (void) performOrientationUpdate: (UIInterfaceOrientationMask)  new_preferences

◆ sceneBecameActive:

- (void) sceneBecameActive: (ios(13.0))  API_AVAILABLE

◆ sceneDidEnterBackground:

- (void) sceneDidEnterBackground: (ios(13.0))  API_AVAILABLE

◆ sceneWillDisconnect:

- (void) sceneWillDisconnect: (ios(13.0))  API_AVAILABLE

◆ sceneWillEnterForeground:

- (void) sceneWillEnterForeground: (ios(13.0))  API_AVAILABLE

◆ sceneWillResignActive:

- (void) sceneWillResignActive: (ios(13.0))  API_AVAILABLE

◆ sharedSetupWithProject:initialRoute:

- (void) sharedSetupWithProject: (nullable FlutterDartProject *)  project
initialRoute: (nullable NSString *)  initialRoute 

◆ surfaceUpdated:

- (void) surfaceUpdated: (BOOL appeared

◆ triggerTouchRateCorrectionIfNeeded:

- (void) triggerTouchRateCorrectionIfNeeded: (NSSet *)  touches

◆ updateAutoResizeConstraints

- (void) updateAutoResizeConstraints

◆ updateViewportMetricsIfNeeded

- (void) updateViewportMetricsIfNeeded

Property Documentation

◆ awokenFromNib

- (BOOL) awokenFromNib
readwritenonatomicassign

Definition at line 234 of file FlutterViewControllerTest.mm.

◆ keyboardAnimationIsShowing

- (BOOL) keyboardAnimationIsShowing
readwritenonatomicassign

Definition at line 231 of file FlutterViewControllerTest.mm.

◆ keyboardAnimationVSyncClient

- (FlutterVSyncClient*) keyboardAnimationVSyncClient
readwritenonatomicstrong

Definition at line 232 of file FlutterViewControllerTest.mm.

◆ targetViewInsetBottom

- (double) targetViewInsetBottom
readwritenonatomicassign

Definition at line 230 of file FlutterViewControllerTest.mm.

◆ touchRateCorrectionVSyncClient

- (FlutterVSyncClient*) touchRateCorrectionVSyncClient
readwritenonatomicstrong

Definition at line 233 of file FlutterViewControllerTest.mm.


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