A ViewRef’s state of focus.
A Stream of incoming requests for fuchsia.ui.views/Focuser.
Two Flatland instances may be connected in a parent-child relationship. The child endpoint is
held in a View. This view is strongly associated with a ViewRef and other related protocols.
Token that uniquely identifies an attachment point for a View
in the
global scene graph. Each ViewHolderToken
has exactly one corresponding
ViewToken
.
Convenience data type to self-identify the view, during view creation.
A ViewRef is a handle to a kernel object which identifies a unique View
across the system. Two ViewRefs to the same View have the same KOID.
A ViewRefControl is the peer to a ViewRef. Their reference
s are linked.
A Stream of incoming requests for fuchsia.ui.views/ViewRefFocused.
A Stream of incoming requests for fuchsia.ui.views/ViewRefInstalled.
A Stream of incoming requests for fuchsia.ui.views/View.
Token that uniquely identifies a View
, which is the root point for a
subgraph in the global scene graph. Each ViewToken
has exactly one
corresponding ViewHolderToken
.
Two Flatland instances may be connected in a parent-child relationship. The parent endpoint is
held in a Viewport.