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

Properties

UIScreen * mockScreen
 
UIView * mockView
 
FlutterEnginemockEngine
 
CGFloat currentInset
 
void(^ updateViewportMetricsBlock )(CGFloat inset)
 
BOOL isViewLoaded
 
BOOL mockIsPadInSlideOverOrStageManagerMode
 
CGRect mockConvertedViewRect
 
FlutterFMLTaskRunnermockTaskRunner
 

Detailed Description

Definition at line 144 of file FlutterViewControllerTest.mm.

Property Documentation

◆ currentInset

- (CGFloat) currentInset
readwritenonatomicassign

Definition at line 148 of file FlutterViewControllerTest.mm.

◆ isViewLoaded

- (BOOL) isViewLoaded
readwritenonatomicassign

Definition at line 150 of file FlutterViewControllerTest.mm.

◆ mockConvertedViewRect

- (CGRect) mockConvertedViewRect
readwritenonatomicassign

Definition at line 152 of file FlutterViewControllerTest.mm.

◆ mockEngine

- (FlutterEngine*) mockEngine
readwritenonatomicstrong

Definition at line 147 of file FlutterViewControllerTest.mm.

◆ mockIsPadInSlideOverOrStageManagerMode

- (BOOL) mockIsPadInSlideOverOrStageManagerMode
readwritenonatomicassign

Definition at line 151 of file FlutterViewControllerTest.mm.

◆ mockScreen

- (UIScreen*) mockScreen
readwritenonatomicstrong

Definition at line 145 of file FlutterViewControllerTest.mm.

◆ mockTaskRunner

- (FlutterFMLTaskRunner*) mockTaskRunner
readwritenonatomicstrong

Definition at line 153 of file FlutterViewControllerTest.mm.

◆ mockView

- (UIView*) mockView
readwritenonatomicstrong

Definition at line 146 of file FlutterViewControllerTest.mm.

◆ updateViewportMetricsBlock

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

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