Searched refs:positioned (Results 1 – 25 of 133) sorted by relevance
123456
/third_party/flutter/flutter/packages/flutter/lib/src/rendering/ |
D | stack.dart | 206 /// 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 …]
|
D | wrap.dart | 99 /// 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/ |
D | overlay_test.dart | 44 ' ╎ │ 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'
|
D | animated_positioned_test.dart | 11 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);
|
D | stack_test.dart | 134 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/ |
D | gstosxcoreaudio.c | 296 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/ |
D | 017.golden | 3 # And a strangely positioned line comment for some reason
|
D | 017.gn | 2 # And a strangely positioned line comment for some reason
|
/third_party/flutter/flutter/packages/flutter/test/painting/ |
D | decoration_test.dart | 378 // 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/ |
D | sub-jacosub | 15 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/ |
D | README.md | 14 The blue part is the embedded Android view, because it is positioned at the top
|
/third_party/skia/third_party/externals/libwebp/ |
D | README.webp_js | 14 After installation, you should have some global variable positioned to the
|
/third_party/flutter/flutter/packages/flutter/lib/src/painting/ |
D | geometry.dart | 33 /// container. If possible, the child will be positioned so that its center is
|
/third_party/flutter/skia/third_party/externals/libwebp/ |
D | README.webp_js | 14 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/ |
D | PresentTimeInfo.adoc | 15 positioned for when the image is displayed.
|
D | PresentTimeInfo.txt | 15 positioned for when the image is displayed.
|
/third_party/flutter/skia/site/user/api/ |
D | SkTextBlobBuilder_Reference.md | 186 <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/ |
D | onscreen_logging.dart | 27 /// fixed-positioned element.
|
/third_party/skia/site/docs/user/ |
D | coordinates.md | 42 geometry should be positioned at `(100, 50)`, but the `SkShader` is still
|
D | tips.md | 83 positioned glyphs with the appropriate typefaces.
|
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/semantics/ |
D | text_field.dart | 50 // already be positioned using semantics.rect.
|
/third_party/flutter/flutter/packages/flutter/lib/src/material/ |
D | icon_button.dart | 39 /// 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/ |
D | animated_cross_fade.dart | 196 /// 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
|
D | basic.dart | 1315 /// 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/ |
D | text_c2d.md | 5 and draw the text as positioned glyphs. This processing step is needed whenever text is measured or
|
123456