19 {
29}
30
31
32
33
34
35TEST(EmbedderFrozen, FlutterRectIsFrozen) {
40}
41
42
43
44TEST(EmbedderFrozen, FlutterPointIsFrozen) {
47}
48
49
50
51TEST(EmbedderFrozen, FlutterDamageIsFrozen) {
55}
56
57
58
59
60TEST(EmbedderFrozen, FlutterSemanticsNodeIsFrozen) {
62
64 struct_size);
69 text_selection_base);
71 text_selection_extent);
73 scroll_child_count);
75 scroll_index);
77 scroll_position);
79 scroll_extent_max);
81 scroll_extent_min);
88 increased_value);
90 decreased_value);
92 text_direction);
96 child_count);
98 children_in_traversal_order);
100 children_in_hit_test_order);
102 custom_accessibility_actions_count);
104 custom_accessibility_actions);
106 platform_view_id);
109 heading_level);
110}
111
112
113
114
115TEST(EmbedderFrozen, FlutterSemanticsCustomActionIsFrozen) {
117 sizeof(FrozenFlutterSemanticsCustomAction));
118
120 FrozenFlutterSemanticsCustomAction, struct_size);
122 FrozenFlutterSemanticsCustomAction, id);
124 FrozenFlutterSemanticsCustomAction, override_action);
126 FrozenFlutterSemanticsCustomAction, label);
128 FrozenFlutterSemanticsCustomAction, hint);
129}
130
131}
132}
TEST(AsciiTableTest, Simple)
#define ASSERT_EQ_OFFSET(type1, type2, member)
A structure to represent a damage region.
A structure to represent a 2D point.
A structure to represent a rectangle.