Flutter Engine Uber Docs
Docs for the entire Flutter Engine repo.
 
Loading...
Searching...
No Matches
FlutterKeyboardInsetManager() Category Reference

Properties

id< FlutterKeyboardInsetManagerDelegatedelegate
 
CGFloat targetViewInsetBottom
 
CGFloat originalViewInsetBottom
 
FlutterVSyncClientkeyboardAnimationVSyncClient
 
BOOL keyboardAnimationIsShowing
 
NSTimeInterval keyboardAnimationStartTime
 
UIView * keyboardAnimationView
 
SpringAnimationkeyboardSpringAnimation
 

Detailed Description

Definition at line 18 of file FlutterKeyboardInsetManager.mm.

Property Documentation

◆ delegate

- (id<FlutterKeyboardInsetManagerDelegate>) delegate
readwritenonatomicweak

Definition at line 20 of file FlutterKeyboardInsetManager.mm.

◆ keyboardAnimationIsShowing

- (BOOL) keyboardAnimationIsShowing
readwritenonatomicassign

Definition at line 24 of file FlutterKeyboardInsetManager.mm.

◆ keyboardAnimationStartTime

- (NSTimeInterval) keyboardAnimationStartTime
readwritenonatomicassign

Definition at line 25 of file FlutterKeyboardInsetManager.mm.

◆ keyboardAnimationView

- (UIView*) keyboardAnimationView
readwritenonatomicstrong

Definition at line 26 of file FlutterKeyboardInsetManager.mm.

◆ keyboardAnimationVSyncClient

- (FlutterVSyncClient*) keyboardAnimationVSyncClient
readwritenonatomicstrong

Definition at line 23 of file FlutterKeyboardInsetManager.mm.

◆ keyboardSpringAnimation

- (SpringAnimation*) keyboardSpringAnimation
readwritenonatomicstrong

Definition at line 27 of file FlutterKeyboardInsetManager.mm.

◆ originalViewInsetBottom

- (CGFloat) originalViewInsetBottom
readwritenonatomicassign

Definition at line 22 of file FlutterKeyboardInsetManager.mm.

◆ targetViewInsetBottom

- (CGFloat) targetViewInsetBottom
readwritenonatomicassign

Definition at line 21 of file FlutterKeyboardInsetManager.mm.


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