Home
last modified time | relevance | path

Searched refs:Expanded (Results 1 – 25 of 179) sorted by relevance

12345678

/third_party/flutter/flutter/packages/flutter/test/widgets/
Dflex_test.dart69 Expanded(flex: null, child: Text('one', textDirection: TextDirection.ltr)),
84 Expanded(child: Container()),
85 Expanded(child: Container()),
86 Expanded(child: Container()),
87 Expanded(child: Container()),
88 Expanded(child: Container()),
89 Expanded(child: Container()),
101 Expanded(child: Container()),
102 Expanded(child: Container()),
103 Expanded(child: Container()),
[all …]
Dabsorb_pointer_test.dart16 Expanded(
21 const Expanded(
Dparent_data_test.dart385 Expanded(
399 'Expanded widgets must be placed directly inside Flex widgets.\n'
400 …'Expanded(no depth, flex: 1, dirty) has a Flex ancestor, but there are other widgets between them:…
402 'These widgets cannot come between a Expanded and its Flex.\n'
403 'The ownership chain for the parent of the offending Expanded was:\n'
Dsemantics_keep_alive_offstage_test.dart89 Expanded(
108 Expanded(
Dtable_test.dart747 Expanded(
774 Expanded(child: TestStatefulWidget(key: key)),
775 Expanded(
801 Expanded(
828 Expanded(
841 Expanded(child: TestStatefulWidget(key: key)),
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/shrine/
Dshopping_cart.dart131 Expanded(
139 const Expanded(
151 const Expanded(
163 const Expanded(
175 const Expanded(
225 Expanded(
241 Expanded(
247 Expanded(
/third_party/flutter/flutter/examples/stocks/lib/
Dstock_row.dart57 Expanded(
60 Expanded(
66 Expanded(
72 Expanded(
/third_party/flutter/flutter/dev/manual_tests/lib/
Ddrag_and_drop.dart245 Expanded(
271 Expanded(
274 Expanded(child: ExampleDragTarget()),
275 Expanded(child: ExampleDragTarget()),
276 Expanded(child: ExampleDragTarget()),
277 Expanded(child: ExampleDragTarget()),
281 Expanded(
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/calculator/
Dhome.dart125 Expanded(
130 Expanded(
173 Expanded(
203 Expanded(
231 return Expanded(
249 return Expanded(
/third_party/flutter/flutter/packages/flutter/test/material/
Dexpansion_tile_test.dart72 title: const Text('Expanded'),
125 await tester.tap(find.text('Expanded'));
146 // Expanded should be collapsed now.
180 title: TestText('Expanded', key: expandedTitleKey),
207 await tester.tap(find.text('Expanded'));
/third_party/flutter/flutter/dev/integration_tests/ui/lib/
Ddriver.dart37 Expanded(
55 const Expanded(
Dscreenshot.dart45 Expanded(
70 return Expanded(
Dkeyboard_textfield.dart54 Expanded(
/third_party/flutter/flutter/examples/layers/widgets/
Dmedia_query.dart38 Expanded(
47 Expanded(
/third_party/flutter/flutter/examples/flutter_gallery/lib/gallery/
Doptions.dart131 Expanded(child: Text(title)),
221 Expanded(
268 Expanded(
373 Expanded(
/third_party/flutter/flutter/packages/flutter/lib/src/material/
Dgrid_tile_bar.dart82 Expanded(
105 Expanded(
/third_party/flutter/flutter/dev/benchmarks/complex_layout/lib/
Dmain.dart109 Expanded(
360 Expanded(
495 Expanded(
505 Expanded(
523 Expanded(
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/material/
Ddate_and_time_picker_demo.dart94 Expanded(
104 Expanded(
/third_party/skia/third_party/externals/expat/expat/cmake/autotools/
Dexpat-package-init.cmake2 ####### Expanded from @PACKAGE_INIT@ by configure_package_config_file() #######
/third_party/skia/src/sfnt/
DSkPanose.h68 Expanded = 5, enumerator
225 Expanded = 5, enumerator
/third_party/flutter/skia/src/sfnt/
DSkPanose.h68 Expanded = 5, enumerator
225 Expanded = 5, enumerator
/third_party/flutter/flutter/examples/flutter_gallery/test/calculator/
Dsmoke_test.dart31 final Finder display = find.widgetWithText(Expanded, '12');
/third_party/flutter/flutter/packages/flutter/lib/src/cupertino/
Dpicker.dart279 Expanded(
295 Expanded(
312 Expanded(child: Container()),
319 Expanded(child: Container()),
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp929 if (SDValue Expanded = TLI.expandFMINNUM_FMAXNUM(Node, DAG)) { in Expand() local
930 Results.push_back(Expanded); in Expand()
950 if (SDValue Expanded = TLI.expandAddSubSat(Node, DAG)) { in Expand() local
951 Results.push_back(Expanded); in Expand()
957 if (SDValue Expanded = TLI.expandFixedPointMul(Node, DAG)) { in Expand() local
958 Results.push_back(Expanded); in Expand()
1461 if (SDValue Expanded = TLI.expandFixedPointDiv(N->getOpcode(), SDLoc(N), in ExpandFixedPointDiv() local
1463 return Expanded; in ExpandFixedPointDiv()
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/cupertino/
Dcupertino_refresh_demo.dart184 Expanded(
194 Expanded(

12345678