Public Member Functions | |
| void | SetSemanticsEnabled (bool enabled) |
| void | DispatchSemanticsAction (int32_t node_id, flutter::SemanticsAction action) |
| bool | enabled () |
Public Attributes | |
| std::vector< std::pair< int32_t, flutter::SemanticsAction > > | actions |
Definition at line 44 of file accessibility_bridge_unittest.cc.
|
inline |
Definition at line 47 of file accessibility_bridge_unittest.cc.
References action, and actions.
Referenced by flutter_runner_test::AccessibilityBridgeTest::SetUp().
|
inline |
Definition at line 52 of file accessibility_bridge_unittest.cc.
Referenced by SetSemanticsEnabled().
|
inline |
Definition at line 46 of file accessibility_bridge_unittest.cc.
References enabled().
Referenced by flutter_runner_test::AccessibilityBridgeTest::SetUp().
| std::vector<std::pair<int32_t, flutter::SemanticsAction> > flutter_runner_test::AccessibilityBridgeTestDelegate::actions |
Definition at line 53 of file accessibility_bridge_unittest.cc.
Referenced by DispatchSemanticsAction(), and flutter_runner_test::AccessibilityBridgeTest::SetUp().