Lines Matching refs:hierarchy
16 <p>Scenes store the state of a view hierarchy, including all its views and their property
26 hierarchy without using scenes, as described in
35 file. Use this technique when the view hierarchy in the file is mostly static. The resulting
36 scene represents the state of the view hierarchy at the time you created the
37 {@link android.transition.Scene} instance. If you change the view hierarchy, you have to
38 recreate the scene. The framework creates the scene from the entire view hierarchy in the
44 scene root and the resource ID of the layout file that contains the view hierarchy for the
159 <p>To create a scene from a view hierarchy in your code, use the
166 instance from the scene root element and the view hierarchy for the scene in your code:</p>
174 // Obtain the view hierarchy to add as a child of
193 <li>Animate views that are not in the same hierarchy. You can animate views for both the