diff --git a/examples/widgets/sector.dart b/examples/widgets/sector.dart index ff0ff60b73468982cd3de96d5ec6e91118bcce8b..1bf38a3e3258a9cb422f93574473618160498b85 100644 --- a/examples/widgets/sector.dart +++ b/examples/widgets/sector.dart @@ -28,7 +28,7 @@ RenderBox initCircle() { class SectorApp extends App { RenderBoxToRenderSectorAdapter sectors = initCircle(); - math.Random rand = new math.Random(); + math.Random rand = new math.Random(1); void addSector() { double deltaTheta; diff --git a/tests/examples/sector-expected.txt b/tests/examples/sector-expected.txt new file mode 100644 index 0000000000000000000000000000000000000000..1b03e471c2b5ea43a1874449c8275ddae788d80b --- /dev/null +++ b/tests/examples/sector-expected.txt @@ -0,0 +1,683 @@ +CONSOLE: TestRenderView enabled +CONSOLE: +PAINT FOR FRAME #1 ---------------------------------------------- +1 | TestDisplayList() constructor: 800.0 x 600.0 +------------------------------------------------------------------------ +CONSOLE: +PAINT FOR FRAME #2 ---------------------------------------------- +2 | TestDisplayList() constructor: 800.0 x 600.0 +2 | paintChild RenderScaffold at Point(0.0, 0.0) +2 | | TestDisplayList() constructor: 800.0 x 600.0 +2 | | paintChild RenderDecoratedBox at Point(0.0, 81.0) +2 | | | TestDisplayList() constructor: 800.0 x 600.0 +2 | | | drawRect(Rect.fromLTRB(0.0, 0.0, 800.0, 519.0), Paint(Color(0xfffafafa))) +2 | | | paintChild RenderPadding at Point(0.0, 0.0) +2 | | | | TestDisplayList() constructor: 800.0 x 600.0 +2 | | | | paintChild RenderFlex at Point(8.0, 25.0) +2 | | | | | TestDisplayList() constructor: 800.0 x 600.0 +2 | | | | | paintChild RenderPadding at Point(103.25, 0.0) +2 | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +2 | | | | | | paintChild RenderConstrainedBox at Point(8.0, 8.0) +2 | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +2 | | | | | | | drawRRect(Instance of 'RRect', Paint(Color(0xffe0e0e0))) +2 | | | | | | | paintChild RenderPositionedBox at Point(8.0, 0.0) +2 | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +2 | | | | | | | | paintChild RenderShrinkWrapWidth at Point(0.0, 0.0) +2 | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +2 | | | | | | | | | paintChild RenderPadding at Point(0.0, 0.0) +2 | | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +2 | | | | | | | | | | paintChild RenderPadding at Point(0.0, 0.0) +2 | | | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +2 | | | | | | | | | | | paintChild RenderBoxToRenderSectorAdapter at Point(4.0, 4.0) +2 | | | | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +2 | | | | | | | | | | | | paintChild RenderSectorRing at Point(14.0, 14.0) +2 | | | | | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +2 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(0.0, 0.0) +2 | | | | | | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +2 | | | | | | | | | | | | | | drawPath(Instance of 'Path', Paint(Color(0xff909090))) +2 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(0.0, 0.0) +2 | | | | | | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +2 | | | | | | | | | | | | | | drawPath(Instance of 'Path', Paint(Color(0xff909090))) +2 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(0.0, 0.0) +2 | | | | | | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +2 | | | | | | | | | | | | | | drawPath(Instance of 'Path', Paint(Color(0xff00dd00))) +2 | | | | | | | | | paintChild RenderParagraph at Point(46.0, 10.0) +2 | | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +2 | | | | | paintChild RenderPadding at Point(480.75, 0.0) +2 | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +2 | | | | | | paintChild RenderConstrainedBox at Point(8.0, 8.0) +2 | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +2 | | | | | | | drawRRect(Instance of 'RRect', Paint(Color(0xffd6d6d6))) +2 | | | | | | | paintChild RenderPositionedBox at Point(8.0, 0.0) +2 | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +2 | | | | | | | | paintChild RenderShrinkWrapWidth at Point(0.0, 0.0) +2 | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +2 | | | | | | | | | paintChild RenderPadding at Point(0.0, 0.0) +2 | | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +2 | | | | | | | | | | paintChild RenderPadding at Point(0.0, 0.0) +2 | | | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +2 | | | | | | | | | | | paintChild RenderBoxToRenderSectorAdapter at Point(4.0, 4.0) +2 | | | | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +2 | | | | | | | | | | | | paintChild RenderSectorRing at Point(14.0, 14.0) +2 | | | | | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +2 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(0.0, 0.0) +2 | | | | | | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +2 | | | | | | | | | | | | | | drawPath(Instance of 'Path', Paint(Color(0xff909090))) +2 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(0.0, 0.0) +2 | | | | | | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +2 | | | | | | | | | | | | | | drawPath(Instance of 'Path', Paint(Color(0xff909090))) +2 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(0.0, 0.0) +2 | | | | | | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +2 | | | | | | | | | | | | | | drawPath(Instance of 'Path', Paint(Color(0xffdd0000))) +2 | | | | | | | | | paintChild RenderParagraph at Point(46.0, 10.0) +2 | | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +2 | | | paintChild RenderPadding at Point(191.5, 102.0) +2 | | | | TestDisplayList() constructor: 800.0 x 600.0 +2 | | | | paintChild RenderDecoratedBox at Point(8.0, 8.0) +2 | | | | | TestDisplayList() constructor: 800.0 x 600.0 +2 | | | | | drawPath(Instance of 'Path', Paint(Color(0xff000000))) +2 | | | | | drawPath(Instance of 'Path', Paint(Color(0xff000000))) +2 | | | | | drawPath(Instance of 'Path', Paint(Color(0xff000000))) +2 | | | | | drawPath(Instance of 'Path', Paint(Color(0xff000000))) +2 | | | | | paintChild RenderBoxToRenderSectorAdapter at Point(8.0, 8.0) +2 | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +2 | | | | | | paintChild RenderSectorRing at Point(192.5, 192.5) +2 | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +2 | | paintChild RenderDecoratedBox at Point(0.0, 0.0) +2 | | | TestDisplayList() constructor: 800.0 x 600.0 +2 | | | drawRect(Rect.fromLTRB(0.0, 0.0, 800.0, 81.0), Paint(Color(0xff2196f3))) +2 | | | paintChild RenderFlex at Point(8.0, 0.0) +2 | | | | TestDisplayList() constructor: 800.0 x 600.0 +2 | | | | paintChild RenderConstrainedBox at Point(0.0, 25.0) +2 | | | | | TestDisplayList() constructor: 800.0 x 600.0 +2 | | | | | paintChild RenderPadding at Point(0.0, 16.0) +2 | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +2 | | | | | | paintChild RenderParagraph at Point(24.0, 0.0) +2 | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +------------------------------------------------------------------------ +CONSOLE: +PAINT FOR FRAME #3 ---------------------------------------------- +3 | TestDisplayList() constructor: 800.0 x 600.0 +3 | paintChild RenderScaffold at Point(0.0, 0.0) +3 | | TestDisplayList() constructor: 800.0 x 600.0 +3 | | paintChild RenderDecoratedBox at Point(0.0, 81.0) +3 | | | TestDisplayList() constructor: 800.0 x 600.0 +3 | | | drawRect(Rect.fromLTRB(0.0, 0.0, 800.0, 519.0), Paint(Color(0xfffafafa))) +3 | | | paintChild RenderPadding at Point(0.0, 0.0) +3 | | | | TestDisplayList() constructor: 800.0 x 600.0 +3 | | | | paintChild RenderFlex at Point(8.0, 25.0) +3 | | | | | TestDisplayList() constructor: 800.0 x 600.0 +3 | | | | | paintChild RenderPadding at Point(103.25, 0.0) +3 | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +3 | | | | | | paintChild RenderConstrainedBox at Point(8.0, 8.0) +3 | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +3 | | | | | | | drawRRect(Instance of 'RRect', Paint(Color(0xffe0e0e0))) +3 | | | | | | | paintChild RenderPositionedBox at Point(8.0, 0.0) +3 | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +3 | | | | | | | | paintChild RenderShrinkWrapWidth at Point(0.0, 0.0) +3 | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +3 | | | | | | | | | paintChild RenderPadding at Point(0.0, 0.0) +3 | | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +3 | | | | | | | | | | paintChild RenderPadding at Point(0.0, 0.0) +3 | | | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +3 | | | | | | | | | | | paintChild RenderBoxToRenderSectorAdapter at Point(4.0, 4.0) +3 | | | | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +3 | | | | | | | | | | | | paintChild RenderSectorRing at Point(14.0, 14.0) +3 | | | | | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +3 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(0.0, 0.0) +3 | | | | | | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +3 | | | | | | | | | | | | | | drawPath(Instance of 'Path', Paint(Color(0xff909090))) +3 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(0.0, 0.0) +3 | | | | | | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +3 | | | | | | | | | | | | | | drawPath(Instance of 'Path', Paint(Color(0xff909090))) +3 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(0.0, 0.0) +3 | | | | | | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +3 | | | | | | | | | | | | | | drawPath(Instance of 'Path', Paint(Color(0xff00dd00))) +3 | | | | | | | | | paintChild RenderParagraph at Point(46.0, 10.0) +3 | | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +3 | | | | | paintChild RenderPadding at Point(480.75, 0.0) +3 | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +3 | | | | | | paintChild RenderConstrainedBox at Point(8.0, 8.0) +3 | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +3 | | | | | | | drawRRect(Instance of 'RRect', Paint(Color(0xffe0e0e0))) +3 | | | | | | | paintChild RenderPositionedBox at Point(8.0, 0.0) +3 | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +3 | | | | | | | | paintChild RenderShrinkWrapWidth at Point(0.0, 0.0) +3 | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +3 | | | | | | | | | paintChild RenderPadding at Point(0.0, 0.0) +3 | | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +3 | | | | | | | | | | paintChild RenderPadding at Point(0.0, 0.0) +3 | | | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +3 | | | | | | | | | | | paintChild RenderBoxToRenderSectorAdapter at Point(4.0, 4.0) +3 | | | | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +3 | | | | | | | | | | | | paintChild RenderSectorRing at Point(14.0, 14.0) +3 | | | | | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +3 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(0.0, 0.0) +3 | | | | | | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +3 | | | | | | | | | | | | | | drawPath(Instance of 'Path', Paint(Color(0xff909090))) +3 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(0.0, 0.0) +3 | | | | | | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +3 | | | | | | | | | | | | | | drawPath(Instance of 'Path', Paint(Color(0xff909090))) +3 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(0.0, 0.0) +3 | | | | | | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +3 | | | | | | | | | | | | | | drawPath(Instance of 'Path', Paint(Color(0xffdd0000))) +3 | | | | | | | | | paintChild RenderParagraph at Point(46.0, 10.0) +3 | | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +3 | | | paintChild RenderPadding at Point(191.5, 102.0) +3 | | | | TestDisplayList() constructor: 800.0 x 600.0 +3 | | | | paintChild RenderDecoratedBox at Point(8.0, 8.0) +3 | | | | | TestDisplayList() constructor: 800.0 x 600.0 +3 | | | | | drawPath(Instance of 'Path', Paint(Color(0xff000000))) +3 | | | | | drawPath(Instance of 'Path', Paint(Color(0xff000000))) +3 | | | | | drawPath(Instance of 'Path', Paint(Color(0xff000000))) +3 | | | | | drawPath(Instance of 'Path', Paint(Color(0xff000000))) +3 | | | | | paintChild RenderBoxToRenderSectorAdapter at Point(8.0, 8.0) +3 | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +3 | | | | | | paintChild RenderSectorRing at Point(192.5, 192.5) +3 | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +3 | | | | | | | paintChild RenderSolidColor at Point(0.0, 0.0) +3 | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +3 | | | | | | | | drawPath(Instance of 'Path', Paint(Color(0xff85c594))) +3 | | paintChild RenderDecoratedBox at Point(0.0, 0.0) +3 | | | TestDisplayList() constructor: 800.0 x 600.0 +3 | | | drawRect(Rect.fromLTRB(0.0, 0.0, 800.0, 81.0), Paint(Color(0xff2196f3))) +3 | | | paintChild RenderFlex at Point(8.0, 0.0) +3 | | | | TestDisplayList() constructor: 800.0 x 600.0 +3 | | | | paintChild RenderConstrainedBox at Point(0.0, 25.0) +3 | | | | | TestDisplayList() constructor: 800.0 x 600.0 +3 | | | | | paintChild RenderPadding at Point(0.0, 16.0) +3 | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +3 | | | | | | paintChild RenderParagraph at Point(24.0, 0.0) +3 | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +------------------------------------------------------------------------ +CONSOLE: +PAINT FOR FRAME #4 ---------------------------------------------- +4 | TestDisplayList() constructor: 800.0 x 600.0 +4 | paintChild RenderScaffold at Point(0.0, 0.0) +4 | | TestDisplayList() constructor: 800.0 x 600.0 +4 | | paintChild RenderDecoratedBox at Point(0.0, 81.0) +4 | | | TestDisplayList() constructor: 800.0 x 600.0 +4 | | | drawRect(Rect.fromLTRB(0.0, 0.0, 800.0, 519.0), Paint(Color(0xfffafafa))) +4 | | | paintChild RenderPadding at Point(0.0, 0.0) +4 | | | | TestDisplayList() constructor: 800.0 x 600.0 +4 | | | | paintChild RenderFlex at Point(8.0, 25.0) +4 | | | | | TestDisplayList() constructor: 800.0 x 600.0 +4 | | | | | paintChild RenderPadding at Point(103.25, 0.0) +4 | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +4 | | | | | | paintChild RenderConstrainedBox at Point(8.0, 8.0) +4 | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +4 | | | | | | | drawRRect(Instance of 'RRect', Paint(Color(0xffe0e0e0))) +4 | | | | | | | paintChild RenderPositionedBox at Point(8.0, 0.0) +4 | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +4 | | | | | | | | paintChild RenderShrinkWrapWidth at Point(0.0, 0.0) +4 | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +4 | | | | | | | | | paintChild RenderPadding at Point(0.0, 0.0) +4 | | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +4 | | | | | | | | | | paintChild RenderPadding at Point(0.0, 0.0) +4 | | | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +4 | | | | | | | | | | | paintChild RenderBoxToRenderSectorAdapter at Point(4.0, 4.0) +4 | | | | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +4 | | | | | | | | | | | | paintChild RenderSectorRing at Point(14.0, 14.0) +4 | | | | | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +4 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(0.0, 0.0) +4 | | | | | | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +4 | | | | | | | | | | | | | | drawPath(Instance of 'Path', Paint(Color(0xff909090))) +4 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(0.0, 0.0) +4 | | | | | | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +4 | | | | | | | | | | | | | | drawPath(Instance of 'Path', Paint(Color(0xff909090))) +4 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(0.0, 0.0) +4 | | | | | | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +4 | | | | | | | | | | | | | | drawPath(Instance of 'Path', Paint(Color(0xff00dd00))) +4 | | | | | | | | | paintChild RenderParagraph at Point(46.0, 10.0) +4 | | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +4 | | | | | paintChild RenderPadding at Point(480.75, 0.0) +4 | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +4 | | | | | | paintChild RenderConstrainedBox at Point(8.0, 8.0) +4 | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +4 | | | | | | | drawRRect(Instance of 'RRect', Paint(Color(0xffe0e0e0))) +4 | | | | | | | paintChild RenderPositionedBox at Point(8.0, 0.0) +4 | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +4 | | | | | | | | paintChild RenderShrinkWrapWidth at Point(0.0, 0.0) +4 | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +4 | | | | | | | | | paintChild RenderPadding at Point(0.0, 0.0) +4 | | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +4 | | | | | | | | | | paintChild RenderPadding at Point(0.0, 0.0) +4 | | | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +4 | | | | | | | | | | | paintChild RenderBoxToRenderSectorAdapter at Point(4.0, 4.0) +4 | | | | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +4 | | | | | | | | | | | | paintChild RenderSectorRing at Point(14.0, 14.0) +4 | | | | | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +4 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(0.0, 0.0) +4 | | | | | | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +4 | | | | | | | | | | | | | | drawPath(Instance of 'Path', Paint(Color(0xff909090))) +4 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(0.0, 0.0) +4 | | | | | | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +4 | | | | | | | | | | | | | | drawPath(Instance of 'Path', Paint(Color(0xff909090))) +4 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(0.0, 0.0) +4 | | | | | | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +4 | | | | | | | | | | | | | | drawPath(Instance of 'Path', Paint(Color(0xffdd0000))) +4 | | | | | | | | | paintChild RenderParagraph at Point(46.0, 10.0) +4 | | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +4 | | | paintChild RenderPadding at Point(191.5, 102.0) +4 | | | | TestDisplayList() constructor: 800.0 x 600.0 +4 | | | | paintChild RenderDecoratedBox at Point(8.0, 8.0) +4 | | | | | TestDisplayList() constructor: 800.0 x 600.0 +4 | | | | | drawPath(Instance of 'Path', Paint(Color(0xff000000))) +4 | | | | | drawPath(Instance of 'Path', Paint(Color(0xff000000))) +4 | | | | | drawPath(Instance of 'Path', Paint(Color(0xff000000))) +4 | | | | | drawPath(Instance of 'Path', Paint(Color(0xff000000))) +4 | | | | | paintChild RenderBoxToRenderSectorAdapter at Point(8.0, 8.0) +4 | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +4 | | | | | | paintChild RenderSectorRing at Point(192.5, 192.5) +4 | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +4 | | | | | | | paintChild RenderSolidColor at Point(0.0, 0.0) +4 | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +4 | | | | | | | | drawPath(Instance of 'Path', Paint(Color(0xff85c594))) +4 | | | | | | | paintChild RenderSolidColor at Point(0.0, 0.0) +4 | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +4 | | | | | | | | drawPath(Instance of 'Path', Paint(Color(0xffe6ade9))) +4 | | paintChild RenderDecoratedBox at Point(0.0, 0.0) +4 | | | TestDisplayList() constructor: 800.0 x 600.0 +4 | | | drawRect(Rect.fromLTRB(0.0, 0.0, 800.0, 81.0), Paint(Color(0xff2196f3))) +4 | | | paintChild RenderFlex at Point(8.0, 0.0) +4 | | | | TestDisplayList() constructor: 800.0 x 600.0 +4 | | | | paintChild RenderConstrainedBox at Point(0.0, 25.0) +4 | | | | | TestDisplayList() constructor: 800.0 x 600.0 +4 | | | | | paintChild RenderPadding at Point(0.0, 16.0) +4 | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +4 | | | | | | paintChild RenderParagraph at Point(24.0, 0.0) +4 | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +------------------------------------------------------------------------ +CONSOLE: +PAINT FOR FRAME #5 ---------------------------------------------- +5 | TestDisplayList() constructor: 800.0 x 600.0 +5 | paintChild RenderScaffold at Point(0.0, 0.0) +5 | | TestDisplayList() constructor: 800.0 x 600.0 +5 | | paintChild RenderDecoratedBox at Point(0.0, 81.0) +5 | | | TestDisplayList() constructor: 800.0 x 600.0 +5 | | | drawRect(Rect.fromLTRB(0.0, 0.0, 800.0, 519.0), Paint(Color(0xfffafafa))) +5 | | | paintChild RenderPadding at Point(0.0, 0.0) +5 | | | | TestDisplayList() constructor: 800.0 x 600.0 +5 | | | | paintChild RenderFlex at Point(8.0, 25.0) +5 | | | | | TestDisplayList() constructor: 800.0 x 600.0 +5 | | | | | paintChild RenderPadding at Point(103.25, 0.0) +5 | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +5 | | | | | | paintChild RenderConstrainedBox at Point(8.0, 8.0) +5 | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +5 | | | | | | | drawRRect(Instance of 'RRect', Paint(Color(0xffe0e0e0))) +5 | | | | | | | paintChild RenderPositionedBox at Point(8.0, 0.0) +5 | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +5 | | | | | | | | paintChild RenderShrinkWrapWidth at Point(0.0, 0.0) +5 | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +5 | | | | | | | | | paintChild RenderPadding at Point(0.0, 0.0) +5 | | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +5 | | | | | | | | | | paintChild RenderPadding at Point(0.0, 0.0) +5 | | | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +5 | | | | | | | | | | | paintChild RenderBoxToRenderSectorAdapter at Point(4.0, 4.0) +5 | | | | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +5 | | | | | | | | | | | | paintChild RenderSectorRing at Point(14.0, 14.0) +5 | | | | | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +5 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(0.0, 0.0) +5 | | | | | | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +5 | | | | | | | | | | | | | | drawPath(Instance of 'Path', Paint(Color(0xff909090))) +5 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(0.0, 0.0) +5 | | | | | | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +5 | | | | | | | | | | | | | | drawPath(Instance of 'Path', Paint(Color(0xff909090))) +5 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(0.0, 0.0) +5 | | | | | | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +5 | | | | | | | | | | | | | | drawPath(Instance of 'Path', Paint(Color(0xff00dd00))) +5 | | | | | | | | | paintChild RenderParagraph at Point(46.0, 10.0) +5 | | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +5 | | | | | paintChild RenderPadding at Point(480.75, 0.0) +5 | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +5 | | | | | | paintChild RenderConstrainedBox at Point(8.0, 8.0) +5 | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +5 | | | | | | | drawRRect(Instance of 'RRect', Paint(Color(0xffe0e0e0))) +5 | | | | | | | paintChild RenderPositionedBox at Point(8.0, 0.0) +5 | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +5 | | | | | | | | paintChild RenderShrinkWrapWidth at Point(0.0, 0.0) +5 | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +5 | | | | | | | | | paintChild RenderPadding at Point(0.0, 0.0) +5 | | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +5 | | | | | | | | | | paintChild RenderPadding at Point(0.0, 0.0) +5 | | | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +5 | | | | | | | | | | | paintChild RenderBoxToRenderSectorAdapter at Point(4.0, 4.0) +5 | | | | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +5 | | | | | | | | | | | | paintChild RenderSectorRing at Point(14.0, 14.0) +5 | | | | | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +5 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(0.0, 0.0) +5 | | | | | | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +5 | | | | | | | | | | | | | | drawPath(Instance of 'Path', Paint(Color(0xff909090))) +5 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(0.0, 0.0) +5 | | | | | | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +5 | | | | | | | | | | | | | | drawPath(Instance of 'Path', Paint(Color(0xff909090))) +5 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(0.0, 0.0) +5 | | | | | | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +5 | | | | | | | | | | | | | | drawPath(Instance of 'Path', Paint(Color(0xffdd0000))) +5 | | | | | | | | | paintChild RenderParagraph at Point(46.0, 10.0) +5 | | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +5 | | | paintChild RenderPadding at Point(191.5, 102.0) +5 | | | | TestDisplayList() constructor: 800.0 x 600.0 +5 | | | | paintChild RenderDecoratedBox at Point(8.0, 8.0) +5 | | | | | TestDisplayList() constructor: 800.0 x 600.0 +5 | | | | | drawPath(Instance of 'Path', Paint(Color(0xff000000))) +5 | | | | | drawPath(Instance of 'Path', Paint(Color(0xff000000))) +5 | | | | | drawPath(Instance of 'Path', Paint(Color(0xff000000))) +5 | | | | | drawPath(Instance of 'Path', Paint(Color(0xff000000))) +5 | | | | | paintChild RenderBoxToRenderSectorAdapter at Point(8.0, 8.0) +5 | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +5 | | | | | | paintChild RenderSectorRing at Point(192.5, 192.5) +5 | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +5 | | | | | | | paintChild RenderSolidColor at Point(0.0, 0.0) +5 | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +5 | | | | | | | | drawPath(Instance of 'Path', Paint(Color(0xff85c594))) +5 | | | | | | | paintChild RenderSolidColor at Point(0.0, 0.0) +5 | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +5 | | | | | | | | drawPath(Instance of 'Path', Paint(Color(0xffe6ade9))) +5 | | | | | | | paintChild RenderSolidColor at Point(0.0, 0.0) +5 | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +5 | | | | | | | | drawPath(Instance of 'Path', Paint(Color(0xffbee9dd))) +5 | | paintChild RenderDecoratedBox at Point(0.0, 0.0) +5 | | | TestDisplayList() constructor: 800.0 x 600.0 +5 | | | drawRect(Rect.fromLTRB(0.0, 0.0, 800.0, 81.0), Paint(Color(0xff2196f3))) +5 | | | paintChild RenderFlex at Point(8.0, 0.0) +5 | | | | TestDisplayList() constructor: 800.0 x 600.0 +5 | | | | paintChild RenderConstrainedBox at Point(0.0, 25.0) +5 | | | | | TestDisplayList() constructor: 800.0 x 600.0 +5 | | | | | paintChild RenderPadding at Point(0.0, 16.0) +5 | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +5 | | | | | | paintChild RenderParagraph at Point(24.0, 0.0) +5 | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +------------------------------------------------------------------------ +CONSOLE: +PAINT FOR FRAME #6 ---------------------------------------------- +6 | TestDisplayList() constructor: 800.0 x 600.0 +6 | paintChild RenderScaffold at Point(0.0, 0.0) +6 | | TestDisplayList() constructor: 800.0 x 600.0 +6 | | paintChild RenderDecoratedBox at Point(0.0, 81.0) +6 | | | TestDisplayList() constructor: 800.0 x 600.0 +6 | | | drawRect(Rect.fromLTRB(0.0, 0.0, 800.0, 519.0), Paint(Color(0xfffafafa))) +6 | | | paintChild RenderPadding at Point(0.0, 0.0) +6 | | | | TestDisplayList() constructor: 800.0 x 600.0 +6 | | | | paintChild RenderFlex at Point(8.0, 25.0) +6 | | | | | TestDisplayList() constructor: 800.0 x 600.0 +6 | | | | | paintChild RenderPadding at Point(103.25, 0.0) +6 | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +6 | | | | | | paintChild RenderConstrainedBox at Point(8.0, 8.0) +6 | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +6 | | | | | | | drawRRect(Instance of 'RRect', Paint(Color(0xffe0e0e0))) +6 | | | | | | | paintChild RenderPositionedBox at Point(8.0, 0.0) +6 | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +6 | | | | | | | | paintChild RenderShrinkWrapWidth at Point(0.0, 0.0) +6 | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +6 | | | | | | | | | paintChild RenderPadding at Point(0.0, 0.0) +6 | | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +6 | | | | | | | | | | paintChild RenderPadding at Point(0.0, 0.0) +6 | | | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +6 | | | | | | | | | | | paintChild RenderBoxToRenderSectorAdapter at Point(4.0, 4.0) +6 | | | | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +6 | | | | | | | | | | | | paintChild RenderSectorRing at Point(14.0, 14.0) +6 | | | | | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +6 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(0.0, 0.0) +6 | | | | | | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +6 | | | | | | | | | | | | | | drawPath(Instance of 'Path', Paint(Color(0xff909090))) +6 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(0.0, 0.0) +6 | | | | | | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +6 | | | | | | | | | | | | | | drawPath(Instance of 'Path', Paint(Color(0xff909090))) +6 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(0.0, 0.0) +6 | | | | | | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +6 | | | | | | | | | | | | | | drawPath(Instance of 'Path', Paint(Color(0xff00dd00))) +6 | | | | | | | | | paintChild RenderParagraph at Point(46.0, 10.0) +6 | | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +6 | | | | | paintChild RenderPadding at Point(480.75, 0.0) +6 | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +6 | | | | | | paintChild RenderConstrainedBox at Point(8.0, 8.0) +6 | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +6 | | | | | | | drawRRect(Instance of 'RRect', Paint(Color(0xffe0e0e0))) +6 | | | | | | | paintChild RenderPositionedBox at Point(8.0, 0.0) +6 | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +6 | | | | | | | | paintChild RenderShrinkWrapWidth at Point(0.0, 0.0) +6 | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +6 | | | | | | | | | paintChild RenderPadding at Point(0.0, 0.0) +6 | | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +6 | | | | | | | | | | paintChild RenderPadding at Point(0.0, 0.0) +6 | | | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +6 | | | | | | | | | | | paintChild RenderBoxToRenderSectorAdapter at Point(4.0, 4.0) +6 | | | | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +6 | | | | | | | | | | | | paintChild RenderSectorRing at Point(14.0, 14.0) +6 | | | | | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +6 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(0.0, 0.0) +6 | | | | | | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +6 | | | | | | | | | | | | | | drawPath(Instance of 'Path', Paint(Color(0xff909090))) +6 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(0.0, 0.0) +6 | | | | | | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +6 | | | | | | | | | | | | | | drawPath(Instance of 'Path', Paint(Color(0xff909090))) +6 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(0.0, 0.0) +6 | | | | | | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +6 | | | | | | | | | | | | | | drawPath(Instance of 'Path', Paint(Color(0xffdd0000))) +6 | | | | | | | | | paintChild RenderParagraph at Point(46.0, 10.0) +6 | | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +6 | | | paintChild RenderPadding at Point(191.5, 102.0) +6 | | | | TestDisplayList() constructor: 800.0 x 600.0 +6 | | | | paintChild RenderDecoratedBox at Point(8.0, 8.0) +6 | | | | | TestDisplayList() constructor: 800.0 x 600.0 +6 | | | | | drawPath(Instance of 'Path', Paint(Color(0xff000000))) +6 | | | | | drawPath(Instance of 'Path', Paint(Color(0xff000000))) +6 | | | | | drawPath(Instance of 'Path', Paint(Color(0xff000000))) +6 | | | | | drawPath(Instance of 'Path', Paint(Color(0xff000000))) +6 | | | | | paintChild RenderBoxToRenderSectorAdapter at Point(8.0, 8.0) +6 | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +6 | | | | | | paintChild RenderSectorRing at Point(192.5, 192.5) +6 | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +6 | | | | | | | paintChild RenderSolidColor at Point(0.0, 0.0) +6 | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +6 | | | | | | | | drawPath(Instance of 'Path', Paint(Color(0xff85c594))) +6 | | | | | | | paintChild RenderSolidColor at Point(0.0, 0.0) +6 | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +6 | | | | | | | | drawPath(Instance of 'Path', Paint(Color(0xffe6ade9))) +6 | | paintChild RenderDecoratedBox at Point(0.0, 0.0) +6 | | | TestDisplayList() constructor: 800.0 x 600.0 +6 | | | drawRect(Rect.fromLTRB(0.0, 0.0, 800.0, 81.0), Paint(Color(0xff2196f3))) +6 | | | paintChild RenderFlex at Point(8.0, 0.0) +6 | | | | TestDisplayList() constructor: 800.0 x 600.0 +6 | | | | paintChild RenderConstrainedBox at Point(0.0, 25.0) +6 | | | | | TestDisplayList() constructor: 800.0 x 600.0 +6 | | | | | paintChild RenderPadding at Point(0.0, 16.0) +6 | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +6 | | | | | | paintChild RenderParagraph at Point(24.0, 0.0) +6 | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +------------------------------------------------------------------------ +CONSOLE: +PAINT FOR FRAME #7 ---------------------------------------------- +7 | TestDisplayList() constructor: 800.0 x 600.0 +7 | paintChild RenderScaffold at Point(0.0, 0.0) +7 | | TestDisplayList() constructor: 800.0 x 600.0 +7 | | paintChild RenderDecoratedBox at Point(0.0, 81.0) +7 | | | TestDisplayList() constructor: 800.0 x 600.0 +7 | | | drawRect(Rect.fromLTRB(0.0, 0.0, 800.0, 519.0), Paint(Color(0xfffafafa))) +7 | | | paintChild RenderPadding at Point(0.0, 0.0) +7 | | | | TestDisplayList() constructor: 800.0 x 600.0 +7 | | | | paintChild RenderFlex at Point(8.0, 25.0) +7 | | | | | TestDisplayList() constructor: 800.0 x 600.0 +7 | | | | | paintChild RenderPadding at Point(103.25, 0.0) +7 | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +7 | | | | | | paintChild RenderConstrainedBox at Point(8.0, 8.0) +7 | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +7 | | | | | | | drawRRect(Instance of 'RRect', Paint(Color(0xffe0e0e0))) +7 | | | | | | | paintChild RenderPositionedBox at Point(8.0, 0.0) +7 | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +7 | | | | | | | | paintChild RenderShrinkWrapWidth at Point(0.0, 0.0) +7 | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +7 | | | | | | | | | paintChild RenderPadding at Point(0.0, 0.0) +7 | | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +7 | | | | | | | | | | paintChild RenderPadding at Point(0.0, 0.0) +7 | | | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +7 | | | | | | | | | | | paintChild RenderBoxToRenderSectorAdapter at Point(4.0, 4.0) +7 | | | | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +7 | | | | | | | | | | | | paintChild RenderSectorRing at Point(14.0, 14.0) +7 | | | | | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +7 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(0.0, 0.0) +7 | | | | | | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +7 | | | | | | | | | | | | | | drawPath(Instance of 'Path', Paint(Color(0xff909090))) +7 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(0.0, 0.0) +7 | | | | | | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +7 | | | | | | | | | | | | | | drawPath(Instance of 'Path', Paint(Color(0xff909090))) +7 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(0.0, 0.0) +7 | | | | | | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +7 | | | | | | | | | | | | | | drawPath(Instance of 'Path', Paint(Color(0xff00dd00))) +7 | | | | | | | | | paintChild RenderParagraph at Point(46.0, 10.0) +7 | | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +7 | | | | | paintChild RenderPadding at Point(480.75, 0.0) +7 | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +7 | | | | | | paintChild RenderConstrainedBox at Point(8.0, 8.0) +7 | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +7 | | | | | | | drawRRect(Instance of 'RRect', Paint(Color(0xffe0e0e0))) +7 | | | | | | | paintChild RenderPositionedBox at Point(8.0, 0.0) +7 | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +7 | | | | | | | | paintChild RenderShrinkWrapWidth at Point(0.0, 0.0) +7 | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +7 | | | | | | | | | paintChild RenderPadding at Point(0.0, 0.0) +7 | | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +7 | | | | | | | | | | paintChild RenderPadding at Point(0.0, 0.0) +7 | | | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +7 | | | | | | | | | | | paintChild RenderBoxToRenderSectorAdapter at Point(4.0, 4.0) +7 | | | | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +7 | | | | | | | | | | | | paintChild RenderSectorRing at Point(14.0, 14.0) +7 | | | | | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +7 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(0.0, 0.0) +7 | | | | | | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +7 | | | | | | | | | | | | | | drawPath(Instance of 'Path', Paint(Color(0xff909090))) +7 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(0.0, 0.0) +7 | | | | | | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +7 | | | | | | | | | | | | | | drawPath(Instance of 'Path', Paint(Color(0xff909090))) +7 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(0.0, 0.0) +7 | | | | | | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +7 | | | | | | | | | | | | | | drawPath(Instance of 'Path', Paint(Color(0xffdd0000))) +7 | | | | | | | | | paintChild RenderParagraph at Point(46.0, 10.0) +7 | | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +7 | | | paintChild RenderPadding at Point(191.5, 102.0) +7 | | | | TestDisplayList() constructor: 800.0 x 600.0 +7 | | | | paintChild RenderDecoratedBox at Point(8.0, 8.0) +7 | | | | | TestDisplayList() constructor: 800.0 x 600.0 +7 | | | | | drawPath(Instance of 'Path', Paint(Color(0xff000000))) +7 | | | | | drawPath(Instance of 'Path', Paint(Color(0xff000000))) +7 | | | | | drawPath(Instance of 'Path', Paint(Color(0xff000000))) +7 | | | | | drawPath(Instance of 'Path', Paint(Color(0xff000000))) +7 | | | | | paintChild RenderBoxToRenderSectorAdapter at Point(8.0, 8.0) +7 | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +7 | | | | | | paintChild RenderSectorRing at Point(192.5, 192.5) +7 | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +7 | | | | | | | paintChild RenderSolidColor at Point(0.0, 0.0) +7 | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +7 | | | | | | | | drawPath(Instance of 'Path', Paint(Color(0xff85c594))) +7 | | paintChild RenderDecoratedBox at Point(0.0, 0.0) +7 | | | TestDisplayList() constructor: 800.0 x 600.0 +7 | | | drawRect(Rect.fromLTRB(0.0, 0.0, 800.0, 81.0), Paint(Color(0xff2196f3))) +7 | | | paintChild RenderFlex at Point(8.0, 0.0) +7 | | | | TestDisplayList() constructor: 800.0 x 600.0 +7 | | | | paintChild RenderConstrainedBox at Point(0.0, 25.0) +7 | | | | | TestDisplayList() constructor: 800.0 x 600.0 +7 | | | | | paintChild RenderPadding at Point(0.0, 16.0) +7 | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +7 | | | | | | paintChild RenderParagraph at Point(24.0, 0.0) +7 | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +------------------------------------------------------------------------ +CONSOLE: +PAINT FOR FRAME #8 ---------------------------------------------- +8 | TestDisplayList() constructor: 800.0 x 600.0 +8 | paintChild RenderScaffold at Point(0.0, 0.0) +8 | | TestDisplayList() constructor: 800.0 x 600.0 +8 | | paintChild RenderDecoratedBox at Point(0.0, 81.0) +8 | | | TestDisplayList() constructor: 800.0 x 600.0 +8 | | | drawRect(Rect.fromLTRB(0.0, 0.0, 800.0, 519.0), Paint(Color(0xfffafafa))) +8 | | | paintChild RenderPadding at Point(0.0, 0.0) +8 | | | | TestDisplayList() constructor: 800.0 x 600.0 +8 | | | | paintChild RenderFlex at Point(8.0, 25.0) +8 | | | | | TestDisplayList() constructor: 800.0 x 600.0 +8 | | | | | paintChild RenderPadding at Point(103.25, 0.0) +8 | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +8 | | | | | | paintChild RenderConstrainedBox at Point(8.0, 8.0) +8 | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +8 | | | | | | | drawRRect(Instance of 'RRect', Paint(Color(0xffe0e0e0))) +8 | | | | | | | paintChild RenderPositionedBox at Point(8.0, 0.0) +8 | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +8 | | | | | | | | paintChild RenderShrinkWrapWidth at Point(0.0, 0.0) +8 | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +8 | | | | | | | | | paintChild RenderPadding at Point(0.0, 0.0) +8 | | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +8 | | | | | | | | | | paintChild RenderPadding at Point(0.0, 0.0) +8 | | | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +8 | | | | | | | | | | | paintChild RenderBoxToRenderSectorAdapter at Point(4.0, 4.0) +8 | | | | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +8 | | | | | | | | | | | | paintChild RenderSectorRing at Point(14.0, 14.0) +8 | | | | | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +8 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(0.0, 0.0) +8 | | | | | | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +8 | | | | | | | | | | | | | | drawPath(Instance of 'Path', Paint(Color(0xff909090))) +8 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(0.0, 0.0) +8 | | | | | | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +8 | | | | | | | | | | | | | | drawPath(Instance of 'Path', Paint(Color(0xff909090))) +8 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(0.0, 0.0) +8 | | | | | | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +8 | | | | | | | | | | | | | | drawPath(Instance of 'Path', Paint(Color(0xff00dd00))) +8 | | | | | | | | | paintChild RenderParagraph at Point(46.0, 10.0) +8 | | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +8 | | | | | paintChild RenderPadding at Point(480.75, 0.0) +8 | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +8 | | | | | | paintChild RenderConstrainedBox at Point(8.0, 8.0) +8 | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +8 | | | | | | | drawRRect(Instance of 'RRect', Paint(Color(0xffe0e0e0))) +8 | | | | | | | paintChild RenderPositionedBox at Point(8.0, 0.0) +8 | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +8 | | | | | | | | paintChild RenderShrinkWrapWidth at Point(0.0, 0.0) +8 | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +8 | | | | | | | | | paintChild RenderPadding at Point(0.0, 0.0) +8 | | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +8 | | | | | | | | | | paintChild RenderPadding at Point(0.0, 0.0) +8 | | | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +8 | | | | | | | | | | | paintChild RenderBoxToRenderSectorAdapter at Point(4.0, 4.0) +8 | | | | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +8 | | | | | | | | | | | | paintChild RenderSectorRing at Point(14.0, 14.0) +8 | | | | | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +8 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(0.0, 0.0) +8 | | | | | | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +8 | | | | | | | | | | | | | | drawPath(Instance of 'Path', Paint(Color(0xff909090))) +8 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(0.0, 0.0) +8 | | | | | | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +8 | | | | | | | | | | | | | | drawPath(Instance of 'Path', Paint(Color(0xff909090))) +8 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(0.0, 0.0) +8 | | | | | | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +8 | | | | | | | | | | | | | | drawPath(Instance of 'Path', Paint(Color(0xffdd0000))) +8 | | | | | | | | | paintChild RenderParagraph at Point(46.0, 10.0) +8 | | | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +8 | | | paintChild RenderPadding at Point(191.5, 102.0) +8 | | | | TestDisplayList() constructor: 800.0 x 600.0 +8 | | | | paintChild RenderDecoratedBox at Point(8.0, 8.0) +8 | | | | | TestDisplayList() constructor: 800.0 x 600.0 +8 | | | | | drawPath(Instance of 'Path', Paint(Color(0xff000000))) +8 | | | | | drawPath(Instance of 'Path', Paint(Color(0xff000000))) +8 | | | | | drawPath(Instance of 'Path', Paint(Color(0xff000000))) +8 | | | | | drawPath(Instance of 'Path', Paint(Color(0xff000000))) +8 | | | | | paintChild RenderBoxToRenderSectorAdapter at Point(8.0, 8.0) +8 | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +8 | | | | | | paintChild RenderSectorRing at Point(192.5, 192.5) +8 | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +8 | | | | | | | paintChild RenderSolidColor at Point(0.0, 0.0) +8 | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +8 | | | | | | | | drawPath(Instance of 'Path', Paint(Color(0xff85c594))) +8 | | | | | | | paintChild RenderSolidColor at Point(0.0, 0.0) +8 | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +8 | | | | | | | | drawPath(Instance of 'Path', Paint(Color(0xff92ab8e))) +8 | | paintChild RenderDecoratedBox at Point(0.0, 0.0) +8 | | | TestDisplayList() constructor: 800.0 x 600.0 +8 | | | drawRect(Rect.fromLTRB(0.0, 0.0, 800.0, 81.0), Paint(Color(0xff2196f3))) +8 | | | paintChild RenderFlex at Point(8.0, 0.0) +8 | | | | TestDisplayList() constructor: 800.0 x 600.0 +8 | | | | paintChild RenderConstrainedBox at Point(0.0, 25.0) +8 | | | | | TestDisplayList() constructor: 800.0 x 600.0 +8 | | | | | paintChild RenderPadding at Point(0.0, 16.0) +8 | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +8 | | | | | | paintChild RenderParagraph at Point(24.0, 0.0) +8 | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 +------------------------------------------------------------------------ +PAINTED 8 FRAMES diff --git a/tests/examples/sector.dart b/tests/examples/sector.dart new file mode 100644 index 0000000000000000000000000000000000000000..b8b950e2e7c3a8c83aac085ff20aa430f51ddf7c --- /dev/null +++ b/tests/examples/sector.dart @@ -0,0 +1,31 @@ +// Copyright 2015 The Chromium Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +import 'dart:async'; + +import 'package:sky/app/view.dart'; +import 'package:sky/widgets/widget.dart'; + +import '../../examples/widgets/sector.dart'; +import '../resources/display_list.dart'; + +main() async { + TestRenderView testRenderView = new TestRenderView(); + SectorApp app = new SectorApp(); + runApp(app, renderViewOverride: testRenderView); + await testRenderView.checkFrame(); + app.addSector(); + await testRenderView.checkFrame(); + app.addSector(); + await testRenderView.checkFrame(); + app.addSector(); + await testRenderView.checkFrame(); + app.removeSector(); + await testRenderView.checkFrame(); + app.removeSector(); + await testRenderView.checkFrame(); + app.addSector(); + await testRenderView.checkFrame(); + testRenderView.endTest(); +} diff --git a/tests/framework/stocks-expected.txt b/tests/examples/stocks-expected.txt similarity index 100% rename from tests/framework/stocks-expected.txt rename to tests/examples/stocks-expected.txt diff --git a/tests/framework/stocks.dart b/tests/examples/stocks.dart similarity index 100% rename from tests/framework/stocks.dart rename to tests/examples/stocks.dart