class GestureDisambiguationTest
Defined at line 67 of file ../../src/ui/scenic/lib/input/tests/gesture_disambiguation_test.cc
Protected Members
Node inspect_node_
shared_ptr current_snapshot_
HitTester hit_tester_
TouchSystem touch_system_
InterfacePtr client1_ptr_
InterfacePtr client2_ptr_
Public Methods
void GestureDisambiguationTest ()
Defined at line 69 of file ../../src/ui/scenic/lib/input/tests/gesture_disambiguation_test.cc
void SetUp ()
Defined at line 74 of file ../../src/ui/scenic/lib/input/tests/gesture_disambiguation_test.cc
void OnNewViewTreeSnapshot (std::shared_ptr<const view_tree::Snapshot> snapshot)
Defined at line 85 of file ../../src/ui/scenic/lib/input/tests/gesture_disambiguation_test.cc
Protected Methods
std::shared_ptr<view_tree::Snapshot> NewSnapshot (std::vector<zx_koid_t> hits, std::vector<zx_koid_t> hierarchy)
Creates a new snapshot with a hit test that returns |hits|, and a ViewTree with a straight
hierarchy matching |hierarchy|.
Defined at line 92 of file ../../src/ui/scenic/lib/input/tests/gesture_disambiguation_test.cc