class ViewSource

Defined at line 15 of file ../../src/ui/a11y/lib/view/view_source.h

Interface that owns a mapping between a view's ViewRef KOID and its

associated resources/capabilities.

Public Methods

fxl::WeakPtr<ViewWrapper> GetViewWrapper (zx_koid_t view_ref_koid)

Returns a weak pointer to the ViewWrapper object that corresponds to

`view_ref_koid`.

Returns nullptr if no ViewWrapper is found for the given KOID.

void ViewSource ()

Defined at line 17 of file ../../src/ui/a11y/lib/view/view_source.h

void ~ViewSource ()

Defined at line 18 of file ../../src/ui/a11y/lib/view/view_source.h