Lines Matching refs:scene
77 method. The framework calls this method for every view in the starting scene. The method
125 once for every target view in the ending scene. In all other respects, {@link
150 <p>To animate the changes to a view between its state in the starting scene and its state in
151 the ending scene, you provide an animator by overriding the {@link
153 framework calls this method, it passes in the scene root view and the {@link
160 implemented as a custom transition. If the starting scene has five targets of which two are
161 removed from the ending scene, and the ending scene has the three targets from the starting
162 scene plus a new target, then the framework calls {@link
164 animate the fading out and fading in of the targets that stay in both scene objects; two more calls
165 animate the fading out of the targets removed from the ending scene; and one call
166 animates the fading in of the new target in the ending scene.</p>
171 ending scene, the framework provides a {@link android.transition.TransitionValues} object