Lines Matching refs:shared
129 <!-- shared transition video -->
140 transition with shared elements.</p>
147 enter and exit transitions and for transitions of shared elements between activities.</p>
158 <li>A <strong>shared elements</strong> transition determines how views that are shared between
160 image in different positions and sizes, the <em>changeImageTransform</em> shared element transition
176 <p>Android 5.0 (API level 21) also supports these shared elements transitions:</p>
191 <strong>Figure 2</strong> - A scene transition with one shared element.
198 enter, exit, and shared element transitions in your style definition:</p>
209 <!-- specify shared element transitions -->
282 <h3>Start an activity with a shared element</h3>
284 <p>To make a screen transition animation between two activities that have a shared element:</p>
288 <li>Specify a shared elements transition in your style.</li>
290 <li>Assign a common name to the shared elements in both layouts with the
318 <p>For shared dynamic views that you generate in your code, use the
326 <h3>Start an activity with multiple shared elements</h3>
328 <p>To make a scene transition animation between two activities that have more than one shared
329 element, define the shared elements in both layouts with the <code>android:transitionName</code>