Home
last modified time | relevance | path

Searched refs:positioned (Results 1 – 25 of 133) sorted by relevance

123456

/third_party/flutter/flutter/packages/flutter/lib/src/rendering/
Dstack.dart206 /// Whether this child is considered positioned.
208 /// A child is positioned if any of the top, right, bottom, or left properties
210 /// of the stack but are instead placed relative to the non-positioned
230 values.add('not positioned');
236 /// How to size the non-positioned children of a [Stack].
250 /// this would allow the non-positioned children of the stack to have any
265 /// 10 to 100 and a height in the range 0 to 600, then the non-positioned
270 /// to the non-positioned children.
290 /// In a stack layout, the children are positioned on top of each other in the
291 /// order in which they appear in the child list. First, the non-positioned
[all …]
Dwrap.dart99 /// runs are positioned according to the [alignment] in the main axis and
102 /// The runs themselves are then positioned in the cross axis according to the
270 /// children are positioned (left-to-right or right-to-left), and the meaning
279 /// which runs are positioned, the meaning of the [runAlignment] property's
310 /// runs are positioned, the meaning of the [runAlignment] property's
/third_party/flutter/flutter/packages/flutter/test/widgets/
Doverlay_test.dart44 ' ╎ │ parentData: not positioned; offset=Offset(0.0, 0.0) (can use\n'
54 ' ╎ │ parentData: not positioned; offset=Offset(0.0, 0.0) (can use\n'
111 ' ╎ │ parentData: not positioned; offset=Offset(0.0, 0.0) (can use\n'
121 ' ╎ │ parentData: not positioned; offset=Offset(0.0, 0.0) (can use\n'
135 ' ╎ │ parentData: not positioned; offset=Offset(0.0, 0.0)\n'
148 ' │ parentData: not positioned; offset=Offset(0.0, 0.0)\n'
Danimated_positioned_test.dart11 final AnimatedPositioned positioned = AnimatedPositioned.fromRect(
16 expect(positioned.left, equals(7.0));
17 expect(positioned.top, equals(5.0));
18 expect(positioned.width, equals(12.0));
19 expect(positioned.height, equals(16.0));
20 expect(positioned, hasOneLineDescription);
Dstack_test.dart134 testWidgets('Can align non-positioned children (LTR)', (WidgetTester tester) async {
180 testWidgets('Can align non-positioned children (RTL)', (WidgetTester tester) async {
633 testWidgets('Alignment with partially-positioned children', (WidgetTester tester) async {
/third_party/gstreamer/gstplugins_good/sys/osxaudio/
Dgstosxcoreaudio.c296 gboolean positioned; in _core_audio_parse_channel_descriptions() local
302 positioned = _is_core_audio_layout_positioned (layout); in _core_audio_parse_channel_descriptions()
321 if ((positioned && p >= 0) || in _core_audio_parse_channel_descriptions()
322 (!positioned && p == GST_AUDIO_CHANNEL_POSITION_NONE)) { in _core_audio_parse_channel_descriptions()
/third_party/gn/src/gn/format_test_data/
D017.golden3 # And a strangely positioned line comment for some reason
D017.gn2 # And a strangely positioned line comment for some reason
/third_party/flutter/flutter/packages/flutter/test/painting/
Ddecoration_test.dart378 // and be positioned in the bottom right of the outputRect
422 // and be positioned in the bottom right of the outputRect
465 // and be positioned in the bottom right of the outputRect
509 // Image should be positioned in the center of the container
/third_party/ffmpeg/tests/ref/fate/
Dsub-jacosub15 Dialogue: 0,0:00:04.12,0:00:06.62,Default,,0,0,0,,{\an8}Text may be positioned at the top,
/third_party/flutter/flutter/dev/integration_tests/android_views/
DREADME.md14 The blue part is the embedded Android view, because it is positioned at the top
/third_party/skia/third_party/externals/libwebp/
DREADME.webp_js14 After installation, you should have some global variable positioned to the
/third_party/flutter/flutter/packages/flutter/lib/src/painting/
Dgeometry.dart33 /// container. If possible, the child will be positioned so that its center is
/third_party/flutter/skia/third_party/externals/libwebp/
DREADME.webp_js14 After installation, you should have some global variable positioned to the
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_GOOGLE_display_timing/
DPresentTimeInfo.adoc15 positioned for when the image is displayed.
DPresentTimeInfo.txt15 positioned for when the image is displayed.
/third_party/flutter/skia/site/user/api/
DSkTextBlobBuilder_Reference.md186 <a href='undocumented#Glyph'>Glyphs</a> are positioned on a baseline at (<a href='#SkTextBlobBuilde…
241 <a href='undocumented#Glyph'>Glyphs</a> are positioned on a baseline at <a href='#SkTextBlobBuilder…
292 <a href='undocumented#Glyph'>Glyphs</a> are positioned using <a href='SkPoint_Reference#SkPoint'>Sk…
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/
Donscreen_logging.dart27 /// fixed-positioned element.
/third_party/skia/site/docs/user/
Dcoordinates.md42 geometry should be positioned at `(100, 50)`, but the `SkShader` is still
Dtips.md83 positioned glyphs with the appropriate typefaces.
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/semantics/
Dtext_field.dart50 // already be positioned using semantics.rect.
/third_party/flutter/flutter/packages/flutter/lib/src/material/
Dicon_button.dart39 /// how the icon itself is positioned within the hit region.
180 /// Defines how the icon is positioned within the IconButton.
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/
Danimated_cross_fade.dart196 /// providing the `topChild` as the non-positioned child to fill the provided
208 /// child. The bottom child is positioned at the top of the same stack, sized
Dbasic.dart1315 /// When the widget is linked, the child is positioned such that it has the
1653 /// ![A blue square container with the Flutter logo positioned according to the
1691 /// ![A blue square container with the Flutter logo positioned according to the
3022 /// non-positioned children, which are positioned according to [alignment]
3024 /// top-right corner in right-to-left environments). The positioned children are
3129 /// By default, the non-positioned children of the stack are aligned by their
3140 /// How to align the non-positioned and partially-positioned children in the
3143 /// The non-positioned children are placed relative to each other such that
3146 /// each non-positioned child will be located at the same global coordinate.
3148 /// Partially-positioned children, those that do not specify an alignment in a
[all …]
/third_party/skia/site/docs/dev/design/
Dtext_c2d.md5 and draw the text as positioned glyphs. This processing step is needed whenever text is measured or

123456