Flutter Engine
The Flutter Engine
|
#include <fake_flatland_types.h>
Public Member Functions | |
bool | operator== (const FakeView &other) const |
Public Attributes | |
zx_koid_t | view_token {} |
zx_koid_t | view_ref {} |
zx_koid_t | view_ref_control {} |
zx_koid_t | view_ref_focused {} |
zx_koid_t | focuser {} |
zx_koid_t | touch_source {} |
zx_koid_t | mouse_source {} |
zx_koid_t | parent_viewport_watcher {} |
Definition at line 175 of file fake_flatland_types.h.
bool flutter_runner::testing::FakeView::operator== | ( | const FakeView & | other | ) | const |
Definition at line 112 of file fake_flatland_types.cc.
zx_koid_t flutter_runner::testing::FakeView::focuser {} |
Definition at line 182 of file fake_flatland_types.h.
zx_koid_t flutter_runner::testing::FakeView::mouse_source {} |
Definition at line 184 of file fake_flatland_types.h.
zx_koid_t flutter_runner::testing::FakeView::parent_viewport_watcher {} |
Definition at line 185 of file fake_flatland_types.h.
zx_koid_t flutter_runner::testing::FakeView::touch_source {} |
Definition at line 183 of file fake_flatland_types.h.
zx_koid_t flutter_runner::testing::FakeView::view_ref {} |
Definition at line 179 of file fake_flatland_types.h.
zx_koid_t flutter_runner::testing::FakeView::view_ref_control {} |
Definition at line 180 of file fake_flatland_types.h.
zx_koid_t flutter_runner::testing::FakeView::view_ref_focused {} |
Definition at line 181 of file fake_flatland_types.h.
zx_koid_t flutter_runner::testing::FakeView::view_token {} |
Definition at line 178 of file fake_flatland_types.h.