 |
Flutter iOS Embedder
|
|
Go to the documentation of this file.
5 #ifndef FLUTTER_SHELL_PLATFORM_COMMON_TEST_ACCESSIBILITY_BRIDGE_H_
6 #define FLUTTER_SHELL_PLATFORM_COMMON_TEST_ACCESSIBILITY_BRIDGE_H_
17 FlutterSemanticsAction
action,
18 fml::MallocMapping data)
override;
25 ui::AXEventGenerator::TargetedEvent targeted_event)
override;
27 std::shared_ptr<FlutterPlatformNodeDelegate>
33 #endif // FLUTTER_SHELL_PLATFORM_COMMON_TEST_ACCESSIBILITY_BRIDGE_H_
void DispatchAccessibilityAction(AccessibilityNodeId target, FlutterSemanticsAction action, fml::MallocMapping data) override
std::shared_ptr< FlutterPlatformNodeDelegate > CreateFlutterPlatformNodeDelegate() override
Creates a platform specific FlutterPlatformNodeDelegate. Ownership passes to the caller....
TestAccessibilityBridge()=default
void OnAccessibilityEvent(ui::AXEventGenerator::TargetedEvent targeted_event) override
Handle accessibility events generated due to accessibility tree changes. These events are needed to b...
ui::AXNode::AXID AccessibilityNodeId
std::vector< FlutterSemanticsAction > performed_actions
std::vector< ui::AXEventGenerator::Event > accessibility_events