Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
flutter_runner::testing::FakeViewport Struct Reference

#include <fake_flatland_types.h>

Public Member Functions

bool operator== (const FakeViewport &other) const
 

Public Attributes

fuchsia::ui::composition::ContentId id {kInvalidContentId}
 
fuchsia::ui::composition::ViewportProperties viewport_properties {}
 
zx_koid_t viewport_token {}
 
zx_koid_t child_view_watcher {}
 

Static Public Attributes

static constexpr fuchsia::math::SizeU kDefaultViewportLogicalSize {}
 
static constexpr fuchsia::math::Inset kDefaultViewportInset {}
 

Detailed Description

Definition at line 188 of file fake_flatland_types.h.

Member Function Documentation

◆ operator==()

bool flutter_runner::testing::FakeViewport::operator== ( const FakeViewport other) const

Definition at line 121 of file fake_flatland_types.cc.

121 {
122 return id == other.id && viewport_properties == other.viewport_properties &&
123 viewport_token == other.viewport_token &&
124 child_view_watcher == other.child_view_watcher;
125}
fuchsia::ui::composition::ViewportProperties viewport_properties

Member Data Documentation

◆ child_view_watcher

zx_koid_t flutter_runner::testing::FakeViewport::child_view_watcher {}

Definition at line 198 of file fake_flatland_types.h.

198{};

◆ id

fuchsia::ui::composition::ContentId flutter_runner::testing::FakeViewport::id {kInvalidContentId}

Definition at line 194 of file fake_flatland_types.h.

static constexpr fuchsia::ui::composition::ContentId kInvalidContentId

◆ kDefaultViewportInset

constexpr fuchsia::math::Inset flutter_runner::testing::FakeViewport::kDefaultViewportInset {}
staticconstexpr

Definition at line 192 of file fake_flatland_types.h.

192{};

◆ kDefaultViewportLogicalSize

constexpr fuchsia::math::SizeU flutter_runner::testing::FakeViewport::kDefaultViewportLogicalSize {}
staticconstexpr

Definition at line 191 of file fake_flatland_types.h.

191{};

◆ viewport_properties

fuchsia::ui::composition::ViewportProperties flutter_runner::testing::FakeViewport::viewport_properties {}

Definition at line 196 of file fake_flatland_types.h.

196{};

◆ viewport_token

zx_koid_t flutter_runner::testing::FakeViewport::viewport_token {}

Definition at line 197 of file fake_flatland_types.h.

197{};

The documentation for this struct was generated from the following files: