class ViewRefHelper

Defined at line 16 of file ../../src/ui/a11y/lib/testing/view_ref_helper.h

A helper class to manage ViewRefs in accessibility tests.

When it is initiated, it creates a ViewRef which can be later cloned / signaled.

Public Methods

void ViewRefHelper ()

Defined at line 15 of file ../../src/ui/a11y/lib/testing/view_ref_helper.cc

void ~ViewRefHelper ()

Defined at line 19 of file ../../src/ui/a11y/lib/testing/view_ref_helper.h

zx_koid_t koid ()

Returns the koid of the ViewRef owned by this class.

Defined at line 23 of file ../../src/ui/a11y/lib/testing/view_ref_helper.cc

void SendEventPairSignal ()

Resets the ViewRef by sending a signal on the ViewRef's event pair.

Defined at line 19 of file ../../src/ui/a11y/lib/testing/view_ref_helper.cc

fuchsia::ui::views::ViewRef Clone ()

Returns a clone of the ViewRef owned by this class.

Defined at line 21 of file ../../src/ui/a11y/lib/testing/view_ref_helper.cc