Flutter Engine Uber Docs
Docs for the entire Flutter Engine repo.
 
Loading...
Searching...
No Matches
FlutterKeyboardInsetManagerMock Class Reference
Inheritance diagram for FlutterKeyboardInsetManagerMock:
FlutterKeyboardInsetManager

Properties

BOOL didCallStartKeyboardAnimation
 
- Properties inherited from FlutterKeyboardInsetManager
CGFloat targetViewInsetBottom
 The physical pixel value of the bottom inset once the current animation reaches its final state.
 
BOOL isKeyboardInOrTransitioningFromBackground
 Indicates whether the keyboard is currently onscreen or in the process of transitioning from the background.
 

Additional Inherited Members

- Instance Methods inherited from FlutterKeyboardInsetManager
(instancetype) - initWithDelegate:
 Initializes the manager with a delegate.
 
(void) - handleKeyboardNotification:
 Processes a system keyboard notification to update the target inset and begin any necessary animations.
 
(void) - hideKeyboardImmediately
 Immediately stops any active keyboard animations and synchronizes the engine's viewport metrics with a zero inset.
 
(void) - invalidate
 Terminates any active animations and releases internal resources.
 

Detailed Description

Definition at line 59 of file FlutterViewControllerTest.mm.

Property Documentation

◆ didCallStartKeyboardAnimation

- (BOOL) didCallStartKeyboardAnimation
readwritenonatomicassign

Definition at line 60 of file FlutterViewControllerTest.mm.


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