class MockInjectorManager
Defined at line 15 of file ../../src/ui/a11y/lib/input_injection/tests/mocks/mock_injector_manager.h
Public Methods
bool InjectEventIntoView (fuchsia::ui::input::InputEvent & event, zx_koid_t koid)
|InjectorManager|
Defined at line 9 of file ../../src/ui/a11y/lib/input_injection/tests/mocks/mock_injector_manager.cc
const std::vector<fuchsia::ui::input::InputEvent> & GetEventsForKoid (zx_koid_t koid)
Returns a list of events received for the given koid.
Note that this method will return an empty vector for a koid for which no
events were received.
Defined at line 16 of file ../../src/ui/a11y/lib/input_injection/tests/mocks/mock_injector_manager.cc
void MockInjectorManager ()
Defined at line 17 of file ../../src/ui/a11y/lib/input_injection/tests/mocks/mock_injector_manager.h
void ~MockInjectorManager ()
Defined at line 18 of file ../../src/ui/a11y/lib/input_injection/tests/mocks/mock_injector_manager.h
bool MarkViewReadyForInjection (zx_koid_t koid, bool ready)
|InjectorManager|
Defined at line 24 of file ../../src/ui/a11y/lib/input_injection/tests/mocks/mock_injector_manager.h