Flutter iOS Embedder
FlutterPlatformViews_Internal.mm File Reference
#import "flutter/shell/platform/darwin/ios/framework/Source/FlutterPlatformViews_Internal.h"
#import <WebKit/WebKit.h>
#include "flutter/display_list/effects/dl_image_filter.h"
#include "flutter/fml/platform/darwin/cf_utils.h"
#import "flutter/shell/platform/darwin/ios/ios_surface.h"

Go to the source code of this file.

Variables

static constexpr FLUTTER_ASSERT_ARC int kMaxPointsInVerb = 4
 
static NSObject * _gaussianBlurFilter = nil
 
static NSInteger _indexOfBackdropView = -1
 
static NSInteger _indexOfVisualEffectSubview = -1
 
static BOOL _preparedOnce = NO
 
BOOL containsNonRectPath_
 
CGRect rectSoFar_
 
NSInteger _currentTouchPointersCount
 
fml::scoped_nsobject< UIViewController< FlutterViewResponder > > _flutterViewController
 

Variable Documentation

◆ _currentTouchPointersCount

NSInteger _currentTouchPointersCount
Initial value:
{
fml::WeakPtr<flutter::PlatformViewsController> _platformViewsController

Definition at line 687 of file FlutterPlatformViews_Internal.mm.

Referenced by ForwardingGestureRecognizer::initWithTarget:platformViewsController:.

◆ _flutterViewController

fml::scoped_nsobject<UIViewController<FlutterViewResponder> > _flutterViewController

Definition at line 702 of file FlutterPlatformViews_Internal.mm.

◆ _gaussianBlurFilter

NSObject* _gaussianBlurFilter = nil
static

Definition at line 53 of file FlutterPlatformViews_Internal.mm.

Referenced by PlatformViewFilter::resetPreparation.

◆ _indexOfBackdropView

NSInteger _indexOfBackdropView = -1
static

Definition at line 55 of file FlutterPlatformViews_Internal.mm.

Referenced by PlatformViewFilter::resetPreparation.

◆ _indexOfVisualEffectSubview

NSInteger _indexOfVisualEffectSubview = -1
static

Definition at line 57 of file FlutterPlatformViews_Internal.mm.

Referenced by PlatformViewFilter::resetPreparation.

◆ _preparedOnce

BOOL _preparedOnce = NO
static

Definition at line 58 of file FlutterPlatformViews_Internal.mm.

Referenced by PlatformViewFilter::resetPreparation.

◆ containsNonRectPath_

◆ kMaxPointsInVerb

constexpr FLUTTER_ASSERT_ARC int kMaxPointsInVerb = 4
staticconstexpr

Definition at line 15 of file FlutterPlatformViews_Internal.mm.

◆ rectSoFar_

_platformViewsController
std::shared_ptr< flutter::PlatformViewsController > _platformViewsController
Definition: FlutterEngine.mm:126