class Registry
Defined at line 20 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| 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 13 of file ../../src/ui/scenic/lib/view_tree/observer_registry.cc
void RegisterGlobalViewTreeWatcher (fidl::InterfaceRequest<fuchsia::ui::observation::geometry::ViewTreeWatcher> request, Registry::RegisterGlobalViewTreeWatcherCallback callback)
|fuchsia.ui.observation.test.Registry.RegisterGlobalViewTreeWatcher|.
Defined at line 16 of file ../../src/ui/scenic/lib/view_tree/observer_registry.cc
void Publish (sys::ComponentContext * app_context)
Defined at line 24 of file ../../src/ui/scenic/lib/view_tree/observer_registry.cc