Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Namespaces | Functions
engine_animator_unittests.cc File Reference
#include "flutter/shell/common/engine.h"
#include "flutter/common/constants.h"
#include "flutter/lib/ui/compositing/scene_builder.h"
#include "flutter/shell/common/shell_test.h"
#include "flutter/testing/fixture_test.h"
#include "gmock/gmock.h"

Go to the source code of this file.

Namespaces

namespace  flutter
 

Functions

 flutter::TEST_F (EngineAnimatorTest, AnimatorAcceptsMultipleRenders)
 
 flutter::TEST_F (EngineAnimatorTest, IgnoresOutOfFrameRenders)
 
 flutter::TEST_F (EngineAnimatorTest, IgnoresDuplicateRenders)
 
 flutter::TEST_F (EngineAnimatorTest, AnimatorSubmitsImplicitViewBeforeDrawFrameEnds)
 
 flutter::TEST_F (EngineAnimatorTest, AnimatorSubmitWarmUpImplicitView)
 
 flutter::TEST_F (EngineAnimatorTest, AnimatorSubmitPartialViewsForWarmUp)
 

Variable Documentation

◆ animator_

std::unique_ptr<Animator> animator_
protected

Definition at line 168 of file engine_animator_unittests.cc.

◆ delegate_

MockDelegate delegate_
protected

Definition at line 163 of file engine_animator_unittests.cc.

◆ dispatcher_maker_

PointerDataDispatcherMaker dispatcher_maker_
protected

Definition at line 164 of file engine_animator_unittests.cc.

◆ image_decoder_task_runner_

std::shared_ptr<fml::ConcurrentTaskRunner> image_decoder_task_runner_
protected

Definition at line 171 of file engine_animator_unittests.cc.

◆ io_manager_

fml::WeakPtr<IOManager> io_manager_
protected

Definition at line 169 of file engine_animator_unittests.cc.

◆ runtime_controller_

std::unique_ptr<RuntimeController> runtime_controller_
protected

Definition at line 170 of file engine_animator_unittests.cc.

◆ settings_

Settings settings_
protected

Definition at line 167 of file engine_animator_unittests.cc.

◆ snapshot_delegate_

fml::TaskRunnerAffineWeakPtr<SnapshotDelegate> snapshot_delegate_
protected

Definition at line 172 of file engine_animator_unittests.cc.

◆ task_runners_

TaskRunners task_runners_
protected

Definition at line 166 of file engine_animator_unittests.cc.

◆ thread_host_

ThreadHost thread_host_
protected

Definition at line 165 of file engine_animator_unittests.cc.