Public Member Functions | |
| std::string | DefaultRouteName () override |
| void | ScheduleFrame (bool regenerate_layer_trees=true) override |
| void | OnAllViewsRendered () override |
| void | Render (int64_t view_id, std::unique_ptr< flutter::LayerTree > layer_tree, float device_pixel_ratio) override |
| void | UpdateSemantics (int64_t view_id, SemanticsNodeUpdates update, CustomAccessibilityActionUpdates actions) override |
| void | SetApplicationLocale (std::string locale) override |
| void | SetSemanticsTreeEnabled (bool enabled) override |
| void | HandlePlatformMessage (std::unique_ptr< PlatformMessage > message) override |
| FontCollection & | GetFontCollection () override |
| std::shared_ptr< AssetManager > | GetAssetManager () override |
| void | OnRootIsolateCreated () override |
| void | UpdateIsolateDescription (const std::string isolate_name, int64_t isolate_port) override |
| void | SetNeedsReportTimings (bool value) override |
| std::unique_ptr< std::vector< std::string > > | ComputePlatformResolvedLocale (const std::vector< std::string > &supported_locale_data) override |
| void | RequestDartDeferredLibrary (intptr_t loading_unit_id) override |
| void | RequestViewFocusChange (const ViewFocusChangeRequest &request) override |
| std::weak_ptr< PlatformMessageHandler > | GetPlatformMessageHandler () const override |
| void | SendChannelUpdate (std::string name, bool listening) override |
| double | GetScaledFontSize (double unscaled_font_size, int configuration_id) const override |
Public Attributes | |
| FontCollection | font |
| std::vector< SemanticsNodeUpdates > | updates |
| std::vector< CustomAccessibilityActionUpdates > | actions |
| std::string | locale |
Additional Inherited Members | |
Protected Member Functions inherited from flutter::RuntimeDelegate | |
| virtual | ~RuntimeDelegate () |
Definition at line 16 of file runtime_controller_unittests.cc.
|
inlineoverridevirtual |
Implements flutter::RuntimeDelegate.
Definition at line 59 of file runtime_controller_unittests.cc.
|
inlineoverridevirtual |
Implements flutter::RuntimeDelegate.
Definition at line 21 of file runtime_controller_unittests.cc.
|
inlineoverridevirtual |
Implements flutter::RuntimeDelegate.
Definition at line 50 of file runtime_controller_unittests.cc.
|
inlineoverridevirtual |
Implements flutter::RuntimeDelegate.
Definition at line 48 of file runtime_controller_unittests.cc.
References font.
|
inlineoverridevirtual |
Implements flutter::RuntimeDelegate.
Definition at line 68 of file runtime_controller_unittests.cc.
|
inlineoverridevirtual |
Implements flutter::RuntimeDelegate.
Definition at line 75 of file runtime_controller_unittests.cc.
|
inlineoverridevirtual |
Implements flutter::RuntimeDelegate.
Definition at line 45 of file runtime_controller_unittests.cc.
|
inlineoverridevirtual |
Implements flutter::RuntimeDelegate.
Definition at line 26 of file runtime_controller_unittests.cc.
|
inlineoverridevirtual |
Implements flutter::RuntimeDelegate.
Definition at line 52 of file runtime_controller_unittests.cc.
|
inlineoverridevirtual |
Implements flutter::RuntimeDelegate.
Definition at line 28 of file runtime_controller_unittests.cc.
|
inlineoverridevirtual |
Implements flutter::RuntimeDelegate.
Definition at line 64 of file runtime_controller_unittests.cc.
|
inlineoverridevirtual |
Implements flutter::RuntimeDelegate.
Definition at line 66 of file runtime_controller_unittests.cc.
|
inlineoverridevirtual |
Implements flutter::RuntimeDelegate.
Definition at line 24 of file runtime_controller_unittests.cc.
|
inlineoverridevirtual |
Implements flutter::RuntimeDelegate.
Definition at line 73 of file runtime_controller_unittests.cc.
|
inlineoverridevirtual |
Implements flutter::RuntimeDelegate.
Definition at line 39 of file runtime_controller_unittests.cc.
References locale.
|
inlineoverridevirtual |
Implements flutter::RuntimeDelegate.
Definition at line 57 of file runtime_controller_unittests.cc.
|
inlineoverridevirtual |
Implements flutter::RuntimeDelegate.
Definition at line 43 of file runtime_controller_unittests.cc.
|
inlineoverridevirtual |
Implements flutter::RuntimeDelegate.
Definition at line 54 of file runtime_controller_unittests.cc.
|
inlineoverridevirtual |
Implements flutter::RuntimeDelegate.
Definition at line 32 of file runtime_controller_unittests.cc.
References actions.
| std::vector<CustomAccessibilityActionUpdates> flutter::testing::MockRuntimeDelegate::actions |
Definition at line 20 of file runtime_controller_unittests.cc.
Referenced by flutter::testing::RuntimeControllerTester::CanUpdateSemanticsWhenSetSemanticsTreeEnabled(), and UpdateSemantics().
| FontCollection flutter::testing::MockRuntimeDelegate::font |
Definition at line 18 of file runtime_controller_unittests.cc.
Referenced by GetFontCollection().
| std::string flutter::testing::MockRuntimeDelegate::locale |
Definition at line 22 of file runtime_controller_unittests.cc.
Referenced by flutter::testing::RuntimeControllerTester::CanUpdateSetApplicationLocale(), and SetApplicationLocale().
| std::vector<SemanticsNodeUpdates> flutter::testing::MockRuntimeDelegate::updates |
Definition at line 19 of file runtime_controller_unittests.cc.
Referenced by flutter::testing::RuntimeControllerTester::CanUpdateSemanticsWhenSetSemanticsTreeEnabled().