class FlatlandTouchIntegrationTest_InfiniteHitRegion_CapturesTouch_Class
Defined at line 1344 of file ../../src/ui/scenic/tests/flatland_integration_tests/flatland_touch_integration_test.cc
Creates a view tree of the form
root_view
|
parent_view
|
child_view
Parent and child each have a view ref, and the parent positions its hit region and its child like
so:
------------------------------------
| | |
| A | B |
| | |
|----------------------------------|
| | |
| C | D |
| | |
|----------------------------------|
where parent view occupies A, B, C, D,
and child view occupies A and C (the left-side half of the parent view),
and the parent view positions an infinite hit region that *covers* the child view.
Then a hit test in every sector (A, B, C, D) should reach the parent.
Public Methods
void FlatlandTouchIntegrationTest_InfiniteHitRegion_CapturesTouch_Class ()
Defined at line 1344 of file ../../src/ui/scenic/tests/flatland_integration_tests/flatland_touch_integration_test.cc
void ~FlatlandTouchIntegrationTest_InfiniteHitRegion_CapturesTouch_Class ()
Defined at line 1344 of file ../../src/ui/scenic/tests/flatland_integration_tests/flatland_touch_integration_test.cc