Flutter iOS Embedder
TestKeyboardInsetDelegate Class Reference
Inheritance diagram for TestKeyboardInsetDelegate:
<FlutterKeyboardInsetManagerDelegate>

Properties

UIScreen * mockScreen
 
UIView * mockView
 
FlutterEnginemockEngine
 
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. More...
 
(CGFloat) - physicalViewInsetBottom
 Returns the current physical bottom view inset. More...
 
(UIView *) - view
 Returns the view associated with the delegate. More...
 
(FlutterEngine *) - engine
 Returns the engine associated with the delegate. More...
 
(UIScreen *) - flutterScreenIfViewLoaded
 Returns the UIScreen associated with the Flutter view, if the view is loaded. More...
 
(BOOL) - isPadInSlideOverOrStageManagerMode
 Returns whether the device is an iPad and in Slide Over or Stage Manager mode. More...
 
(CGRect) - convertViewRectToScreen:
 Converts a rectangle from the view's coordinate system to the screen's coordinate system. More...
 
(BOOL) - isViewLoaded
 Returns whether the delegate's view is currently loaded. More...
 

Detailed Description

Definition at line 69 of file FlutterViewControllerTest.mm.

Property Documentation

◆ currentInset

- (CGFloat) currentInset
readwritenonatomicassign

Definition at line 73 of file FlutterViewControllerTest.mm.

◆ isViewLoaded

- (BOOL) isViewLoaded
readwritenonatomicassign

Definition at line 75 of file FlutterViewControllerTest.mm.

◆ mockConvertedViewRect

- (CGRect) mockConvertedViewRect
readwritenonatomicassign

Definition at line 77 of file FlutterViewControllerTest.mm.

◆ mockEngine

- (FlutterEngine*) mockEngine
readwritenonatomicstrong

Definition at line 72 of file FlutterViewControllerTest.mm.

◆ mockIsPadInSlideOverOrStageManagerMode

- (BOOL) mockIsPadInSlideOverOrStageManagerMode
readwritenonatomicassign

Definition at line 76 of file FlutterViewControllerTest.mm.

◆ mockScreen

- (UIScreen*) mockScreen
readwritenonatomicstrong

Definition at line 70 of file FlutterViewControllerTest.mm.

◆ mockView

- (UIView*) mockView
readwritenonatomicstrong

Definition at line 71 of file FlutterViewControllerTest.mm.

◆ updateViewportMetricsBlock

- (void(^ updateViewportMetricsBlock) (CGFloat inset))
readwritenonatomiccopy

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