Flutter Engine Uber Docs
Docs for the entire Flutter Engine repo.
 
Loading...
Searching...
No Matches
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.
 
(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.
 

Detailed Description

Definition at line 70 of file FlutterViewControllerTest.mm.

Property Documentation

◆ currentInset

- (CGFloat) currentInset
readwritenonatomicassign

Definition at line 74 of file FlutterViewControllerTest.mm.

◆ isViewLoaded

- (BOOL) isViewLoaded
readwritenonatomicassign

Definition at line 76 of file FlutterViewControllerTest.mm.

◆ mockConvertedViewRect

- (CGRect) mockConvertedViewRect
readwritenonatomicassign

Definition at line 78 of file FlutterViewControllerTest.mm.

◆ mockEngine

- (FlutterEngine*) mockEngine
readwritenonatomicstrong

Definition at line 73 of file FlutterViewControllerTest.mm.

◆ mockIsPadInSlideOverOrStageManagerMode

- (BOOL) mockIsPadInSlideOverOrStageManagerMode
readwritenonatomicassign

Definition at line 77 of file FlutterViewControllerTest.mm.

◆ mockScreen

- (UIScreen*) mockScreen
readwritenonatomicstrong

Definition at line 71 of file FlutterViewControllerTest.mm.

◆ mockView

- (UIView*) mockView
readwritenonatomicstrong

Definition at line 72 of file FlutterViewControllerTest.mm.

◆ updateViewportMetricsBlock

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

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