Flutter iOS Embedder
FlutterViewController(Testing) Category Reference

Instance Methods

(void) - createTouchRateCorrectionVSyncClientIfNeeded
 
(void) - setUpKeyboardAnimationVsyncClient:
 
(void) - startKeyBoardAnimation:
 
(void) - triggerTouchRateCorrectionIfNeeded:
 

Properties

double targetViewInsetBottom
 
VSyncClientkeyboardAnimationVSyncClient
 
VSyncClienttouchRateCorrectionVSyncClient
 

Detailed Description

Definition at line 27 of file FlutterViewControllerTest_mrc.mm.

Method Documentation

◆ createTouchRateCorrectionVSyncClientIfNeeded

- (void) createTouchRateCorrectionVSyncClientIfNeeded

◆ setUpKeyboardAnimationVsyncClient:

- (void) setUpKeyboardAnimationVsyncClient: (FlutterKeyboardAnimationCallback keyboardAnimationCallback

◆ startKeyBoardAnimation:

- (void) startKeyBoardAnimation: (NSTimeInterval)  duration

◆ triggerTouchRateCorrectionIfNeeded:

- (void) triggerTouchRateCorrectionIfNeeded: (NSSet *)  touches

Property Documentation

◆ keyboardAnimationVSyncClient

- (VSyncClient*) keyboardAnimationVSyncClient
readwritenonatomicretain

Definition at line 30 of file FlutterViewControllerTest_mrc.mm.

◆ targetViewInsetBottom

- (double) targetViewInsetBottom
readwritenonatomicassign

Definition at line 29 of file FlutterViewControllerTest_mrc.mm.

◆ touchRateCorrectionVSyncClient

- (VSyncClient*) touchRateCorrectionVSyncClient
readwritenonatomicretain

Definition at line 32 of file FlutterViewControllerTest_mrc.mm.


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