Flutter Engine
The Flutter Engine
|
This is the complete list of members for flutter_runner::PlatformView, including all inherited members.
AddView(int64_t view_id, const ViewportMetrics &viewport_metrics, AddViewCallback callback) | flutter::PlatformView | |
AddViewCallback typedef | flutter::PlatformView | |
ComputePlatformResolvedLocales(const std::vector< std::string > &supported_locale_data) | flutter::PlatformView | virtual |
CreateExternalViewEmbedder() override | flutter_runner::PlatformView | virtual |
CreateResourceContext() const | flutter::PlatformView | virtual |
CreateSnapshotSurfaceProducer() | flutter::PlatformView | virtual |
delegate_ | flutter::PlatformView | protected |
DispatchPlatformMessage(std::unique_ptr< PlatformMessage > message) | flutter::PlatformView | |
DispatchPointerDataPacket(std::unique_ptr< PointerDataPacket > packet) | flutter::PlatformView | |
DispatchSemanticsAction(int32_t node_id, SemanticsAction action, fml::MallocMapping args) | flutter::PlatformView | |
GetDispatcherMaker() | flutter::PlatformView | virtual |
GetImpellerContext() const | flutter::PlatformView | virtual |
GetPlatformMessageHandler() const | flutter::PlatformView | virtual |
GetScaledFontSize(double unscaled_font_size, int configuration_id) const | flutter::PlatformView | virtual |
GetSettings() const | flutter::PlatformView | |
GetWeakPtr() const | flutter::PlatformView | |
LoadDartDeferredLibrary(intptr_t loading_unit_id, std::unique_ptr< const fml::Mapping > snapshot_data, std::unique_ptr< const fml::Mapping > snapshot_instructions) | flutter::PlatformView | virtual |
LoadDartDeferredLibraryError(intptr_t loading_unit_id, const std::string error_message, bool transient) | flutter::PlatformView | virtual |
MarkTextureFrameAvailable(int64_t texture_id) | flutter::PlatformView | |
NotifyCreated() | flutter::PlatformView | |
NotifyDestroyed() | flutter::PlatformView | virtual |
OnChildViewStatus(uint64_t content_id, fuchsia::ui::composition::ChildViewStatus status) | flutter_runner::PlatformView | |
OnChildViewViewRef(uint64_t content_id, uint64_t view_id, fuchsia::ui::views::ViewRef view_ref) | flutter_runner::PlatformView | |
OnGetLayout(fuchsia::ui::composition::LayoutInfo info) | flutter_runner::PlatformView | |
OnParentViewportStatus(fuchsia::ui::composition::ParentViewportStatus status) | flutter_runner::PlatformView | |
OnPreEngineRestart() const | flutter::PlatformView | virtual |
PlatformView(flutter::PlatformView::Delegate &delegate, flutter::TaskRunners task_runners, fuchsia::ui::views::ViewRef view_ref, std::shared_ptr< flutter::ExternalViewEmbedder > external_view_embedder, fuchsia::ui::input::ImeServiceHandle ime_service, fuchsia::ui::input3::KeyboardHandle keyboard, fuchsia::ui::pointer::TouchSourceHandle touch_source, fuchsia::ui::pointer::MouseSourceHandle mouse_source, fuchsia::ui::views::FocuserHandle focuser, fuchsia::ui::views::ViewRefFocusedHandle view_ref_focused, fuchsia::ui::composition::ParentViewportWatcherHandle parent_viewport_watcher, fuchsia::ui::pointerinjector::RegistryHandle pointerinjector_registry, OnEnableWireframeCallback wireframe_enabled_callback, OnCreateViewCallback on_create_view_callback, OnUpdateViewCallback on_update_view_callback, OnDestroyViewCallback on_destroy_view_callback, OnCreateSurfaceCallback on_create_surface_callback, OnSemanticsNodeUpdateCallback on_semantics_node_update_callback, OnRequestAnnounceCallback on_request_announce_callback, OnShaderWarmupCallback on_shader_warmup_callback, AwaitVsyncCallback await_vsync_callback, AwaitVsyncForSecondaryCallbackCallback await_vsync_for_secondary_callback_callback, std::shared_ptr< sys::ServiceDirectory > dart_application_svc) | flutter_runner::PlatformView | |
flutter::PlatformView::PlatformView(Delegate &delegate, const TaskRunners &task_runners) | flutter::PlatformView | explicit |
RegisterTexture(std::shared_ptr< flutter::Texture > texture) | flutter::PlatformView | |
ReleaseResourceContext() const | flutter::PlatformView | virtual |
RemoveView(int64_t view_id, RemoveViewCallback callback) | flutter::PlatformView | |
RemoveViewCallback typedef | flutter::PlatformView | |
RequestDartDeferredLibrary(intptr_t loading_unit_id) | flutter::PlatformView | virtual |
ScheduleFrame() | flutter::PlatformView | |
SendChannelUpdate(const std::string &name, bool listening) | flutter::PlatformView | virtual |
SetAccessibilityFeatures(int32_t flags) | flutter::PlatformView | virtual |
SetNextFrameCallback(const fml::closure &closure) | flutter::PlatformView | |
SetSemanticsEnabled(bool enabled) override | flutter_runner::PlatformView | virtual |
SetViewportMetrics(int64_t view_id, const ViewportMetrics &metrics) | flutter::PlatformView | |
task_runners_ | flutter::PlatformView | protected |
UnregisterTexture(int64_t texture_id) | flutter::PlatformView | |
UpdateAssetResolverByType(std::unique_ptr< AssetResolver > updated_asset_resolver, AssetResolver::AssetResolverType type) | flutter::PlatformView | virtual |
~PlatformView() override | flutter_runner::PlatformView | virtual |