class GestureDisambiguationTest
Defined at line 68 of file ../../src/ui/scenic/lib/input/tests/gesture_disambiguation_test.cc
Protected Members
Client1EventHandler client1_event_handler_
Client2EventHandler client2_event_handler_
Node inspect_node_
shared_ptr current_snapshot_
HitTester hit_tester_
TouchSystem touch_system_
Client client1_ptr_
Client client2_ptr_
Public Methods
void GestureDisambiguationTest ()
Defined at line 70 of file ../../src/ui/scenic/lib/input/tests/gesture_disambiguation_test.cc
void SetUp ()
Defined at line 75 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 89 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 96 of file ../../src/ui/scenic/lib/input/tests/gesture_disambiguation_test.cc