R.transition
public
static
final
class
R.transition
extends Object
java.lang.Object | |
↳ | android.R.transition |
Summary
Constants | |
---|---|
int |
explode
A transition that moves views in or out of the scene to or from the edges when a view visibility changes. |
int |
fade
A transition that fades views in and out. |
int |
move
A transition that moves and resizes a view |
int |
no_transition
Used for Activity Transitions, this transition indicates that no Transition should be used. |
int |
slide_bottom
A transition that moves views in or out of the scene to or from the bottom edge when a view visibility changes. |
int |
slide_left
A transition that moves views in or out of the scene to or from the left edge when a view visibility changes. |
int |
slide_right
A transition that moves views in or out of the scene to or from the right edge when a view visibility changes. |
int |
slide_top
A transition that moves views in or out of the scene to or from the top edge when a view visibility changes. |
Public constructors | |
---|---|
transition()
|
Inherited methods | |
---|---|
Constants
explode
public static final int explode
A transition that moves views in or out of the scene to or from the edges when a view visibility changes.
Constant Value: 17760259 (0x010f0003)
fade
public static final int fade
A transition that fades views in and out.
Constant Value: 17760258 (0x010f0002)
move
public static final int move
A transition that moves and resizes a view
Constant Value: 17760257 (0x010f0001)
no_transition
public static final int no_transition
Used for Activity Transitions, this transition indicates that no Transition should be used.
Constant Value: 17760256 (0x010f0000)
slide_bottom
public static final int slide_bottom
A transition that moves views in or out of the scene to or from the bottom edge when a view visibility changes.
Constant Value: 17760260 (0x010f0004)
slide_left
public static final int slide_left
A transition that moves views in or out of the scene to or from the left edge when a view visibility changes.
Constant Value: 17760263 (0x010f0007)
slide_right
public static final int slide_right
A transition that moves views in or out of the scene to or from the right edge when a view visibility changes.
Constant Value: 17760262 (0x010f0006)
slide_top
public static final int slide_top
A transition that moves views in or out of the scene to or from the top edge when a view visibility changes.
Constant Value: 17760261 (0x010f0005)
Public constructors
transition
public transition ()