Lines Matching refs:framework
21 transitions framework. This framework applies one or more animations to all the views in the
24 <p>The framework has the following features:</p>
63 <p>This animation is an example of using the transitions framework. The framework
66 tree of views. The framework animates each view by changing one or more of its property values
70 <p>The transitions framework works in parallel with view hierarchies and animations. The
71 purpose of the framework is to store the state of view hierarchies, change between these
75 <p>The diagram in Figure 2 illustrates the relationship between view hierarchies, framework
81 <p class="img-caption"><strong>Figure 2.</strong> Relationships in the transitions framework.</p>
83 <p>The transitions framework provides abstractions for scenes, transitions, and transition
84 managers. These are described in detail in the following sections. To use the framework, you
97 another scene. The framework provides the {@link android.transition.Scene} class to represent
100 <p>The transitions framework lets you create scenes from layout resource files or from
105 transition, the framework uses the previous ending scene as the starting scene for any
106 subsequent transitions. If you have not applied a transition, the framework collects information
123 <p>In the transitions framework, animations create a series of frames that depict a change
126 transition using a {@link android.transition.TransitionManager} instance. The framework can
130 <p>The framework includes a set of built-in transitions for commonly-used animation effects,
132 an animation effect using the APIs in the animations framework. The transitions framework also
137 transition states that the framework monitors between the start and the completion of an
138 animation. At important lifecycle states, the framework invokes callback methods that you can
150 <p>This section lists some known limitations of the transitions framework:</p>
160 the transitions framework. If you try to animate a view based on