Flutter Engine
The Flutter Engine
|
#include "flutter/flow/layers/clip_rect_layer.h"
#include "flutter/flow/layers/platform_view_layer.h"
#include "flutter/flow/layers/transform_layer.h"
#include "flutter/flow/testing/layer_test.h"
#include "flutter/flow/testing/mock_embedder.h"
#include "flutter/flow/testing/mock_layer.h"
#include "flutter/fml/macros.h"
#include "flutter/testing/mock_canvas.h"
Go to the source code of this file.
Namespaces | |
namespace | flutter |
namespace | flutter::testing |
Typedefs | |
using | flutter::testing::PlatformViewLayerTest = LayerTest |
Functions | |
flutter::testing::TEST_F (PlatformViewLayerTest, NullViewEmbedderDoesntPrerollCompositeOrPaint) | |
flutter::testing::TEST_F (PlatformViewLayerTest, ClippedPlatformViewPrerollsAndPaintsNothing) | |
flutter::testing::TEST_F (BackdropFilterLayerTest, OpacityInheritance) | |
flutter::testing::TEST_F (PlatformViewLayerTest, StateTransfer) | |