public final class ExtraWindowTransitions extends Object
WindowTransitions.
| Modifier and Type | Field and Description |
|---|---|
static WindowTransition |
SLIDE_TO_BOTTOM_AND_HOLD
Like
WindowTransitions.SLIDE_TO_BOTTOM but this transition will hold an outgoing window
still and only a new incoming window will be animated (same when playing back animations). |
static WindowTransition |
SLIDE_TO_LEFT_AND_HOLD
Like
WindowTransitions.SLIDE_TO_LEFT but this transition will hold an outgoing window
still and only a new incoming window will be animated (same when playing back animations). |
static WindowTransition |
SLIDE_TO_RIGHT_AND_HOLD
Like
WindowTransitions.SLIDE_TO_RIGHT but this transition will hold an outgoing window
still and only a new incoming window will be animated (same when playing back animations). |
static WindowTransition |
SLIDE_TO_TOP_AND_HOLD
Like
WindowTransitions.SLIDE_TO_TOP but this transition will hold an outgoing window
still and only a new incoming window will be animated (same when playing back animations). |
public static final WindowTransition SLIDE_TO_RIGHT_AND_HOLD
WindowTransitions.SLIDE_TO_RIGHT but this transition will hold an outgoing window
still and only a new incoming window will be animated (same when playing back animations).
R.anim#ui_window_slide_in_rightR.anim#ui_window_holdR.anim#ui_window_holdR.anim#ui_window_slide_out_left_backpublic static final WindowTransition SLIDE_TO_LEFT_AND_HOLD
WindowTransitions.SLIDE_TO_LEFT but this transition will hold an outgoing window
still and only a new incoming window will be animated (same when playing back animations).
R.anim#ui_window_slide_in_leftR.anim#ui_window_holdR.anim#ui_window_holdR.anim#ui_window_slide_out_right_backpublic static final WindowTransition SLIDE_TO_TOP_AND_HOLD
WindowTransitions.SLIDE_TO_TOP but this transition will hold an outgoing window
still and only a new incoming window will be animated (same when playing back animations).
R.anim#ui_window_slide_in_topR.anim#ui_window_holdR.anim#ui_window_holdR.anim#ui_window_slide_out_bottom_backpublic static final WindowTransition SLIDE_TO_BOTTOM_AND_HOLD
WindowTransitions.SLIDE_TO_BOTTOM but this transition will hold an outgoing window
still and only a new incoming window will be animated (same when playing back animations).
R.anim#ui_window_slide_in_bottomR.anim#ui_window_holdR.anim#ui_window_holdR.anim#ui_window_slide_out_top_back