add onSendClickToChildren to views, so a view can capture all clicks.
authorreed@android.com <reed@android.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Mon, 16 Nov 2009 14:52:01 +0000 (14:52 +0000)
committerreed@android.com <reed@android.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Mon, 16 Nov 2009 14:52:01 +0000 (14:52 +0000)
commite72fee513a5f903d6aa17066d2f3b79ac31f05de
tree486b749a7e46e13cc5f087b75b7d073b05fd5bdf
parentf0f4e9abba62a405b7a41e40fcee20b45eb348ee
add onSendClickToChildren to views, so a view can capture all clicks.
speedup some of the unittests that were too slow
minor cleanup in SkScan_Path, in prep for larger changes

git-svn-id: http://skia.googlecode.com/svn/trunk@426 2bbb7eff-a529-9590-31e7-b0007b416f81
include/views/SkView.h
samplecode/OverView.cpp
samplecode/SamplePathClip.cpp
src/core/SkScan_Path.cpp
src/views/SkView.cpp
tests/MathTest.cpp
tests/PackBitsTest.cpp