Home | History | Annotate | Download | only in versions

Lines Matching full:animations

61       <li><a href="#RotationAnimation">Rotation animations</a></li>
644 animations such as sliding a view outside of its container or moving items around the screen
845 <h3 id="RotationAnimation">Rotation animations</h3>
848 {@link android.view.WindowManager} allows you to select between one of three animations you
849 want to use when the system switches screen orientations. The three animations are:</p>
856 <p class="note"><strong>Note:</strong> These animations are available only if you've set your activity to use "fullscreen" mode, which you can enable with themes such as {@link android.R.style#Theme_Holo_NoActionBar_Fullscreen Theme.Holo.NoActionBar.Fullscreen}.</p>