Lines Matching refs:traversal

11traversal: refers to the behavior of focus shifting between components in an application. This pro…
19 …cus, allowing subsequent use of the **Tab** key or arrow keys for focus traversal. The initial **T…
51 Focus traversal can be divided into active and passive based on how it is triggered.
56 Active focus traversal refers to focus movement initiated by deliberate actions, such as keyboard s…
59 - Keyboard traversal
82 Passive focus traversal occurs when the focus automatically shifts due to system actions or other o…
85 Mechanisms that trigger passive focus traversal include:
98 …ented by the component itself. The focus framework supports three focus traversal algorithms: line…
105 The linear focus traversal algorithm is the default algorithm, focusing on the order of child nodes…
109 - **Tab** key traversal: The **Tab** key moves focus through nodes in their mounting sequence.
110 - Arrow key traversal: Arrow keys perpendicular to the container's layout direction are ignored. Fo…
116 The projection focus traversal algorithm determines the next focus based on the overlap area and ce…
126 The custom focus traversal algorithm is defined by the component itself, allowing for specific focu…
209 - When the application is opened, pressing the **Tab** key activates focus traversal, **First Butto…
253 …ts to another component according to the [Focus Traversal Guidelines](#focus-traversal-guidelines).
350 …wing it to gain focus on touch. Pressing the **Tab** key triggers focus traversal, but the focus r…
429 - Pressing the **Tab** key triggers focus traversal, and since the third **Button** component is in…
460 …ansitions, route switches within **Navigation** components, focus group traversal, and when a cont…
462 …ut** component proactively obtaining focus or using the **Tab** key for traversal in non-focus gro…
521 - After the page opens, pressing the Tab key initiates focus traversal. The first **Button** gains …