class ViewInjectorFactoryInterface
Defined at line 19 of file ../../src/ui/a11y/lib/view/view_injector_factory.h
Interface of factory that can build injectors configured for a11y.
Public Methods
std::shared_ptr<input::Injector> BuildAndConfigureInjector (AccessibilityViewInterface * a11y_view, sys::ComponentContext * component_context, fuchsia::ui::views::ViewRef context, fuchsia::ui::views::ViewRef target)
Builds and configures an injector with |context| as its context view, with an exclusive
injection policy into |target|. |a11y_view| is used to set the view port of the injector.
Please see input::Injector for a full documentation.
void ViewInjectorFactoryInterface ()
Defined at line 21 of file ../../src/ui/a11y/lib/view/view_injector_factory.h
void ~ViewInjectorFactoryInterface ()
Defined at line 22 of file ../../src/ui/a11y/lib/view/view_injector_factory.h