Lines Matching refs:inactive
8 3. When an inactive custom component turns into the active state, the state management framework pe…
12 Note that the active or inactive state of a component is not equivalent to its visibility. Componen…
14 …e navigation stack is in the active state, and the non-top invisible page is in the inactive state.
16 …d LazyForEach is in the active state, and the component of the cache node is in the inactive state.
18 5. Component reuse: The component that enters the reuse pool is in the inactive state, and the node…
108 …nd'})**, page 2 is displayed, and page 1 is hidden with its state changing from active to inactive.
110 …atch decorated **second** method of page 2 is called, because page 1 has been frozen when inactive.
112 4. When the **back** button is clicked, page 2 is destroyed, and page 1 changes from inactive to ac…
177 2. When you click **two** to switch to another **TabContent** component, it switches from inactive …
332 …side the list content area into the list content area, it switches from inactive to active, and th…
340 …stination page is invisible, its child custom components are set to the inactive state and will no…
342 - In the following example, **NavigationContentMsgStack** is set to the inactive state, which does …
558 …he reuse pool, triggers the **aboutToRecycle** lifecycle, and sets the component state to inactive.
559 …nt** also enables component freezing. When **ChildComponent** is in the inactive state, it does no…
562 …- However, **ChildComponent** is in the inactive state and the component freezing is enabled. Ther…
566 …render the component that is not re-rendered when **ChildComponent** is inactive, for example, **T…
627 …inactive. After the component slides out of the **LazyForEach** area, the component is not destruc…
628 …ase, the node enters the cache area of **LazyForEach** and the state of the node is still inactive.
631 …- **ChildComponent** in the invisible area is in the inactive state, and the component freezing is…