class AccessibilityPointerEventsTest
Defined at line 111 of file ../../src/ui/scenic/lib/input/tests/accessibility_pointer_events_test.cc
Test fixture that sets up a 5x5 "display" and has utilities to wire up views with view refs for
Accessibility.
Protected Members
TouchSystem touch_system_
shared_ptr current_snapshot_
unordered_map client_contests_
Public Methods
void AccessibilityPointerEventsTest ()
Defined at line 113 of file ../../src/ui/scenic/lib/input/tests/accessibility_pointer_events_test.cc
void SetUp ()
Defined at line 118 of file ../../src/ui/scenic/lib/input/tests/accessibility_pointer_events_test.cc
void OnNewViewTreeSnapshot (std::shared_ptr<const view_tree::Snapshot> snapshot)
Defined at line 128 of file ../../src/ui/scenic/lib/input/tests/accessibility_pointer_events_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 142 of file ../../src/ui/scenic/lib/input/tests/accessibility_pointer_events_test.cc