flutter/examples/rendering
Hixie d2d11a04a1 Cleanup of SkyBinding, and resultant yak shaving.
Some files are moved by this:
  Copy framework/node.dart into types/ - preparing for framework/'s decomissioning.
  Move app/scheduler.dart into sky/scheduler.dart - "app" doesn't really make sense.

As part of the SkyBinding cleanup, I made the hit-testing less
RenderBox-specific, by having the HitTestEntry.target member be a
HitTestTarget, which is an interface with the handleEvent() function,
which is then implemented by RenderBox. In theory, someone could now
extend hit testing from the RenderBox world into their own tree of
nodes, and take part in all the same dispatch logic automatically.

This involved moving all the hit testing type definitions into a new
sky/hittest.dart file.

Renamed SkyBinding._app to SkyBinding._instance for clarity.

Moved code around in SkyBinding so that related things are together.

Made WidgetSkyBinding use the existing SkyBinding.instance singleton
logic rather than having its own copy.

I also added some stub README.md files that describe dependencies.

R=abarth@chromium.org

Review URL: https://codereview.chromium.org/1187393002.
2015-06-17 19:54:11 -07:00
..
borders.dart Rename AppView to SkyBinding. 2015-06-17 17:07:31 -07:00
interactive_flex.dart Rename AppView to SkyBinding. 2015-06-17 17:07:31 -07:00
justify_content.dart Rename AppView to SkyBinding. 2015-06-17 17:07:31 -07:00
render_paragraph.dart Rename AppView to SkyBinding. 2015-06-17 17:07:31 -07:00
sector_layout.dart Rename AppView to SkyBinding. 2015-06-17 17:07:31 -07:00
shadowed_box.dart Rename AppView to SkyBinding. 2015-06-17 17:07:31 -07:00
spinning_flex.dart Cleanup of SkyBinding, and resultant yak shaving. 2015-06-17 19:54:11 -07:00
touch_demo.dart Rename AppView to SkyBinding. 2015-06-17 17:07:31 -07:00
transform.dart Rename AppView to SkyBinding. 2015-06-17 17:07:31 -07:00