java.lang.Object | |
↳ | android.R.transition |
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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
A transition that moves views in or out of the scene to or from the edges when a view visibility changes.
A transition that fades views in and out.
A transition that moves and resizes a view
Used for Activity Transitions, this transition indicates that no Transition should be used.
A transition that moves views in or out of the scene to or from the bottom edge when a view visibility changes.
A transition that moves views in or out of the scene to or from the left edge when a view visibility changes.
A transition that moves views in or out of the scene to or from the right edge when a view visibility changes.
A transition that moves views in or out of the scene to or from the top edge when a view visibility changes.