#import <FlutterPlatformViews_Internal.h>
Instance Methods | |
| (instancetype) | - initWithEmbeddedView:platformViewsController:gestureRecognizersBlockingPolicy: |
| (void) | - releaseGesture |
| (void) | - blockGesture |
| (UIView *) | - embeddedView |
| (void) | - setFlutterAccessibilityContainer: |
| (id) | - accessibilityContainer |
Definition at line 961 of file FlutterPlatformViews.mm.
| - (id) accessibilityContainer |
Provided by category FlutterTouchInterceptingView(Tests).
| - (void) blockGesture |
Definition at line 1008 of file FlutterPlatformViews.mm.
References _blockingPolicy, FlutterPlatformViewGestureRecognizersBlockingPolicyEager, and FlutterPlatformViewGestureRecognizersBlockingPolicyWaitUntilTouchesEnded.
| - (UIView *) embeddedView |
Definition at line 1000 of file FlutterPlatformViews.mm.
Referenced by flutter::FlutterPlatformViewsController::GetPlatformViewByID.
| - (instancetype) initWithEmbeddedView: | (UIView*) | embeddedView | |
| platformViewsController: | (fml::WeakPtr<flutter::FlutterPlatformViewsController>) | platformViewsController | |
| gestureRecognizersBlockingPolicy: | (FlutterPlatformViewGestureRecognizersBlockingPolicy) | blockingPolicy | |
Definition at line 970 of file FlutterPlatformViews.mm.
References _blockingPolicy, _embeddedView, and action.
| - (void) releaseGesture |
Definition at line 1004 of file FlutterPlatformViews.mm.
| - (void) setFlutterAccessibilityContainer: | (NSObject*) | flutterAccessibilityContainer |