public final class WindowTransitions extends Object
WindowTransitions.
| Modifier and Type | Field and Description |
|---|---|
static WindowTransition |
CROSS_FADE
Transition that may be used to fade a new incoming window into the screen and an outgoing
(the current one) will be faded out of the screen.
|
static WindowTransition |
CROSS_FADE_AND_HOLD
Like
CROSS_FADE but this will hold an outgoing window still and only a new incoming
window will be animated (same when playing back animations). |
static WindowTransition |
NONE
Transition that may be used to change two windows without any animation.
|
static WindowTransition |
SLIDE_TO_BOTTOM
Transition that may be used to slide a new incoming window into the screen from the top and
an outgoing (the current one) will be slided out of the screen to the bottom.
|
static WindowTransition |
SLIDE_TO_BOTTOM_AND_SCALE_OUT
Transition that may be used to slide a new incoming window into the screen from the top and
an outgoing (the current one) will be scaled out (with fade) out of the screen to its background.
|
static WindowTransition |
SLIDE_TO_LEFT
Transition that may be used to slide a new incoming window into the screen from the right and
an outgoing (the current one) will be slided out of the screen to the left.
|
static WindowTransition |
SLIDE_TO_LEFT_AND_SCALE_OUT
Transition that may be used to slide a new incoming window into the screen from the right and
an outgoing (the current one) will be scaled out (with fade) out of the screen to its background.
|
static WindowTransition |
SLIDE_TO_RIGHT
Transition that may be used to slide a new incoming window into the screen from the left and
an outgoing (the current one) will be slided out of the screen to the right.
|
static WindowTransition |
SLIDE_TO_RIGHT_AND_SCALE_OUT
Transition that may be used to slide a new incoming window into the screen from the left and
an outgoing (the current one) will be scaled out (with fade) out of the screen to its background.
|
static WindowTransition |
SLIDE_TO_TOP
Transition that may be used to slide a new incoming window into the screen from the bottom and
an outgoing (the current one) will be slided out of the screen to the top.
|
static WindowTransition |
SLIDE_TO_TOP_AND_SCALE_OUT
Transition that may be used to slide a new incoming window into the screen from the bottom and
an outgoing (the current one) will be scaled out (with fade) out of the screen to its background.
|
public static final WindowTransition NONE
public static final WindowTransition CROSS_FADE
R.anim#ui_window_fade_inR.anim#ui_window_fade_outR.anim#ui_window_fade_in_backR.anim#ui_window_fade_out_backpublic static final WindowTransition CROSS_FADE_AND_HOLD
CROSS_FADE but this will hold an outgoing window still and only a new incoming
window will be animated (same when playing back animations).
R.anim#ui_window_fade_inR.anim#ui_window_holdR.anim#ui_window_holdR.anim#ui_window_fade_out_backpublic static final WindowTransition SLIDE_TO_RIGHT
R.anim#ui_window_slide_in_rightR.anim#ui_window_slide_out_rightR.anim#ui_window_slide_in_left_backR.anim#ui_window_slide_out_left_backpublic static final WindowTransition SLIDE_TO_LEFT
R.anim#ui_window_slide_in_leftR.anim#ui_window_slide_out_leftR.anim#ui_window_slide_in_right_backR.anim#ui_window_slide_out_right_backpublic static final WindowTransition SLIDE_TO_TOP
R.anim#ui_window_slide_in_topR.anim#ui_window_slide_out_topR.anim#ui_window_slide_in_bottom_backR.anim#ui_window_slide_out_bottom_backpublic static final WindowTransition SLIDE_TO_BOTTOM
R.anim#ui_window_slide_in_bottomR.anim#ui_window_slide_out_bottomR.anim#ui_window_slide_in_top_backR.anim#ui_window_slide_out_top_backpublic static final WindowTransition SLIDE_TO_LEFT_AND_SCALE_OUT
R.anim#ui_window_slide_in_leftR.anim#ui_window_scale_outR.anim#ui_window_scale_in_backR.anim#ui_window_slide_out_right_backpublic static final WindowTransition SLIDE_TO_RIGHT_AND_SCALE_OUT
R.anim#ui_window_slide_in_rightR.anim#ui_window_scale_outR.anim#ui_window_scale_in_backR.anim#ui_window_slide_out_left_backpublic static final WindowTransition SLIDE_TO_TOP_AND_SCALE_OUT
R.anim#ui_window_slide_in_topR.anim#ui_window_scale_outR.anim#ui_window_scale_in_backR.anim#ui_window_slide_out_bottom_backpublic static final WindowTransition SLIDE_TO_BOTTOM_AND_SCALE_OUT
R.anim#ui_window_slide_in_bottomR.anim#ui_window_scale_outR.anim#ui_window_scale_in_backR.anim#ui_window_slide_out_top_back