#include "flutter/shell/common/animator.h"#include <functional>#include <future>#include <memory>#include "flutter/shell/common/shell_test.h"#include "flutter/shell/common/shell_test_platform_view.h"#include "flutter/testing/post_task_sync.h"#include "flutter/testing/testing.h"#include "gmock/gmock.h"#include "gtest/gtest.h"Go to the source code of this file.
Classes | |
| class | flutter::testing::FakeAnimatorDelegate |
Namespaces | |
| namespace | flutter |
| namespace | flutter::testing |
Macros | |
| #define | FML_USED_ON_EMBEDDER |
Functions | |
| flutter::testing::TEST_F (ShellTest, VSyncTargetTime) | |
| flutter::testing::TEST_F (ShellTest, AnimatorDoesNotNotifyIdleBeforeRender) | |
| flutter::testing::TEST_F (ShellTest, AnimatorDoesNotNotifyDelegateIfPipelineIsNotEmpty) | |
Variables | |
| constexpr int64_t | flutter::testing::kImplicitViewId = 0 |
| #define FML_USED_ON_EMBEDDER |
Definition at line 5 of file animator_unittests.cc.