Home | History | Annotate | Download | only in material

Lines Matching full:enter

150 enter and exit transitions and for transitions of shared elements between activities.</p>
153 <li>An <strong>enter</strong> transition determines how views in an activity enter the scene.
154 For example, in the <em>explode</em> enter transition, the views enter the scene from the outside
167 <p>Android 5.0 (API level 21) supports these enter and exit transitions:</p>
176 as an enter or exit transition. For more information, see the API reference for the
201 enter, exit, and shared element transitions in your style definition:</p>
208 &lt;!-- specify enter and exit transitions -->
261 setSharedElementEnterTransition()} methods define the enter transition for the called activity.</p>
267 <p>To start an enter transition as soon as possible, use the
269 method on the called activity. This lets you have more dramatic enter transitions.</p>
281 <p>If you have set an enter transition for the second activity, the transition is also activated