Lines Matching refs:views
21 transitions framework. This framework applies one or more animations to all the views in the
28 <dd>Applies one or more animation effects to all of the views in a view hierarchy.</dd>
60 app changes from its search entry screen to its search results screen, it fades out views that
61 are no longer in use and fades in new views.</p>
64 animates changes to all the views in two view hierarchies. A view hierarchy can be as simple
66 tree of views. The framework animates each view by changing one or more of its property values
94 <p>A scene stores the state of a view hierarchy, including all its views and their property
95 values. A view hierarchy can be a simple view or a complex tree of views and child layouts.
107 about the views from the current state of the screen.</p>
131 such as fading and resizing views. You can also define your own custom transitions to create
155 may be out of sync with the animations of other views.</li>
159 {@link android.widget.ListView}, manage their child views in ways that are incompatible with
164 animate the resizing of views that contain text.</li>