Lines Matching refs:hierarchy
140 <p>The framework changes the view hierarchy inside the scene root with the view hierarchy
161 select targets that are part of the view hierarchy associated with a scene.</p>
209 make changes by adding, modifying, and removing child views within the current hierarchy. For
219 hierarchy that you modify in code.</p>
221 <p>If you make changes within the current view hierarchy in this fashion, you do not need to
223 hierarchy using a <em>delayed transition</em>. This feature of the transitions framework
224 starts with the current view hierarchy state, records changes you make to its views, and applies
227 <p>To create a delayed transition within a single view hierarchy, follow these steps:</p>
241 <p>The following example shows how to animate the addition of a text view to a view hierarchy
283 // Start recording changes to the view hierarchy
286 // Add the new TextView to the view hierarchy
305 from the starting view hierarchy to the ending view hierarchy during a scene change. You
306 cannot simply copy the value from its starting view to the view in the ending view hierarchy,
307 because the ending view hierarchy is not inflated until the transition is completed.
309 hierarchy when the framework has finished the transition. To get notified when the transition