Properties | |
| UIScreen * | mockScreen |
| UIView * | mockView |
| FlutterEngine * | mockEngine |
| CGFloat | currentInset |
| void(^ | updateViewportMetricsBlock )(CGFloat inset) |
| BOOL | isViewLoaded |
| BOOL | mockIsPadInSlideOverOrStageManagerMode |
| CGRect | mockConvertedViewRect |
Additional Inherited Members | |
Instance Methods inherited from <FlutterKeyboardInsetManagerDelegate> | |
| (void) | - updateViewportMetricsWithInset: |
| Updates the viewport metrics with the new bottom inset. | |
| (CGFloat) | - physicalViewInsetBottom |
| Returns the current physical bottom view inset. | |
| (UIView *) | - view |
| Returns the view associated with the delegate. | |
| (FlutterEngine *) | - engine |
| Returns the engine associated with the delegate. | |
| (UIScreen *) | - flutterScreenIfViewLoaded |
| Returns the UIScreen associated with the Flutter view, if the view is loaded. | |
| (BOOL) | - isPadInSlideOverOrStageManagerMode |
| Returns whether the device is an iPad and in Slide Over or Stage Manager mode. | |
| (CGRect) | - convertViewRectToScreen: |
| Converts a rectangle from the view's coordinate system to the screen's coordinate system. | |
| (BOOL) | - isViewLoaded |
| Returns whether the delegate's view is currently loaded. | |
Definition at line 70 of file FlutterViewControllerTest.mm.
|
readwritenonatomicassign |
Definition at line 74 of file FlutterViewControllerTest.mm.
|
readwritenonatomicassign |
Definition at line 76 of file FlutterViewControllerTest.mm.
|
readwritenonatomicassign |
Definition at line 78 of file FlutterViewControllerTest.mm.
|
readwritenonatomicstrong |
Definition at line 73 of file FlutterViewControllerTest.mm.
|
readwritenonatomicassign |
Definition at line 77 of file FlutterViewControllerTest.mm.
|
readwritenonatomicstrong |
Definition at line 71 of file FlutterViewControllerTest.mm.
|
readwritenonatomicstrong |
Definition at line 72 of file FlutterViewControllerTest.mm.
|
readwritenonatomiccopy |