Home
last modified time | relevance | path

Searched refs:Material (Results 1 – 25 of 352) sorted by relevance

12345678910>>...15

/third_party/flutter/flutter/packages/flutter/test/widgets/
Dphysical_model_test.dart67 child: Material(child: TextField(controller: TextEditingController())),
96 Material(child: Text('A long long long long long long long string')),
97 Material(child: Text('A long long long long long long long string')),
98 Material(child: Text('A long long long long long long long string')),
99 Material(child: Text('A long long long long long long long string')),
166 child: const Material(
169 child: Material(
178 expect(find.byType(Material), findsNWidgets(2));
194 child: const Material(
202 child: const Material(
[all …]
Dnavigator_replacement_test.dart13 home: const Material(child: Text('home')),
15 '/a': (BuildContext context) => const Material(child: Text('a')),
16 '/b': (BuildContext context) => const Material(child: Text('b')),
48 home: const Material(child: Text('home')),
50 '/a': (BuildContext context) => const Material(child: Text('a')),
51 '/b': (BuildContext context) => const Material(child: Text('b')),
115 home: const Material(child: Text('home')),
117 '/a': (BuildContext context) => const Material(child: Text('a')),
118 '/b': (BuildContext context) => const Material(child: Text('b')),
147 '/': (BuildContext context) => const Material(child: Text('home')),
[all …]
/third_party/glslang/Test/baseResults/
Dspv.pushConstant.vert.out12 Name 11 "Material"
13 MemberName 11(Material) 0 "kind"
14 MemberName 11(Material) 1 "fa"
18 MemberDecorate 11(Material) 0 Offset 0
19 MemberDecorate 11(Material) 1 Offset 4
20 Decorate 11(Material) Block
29 11(Material): TypeStruct 6(int) 10
30 12: TypePointer PushConstant 11(Material)
Dspv.pushConstantAnon.vert.out12 Name 11 "Material"
13 MemberName 11(Material) 0 "kind"
14 MemberName 11(Material) 1 "fa"
18 MemberDecorate 11(Material) 0 Offset 0
19 MemberDecorate 11(Material) 1 Offset 4
20 Decorate 11(Material) Block
29 11(Material): TypeStruct 6(int) 10
30 12: TypePointer PushConstant 11(Material)
/third_party/flutter/flutter/packages/flutter/test/material/
Dpopup_menu_theme_test.dart76 home: Material(
98 /// The last Material widget under popupButtonApp is the [PopupMenuButton]
100 /// that is of type Material, this code retrieves the built
102 final Material button = tester.widget<Material>(
105 matching: find.byType(Material),
135 home: Material(
157 /// The last Material widget under popupButtonApp is the [PopupMenuButton]
159 /// that is of type Material, this code retrieves the built
161 final Material button = tester.widget<Material>(
164 matching: find.byType(Material),
[all …]
Dtoggle_buttons_test.dart24 Material(
57 Material(
125 Material(
184 Material(
206 Material(
232 Material(
258 Material(
294 Material(
321 Material(
368 Material(
[all …]
Dbottom_sheet_theme_test.dart66 final Material material = tester.widget<Material>(
69 matching: find.byType(Material),
92 final Material material = tester.widget<Material>(
95 matching: find.byType(Material),
125 final Material material = tester.widget<Material>(
128 matching: find.byType(Material),
Dbuttons_test.dart22 matching: find.byType(Material),
35 Material material = tester.widget<Material>(rawButtonMaterial);
55 material = tester.widget<Material>(rawButtonMaterial);
80 material = tester.widget<Material>(rawButtonMaterial);
99 matching: find.byType(Material),
112 Material material = tester.widget<Material>(rawButtonMaterial);
131 material = tester.widget<Material>(rawButtonMaterial);
157 material = tester.widget<Material>(rawButtonMaterial);
176 matching: find.byType(Material),
189 Material material = tester.widget<Material>(rawButtonMaterial);
[all …]
Dmaterial_test.dart30 child: Material(
67 testWidgets('default Material debugFillProperties', (WidgetTester tester) async {
69 const Material().debugFillProperties(builder);
79 testWidgets('Material implements debugFillProperties', (WidgetTester tester) async {
81 const Material(
104 Material(
126 child: Material(
156 // to test repainting both inside and outside the Material widget.
293 Material(
306 Material(
[all …]
Dradio_test.dart19 await tester.pumpWidget(Material(
35 await tester.pumpWidget(Material(
51 await tester.pumpWidget(Material(
74 child: Material(
96 child: Material(
117 await tester.pumpWidget(Material(
142 await tester.pumpWidget(Material(
168 await tester.pumpWidget(const Material(
189 await tester.pumpWidget(const Material(
223 await tester.pumpWidget(Material(
Dswitch_test.dart25 return Material(
55 child: Material(
75 child: Material(
99 return Material(
146 return Material(
182 return Material(
232 return Material(
276 return Material(
295 Material.of(tester.element(find.byType(Switch))),
311 Material.of(tester.element(find.byType(Switch))),
[all …]
Dtext_form_field_test.dart18 home: Material(
38 home: Material(
60 home: Material(
84 home: Material(
110 home: Material(
131 home: Material(
153 home: Material(
176 home: Material(
200 home: Material(
221 home: Material(
[all …]
Dcheckbox_test.dart26 child: Material(
45 child: Material(
63 await tester.pumpWidget(Material(
77 await tester.pumpWidget(Material(
92 await tester.pumpWidget(const Material(
104 await tester.pumpWidget(const Material(
122 await tester.pumpWidget(Material(
148 Material(
191 Material(
210 Material(
[all …]
Dink_paint_test.dart14 Material(
24 Material(
46 child: Material(
68 final RenderBox box = Material.of(tester.element(find.byType(InkWell))) as dynamic;
95 child: Material(
120 final RenderBox box = Material.of(tester.element(find.byType(InkWell))) as dynamic;
175 child: Material(
196 final RenderBox box = Material.of(tester.element(find.byType(InkWell))) as dynamic;
207 child: Material(
223 expect(Material.of(tester.element(find.byType(InkWell))), same(box));
[all …]
Dcard_test.dart18 child: Material(
87 child: Material(
167 …testWidgets('Card clipBehavior property passes through to the Material', (WidgetTester tester) asy…
169 expect(tester.widget<Material>(find.byType(Material)).clipBehavior, Clip.none);
172 expect(tester.widget<Material>(find.byType(Material)).clipBehavior, Clip.antiAlias);
Dstepper_test.dart15 home: Material(
48 child: Material(
78 child: Material(
115 child: Material(
140 home: Material(
163 home: Material(
192 home: Material(
234 home: Material(
268 home: Material(
304 home: Material(
[all …]
Dcard_theme_test.dart23 final Material material = _getCardMaterial(tester);
45 final Material material = _getCardMaterial(tester);
77 final Material material = _getCardMaterial(tester);
97 final Material material = _getCardMaterial(tester);
111 final Material material = _getCardMaterial(tester);
166 Material _getCardMaterial(WidgetTester tester) {
167 return tester.widget<Material>(
170 matching: find.byType(Material),
/third_party/flutter/flutter/packages/flutter/lib/src/material/
Dink_decoration.dart11 /// A convenience widget for drawing images and other decorations on [Material]
15 /// draw on the actual underlying [Material], under whatever widgets are drawn
17 /// over the [Material] (maybe using a [Container] or [DecoratedBox]), these ink
19 /// graphics drawn above the [Material].
21 /// This widget draws the given [Decoration] directly on the [Material], in the
29 /// [Material].
34 /// described in the documentation for [Material]. Most notably, the position of
35 /// an [Ink] widget must not change during the lifetime of the [Material] object
41 /// Additionally, if multiple [Ink] widgets paint on the same [Material] in the
49 /// This example shows how a [Material] widget can have a yellow rectangle drawn
[all …]
Ddebug.dart11 /// Asserts that the given context has a [Material] ancestor.
26 if (context.widget is! Material && context.ancestorWidgetOfExactType(Material) == null) {
28 message.writeln('No Material widget found.');
30 '${context.widget.runtimeType} widgets require a Material '
36 'material is represented by the Material widget. It is the '
37 'Material widget that renders ink splashes, for instance. '
39 'there be a Material widget in the tree above them.'
42 'To introduce a Material widget, you can either directly '
43 'include one, or use a widget that contains Material itself, '
47 'The specific widget that could not find a Material ancestor was:'
[all …]
/third_party/skia/third_party/externals/spirv-cross/LICENSES/
DCC-BY-4.0.txt49 receives from making the Licensed Material available under these terms and
54 a. Adapted Material means material subject to Copyright and Similar Rights
55 that is derived from or based upon the Licensed Material and in which the
56 Licensed Material is translated, altered, arranged, transformed, or otherwise
59 Licensed Material is a musical work, performance, or sound recording, Adapted
60 Material is always produced where the Licensed Material is synched in timed
64 Rights in Your contributions to Adapted Material in accordance with the terms
80 use of the Licensed Material.
82 f. Licensed Material means the artistic or literary work, database, or other
87 Similar Rights that apply to Your use of the Licensed Material and that the
[all …]
/third_party/libuv/
DLICENSE-docs66 Licensed Material available under these terms and conditions.
71 a. Adapted Material means material subject to Copyright and Similar
72 Rights that is derived from or based upon the Licensed Material
73 and in which the Licensed Material is translated, altered,
77 Material is a musical work, performance, or sound recording,
78 Adapted Material is always produced where the Licensed Material is
82 and Similar Rights in Your contributions to Adapted Material in
101 that applies to Your use of the Licensed Material.
103 f. Licensed Material means the artistic or literary work, database,
110 Licensed Material and that the Licensor has authority to license.
[all …]
/third_party/flutter/flutter/packages/flutter/test/cupertino/
DREADME.md3 Avoid importing the Material 'package:flutter/material.dart' in these tests as
6 The 'material' subdirectory contains tests for cross-interactions of Material
9 Some tests may also be replicated in the Material tests when Material reuses
/third_party/openGLES/extensions/PGI/
DPGI_vertex_hints.txt91 MAT_AMBIENT_BIT_PGI Material*(pname=AMBIENT)
92 MAT_AMBIENT_AND_DIFFUSE_BIT_PGI Material*(pname=AMBIENT_AND_DIFFUSE)
93 MAT_DIFFUSE_BIT_PGI Material*(pname=DIFFUSE)
94 MAT_EMISSION_BIT_PGI Material*(pname=EMISSION)
95 MAT_COLOR_INDEXES_BIT_PGI Material*(pname=COLOR_INDEXES)
96 MAT_SHININESS_BIT_PGI Material*(pname=SHININESS)
97 MAT_SPECULAR_BIT_PGI Material*(pname=SPECULAR)
121 the following functions -- Color, EdgeFlag, Index, Material,
151 Material functions called between Begin/End pairs. If <mode>
153 any <face> parameters might occur in Material functions called
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/PGI/
DPGI_vertex_hints.txt91 MAT_AMBIENT_BIT_PGI Material*(pname=AMBIENT)
92 MAT_AMBIENT_AND_DIFFUSE_BIT_PGI Material*(pname=AMBIENT_AND_DIFFUSE)
93 MAT_DIFFUSE_BIT_PGI Material*(pname=DIFFUSE)
94 MAT_EMISSION_BIT_PGI Material*(pname=EMISSION)
95 MAT_COLOR_INDEXES_BIT_PGI Material*(pname=COLOR_INDEXES)
96 MAT_SHININESS_BIT_PGI Material*(pname=SHININESS)
97 MAT_SPECULAR_BIT_PGI Material*(pname=SPECULAR)
121 the following functions -- Color, EdgeFlag, Index, Material,
151 Material functions called between Begin/End pairs. If <mode>
153 any <face> parameters might occur in Material functions called
[all …]
/third_party/flutter/flutter/packages/flutter/lib/src/cupertino/
Dtheme.dart34 /// * [Theme], a Material theme which will automatically add a [CupertinoTheme]
35 /// with a [CupertinoThemeData] derived from the Material [ThemeData].
105 /// * [ThemeData], a Material equivalent that also configures Cupertino
149 /// If coming from a Material [Theme] and unspecified, [brightness] will be
150 /// derived from the Material [ThemeData]'s `brightness`.
160 /// If coming from a Material [Theme] and unspecified, [primaryColor] will be
161 /// derived from the Material [ThemeData]'s `colorScheme.primary`. However, in
162 /// iOS styling, the [primaryColor] is more sparsely used than in Material
176 /// If coming from a Material [Theme] and unspecified, [primaryContrastingColor]
177 /// will be derived from the Material [ThemeData]'s `colorScheme.onPrimary`.
[all …]

12345678910>>...15