class Registry
Defined at line 19 of file ../../src/ui/scenic/lib/view_tree/observer_registry.h
The Registry class allows a client to receive global view geometry updates, in conjunction with
the |fuchsia.ui.observation.geometry.ViewTreeWatcher| protocol.
This is a sensitive protocol, so it should only be used in tests.
Public Methods
void Registry (view_tree::GeometryProvider & geometry_provider)
Sets up forwarding of geometry requests to the geometry provider manager.
Defined at line 14 of file ../../src/ui/scenic/lib/view_tree/observer_registry.cc
void RegisterGlobalViewTreeWatcher (RegisterGlobalViewTreeWatcherRequestView request, RegisterGlobalViewTreeWatcherCompleter::Sync & completer)
|fidl::WireServer
<fuchsia
_ui_observation_test::Registry>|
Defined at line 17 of file ../../src/ui/scenic/lib/view_tree/observer_registry.cc
void Bind (fidl::ServerEnd<fuchsia_ui_observation_test::Registry> server_end)
Defined at line 25 of file ../../src/ui/scenic/lib/view_tree/observer_registry.cc