Slide
open class Slide : Visibility
kotlin.Any | |||
↳ | androidx.transition.Transition | ||
↳ | androidx.transition.Visibility | ||
↳ | androidx.transition.Slide |
This transition tracks changes to the visibility of target views in the start and end scenes and moves views in or out from one of the edges of the scene. Visibility is determined by both the View#setVisibility(int)
state of the view as well as whether it is parented in the current view hierarchy. Disappearing Views are limited as described in Visibility#onDisappear(android.view.ViewGroup, * TransitionValues, int, TransitionValues, int)
.
Summary
Inherited constants | |
---|---|
Public constructors | |
---|---|
<init>() Constructor using the default |
|
Constructor using the provided slide edge direction. |
|
<init>(@NonNull context: Context, @NonNull attrs: AttributeSet) |
Public methods | |
---|---|
open Unit |
captureEndValues(@NonNull transitionValues: TransitionValues) |
open Unit |
captureStartValues(@NonNull transitionValues: TransitionValues) |
open Int |
Returns the edge that Views appear and disappear from. |
open Animator? |
onAppear(sceneRoot: ViewGroup!, view: View!, startValues: TransitionValues!, endValues: TransitionValues!) |
open Animator? |
onDisappear(sceneRoot: ViewGroup!, view: View!, startValues: TransitionValues!, endValues: TransitionValues!) |
open Unit |
setSlideEdge(slideEdge: Int) Change the edge that Views appear and disappear from. |
Inherited functions | |
---|---|