#import "flutter/shell/platform/darwin/ios/framework/Headers/FlutterPlatformViews.h"
#import <OCMock/OCMock.h>
#import <UIKit/UIKit.h>
#import <WebKit/WebKit.h>
#import <XCTest/XCTest.h>
#include <memory>
#include "flutter/display_list/effects/dl_image_filters.h"
#include "flutter/fml/synchronization/count_down_latch.h"
#include "flutter/fml/thread.h"
#import "flutter/shell/platform/darwin/common/framework/Headers/FlutterMacros.h"
#import "flutter/shell/platform/darwin/ios/framework/Headers/FlutterViewController.h"
#import "flutter/shell/platform/darwin/ios/framework/Source/FlutterEngine_Test.h"
#import "flutter/shell/platform/darwin/ios/framework/Source/FlutterPlatformViewsController.h"
#import "flutter/shell/platform/darwin/ios/framework/Source/FlutterPlatformViews_Internal.h"
#import "flutter/shell/platform/darwin/ios/framework/Source/FlutterTouchInterceptingView_Test.h"
#include "flutter/shell/platform/darwin/ios/ios_context_noop.h"
#include "flutter/shell/platform/darwin/ios/platform_view_ios.h"
Go to the source code of this file.
Namespaces | |
flutter | |
Variables | |
static __weak UIView * | gMockPlatformView = nil |
const float | kFloatCompareEpsilon = 0.001 |
|
static |
Definition at line 29 of file FlutterPlatformViewsTest.mm.
const float kFloatCompareEpsilon = 0.001 |
Definition at line 30 of file FlutterPlatformViewsTest.mm.