class SemanticsManagerProxy

Defined at line 40 of file ../../src/ui/a11y/lib/semantics/tests/semantics_integration_test_fixture.h

Mock component that will proxy SemanticsManager and SemanticTree requests to the ViewManager

owned by the test fixture.

Public Methods

void SemanticsManagerProxy (fuchsia::accessibility::semantics::SemanticsManager * semantics_manager, async_dispatcher_t * dispatcher)

Defined at line 43 of file ../../src/ui/a11y/lib/semantics/tests/semantics_integration_test_fixture.h

void ~SemanticsManagerProxy ()

Defined at line 46 of file ../../src/ui/a11y/lib/semantics/tests/semantics_integration_test_fixture.h

void OnStart ()

Defined at line 50 of file ../../src/ui/a11y/lib/semantics/tests/semantics_integration_test_fixture.cc

void RegisterViewForSemantics (fuchsia::ui::views::ViewRef view_ref, fidl::InterfaceHandle<fuchsia::accessibility::semantics::SemanticListener> handle, fidl::InterfaceRequest<fuchsia::accessibility::semantics::SemanticTree> semantic_tree_request)

|fuchsia::accessibility::semantics::SemanticsManager|

Defined at line 58 of file ../../src/ui/a11y/lib/semantics/tests/semantics_integration_test_fixture.cc