class GlobalTopologyDataTest_HitTest_SandwichTest_Test
Defined at line 727 of file ../../src/ui/scenic/lib/flatland/tests/global_topology_data_unittest.cc
This test has one child view stacked on top of a parent one.
The parent, however, has a hit region on top of the child view, so hits in that region should go
to the parent, even though it is below the child.
Let P_0 represent the base parent view, C_1 be the child, and P_2 be the parent's top hit region.
---------------------------
|P_0 |C_1 |P_2 |
| | | |
| | | |
| | | |
---------------------------
So the parent receives hits from (0,0) to (3,1)
And the child receives hits from (1,0) to (3,1)
However, the child is the top-most hit in only the second third of the image.
Public Methods
void GlobalTopologyDataTest_HitTest_SandwichTest_Test ()
Defined at line 727 of file ../../src/ui/scenic/lib/flatland/tests/global_topology_data_unittest.cc
void GlobalTopologyDataTest_HitTest_SandwichTest_Test (const GlobalTopologyDataTest_HitTest_SandwichTest_Test & )
Defined at line 727 of file ../../src/ui/scenic/lib/flatland/tests/global_topology_data_unittest.cc
void GlobalTopologyDataTest_HitTest_SandwichTest_Test (GlobalTopologyDataTest_HitTest_SandwichTest_Test && )
Defined at line 727 of file ../../src/ui/scenic/lib/flatland/tests/global_topology_data_unittest.cc
GlobalTopologyDataTest_HitTest_SandwichTest_Test & operator= (const GlobalTopologyDataTest_HitTest_SandwichTest_Test & )
Defined at line 727 of file ../../src/ui/scenic/lib/flatland/tests/global_topology_data_unittest.cc
GlobalTopologyDataTest_HitTest_SandwichTest_Test & operator= (GlobalTopologyDataTest_HitTest_SandwichTest_Test && )
Defined at line 727 of file ../../src/ui/scenic/lib/flatland/tests/global_topology_data_unittest.cc
void ~GlobalTopologyDataTest_HitTest_SandwichTest_Test ()
Defined at line 727 of file ../../src/ui/scenic/lib/flatland/tests/global_topology_data_unittest.cc