Macros§
- Auto
Focus Error Unknown - Pattern that matches an unknown
AutoFocusError
member.
Structs§
- Focus
State - A ViewRef’s state of focus.
- Focuser
Control Handle - Focuser
Event Stream - Focuser
Marker - Focuser
Proxy - Focuser
Request Focus Request - Focuser
Request Focus Responder - Focuser
Request Stream - A Stream of incoming requests for fuchsia.ui.views/Focuser.
- Focuser
SetAuto Focus Request - Focuser
SetAuto Focus Responder - Focuser
Synchronous Proxy - View
Control Handle - View
Creation Token - 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.
- View
Event Stream - View
Holder Token - Token that uniquely identifies an attachment point for a
View
in the global scene graph. EachViewHolderToken
has exactly one correspondingViewToken
. - View
Identity OnCreation - Convenience data type to self-identify the view, during view creation.
- View
Marker - View
Present Request - View
Proxy - ViewRef
- 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.
- View
RefControl - A ViewRefControl is the peer to a ViewRef. Their
reference
s are linked. - View
RefFocused Control Handle - View
RefFocused Event Stream - View
RefFocused Marker - View
RefFocused Proxy - View
RefFocused Request Stream - A Stream of incoming requests for fuchsia.ui.views/ViewRefFocused.
- View
RefFocused Synchronous Proxy - View
RefFocused Watch Responder - View
RefFocused Watch Response - View
RefInstalled Control Handle - View
RefInstalled Event Stream - View
RefInstalled Marker - View
RefInstalled Proxy - View
RefInstalled Request Stream - A Stream of incoming requests for fuchsia.ui.views/ViewRefInstalled.
- View
RefInstalled Synchronous Proxy - View
RefInstalled Watch Request - View
RefInstalled Watch Responder - View
Request Stream - A Stream of incoming requests for fuchsia.ui.views/View.
- View
Synchronous Proxy - View
Token - Token that uniquely identifies a
View
, which is the root point for a subgraph in the global scene graph. EachViewToken
has exactly one correspondingViewHolderToken
. - Viewport
Creation Token - Two Flatland instances may be connected in a parent-child relationship. The parent endpoint is held in a Viewport.
Enums§
- Auto
Focus Error - Command
- DO NOT USE - Retained for ABI stability in fuchsia.ui.scenic.Command
- Error
- Problematic situations that occur on Focuser.RequestFocus.
- Focuser
Event - Focuser
Request - A method of programmatically transferring View focus.
- View
Event - View
RefFocused Event - View
RefFocused Request - A method of enabling a ViewRef creator to determine if its ViewRef has gained or lost focus in the view tree.
- View
RefInstalled Error - A collection of error codes related to |ViewRefInstalled|.
- View
RefInstalled Event - View
RefInstalled Request - A method of enabling ViewRef holders to determine if a ViewRef has been “installed” in the view tree: the time it is first connected, transitively, to the root view. Typically, after installation, view focus may be transferred to that ViewRef.
- View
Request - Deprecated API for view creation. DO NOT USE.