belongs to Maven artifact com.android.support:transition:28.0.0-alpha1
VisibilityPropagation
public
abstract
class
VisibilityPropagation
extends TransitionPropagation
java.lang.Object | ||
↳ | android.support.transition.TransitionPropagation | |
↳ | android.support.transition.VisibilityPropagation |
![]() |
Base class for TransitionPropagation
s that care about
View Visibility and the center position of the View.
Summary
Public constructors | |
---|---|
VisibilityPropagation()
|
Public methods | |
---|---|
void
|
captureValues(TransitionValues values)
Captures the values in the start or end scene for the properties that this transition propagation monitors. |
String[]
|
getPropagationProperties()
Returns the set of property names stored in the |
int
|
getViewVisibility(TransitionValues values)
Returns |
int
|
getViewX(TransitionValues values)
Returns the View's center x coordinate, relative to the screen, at the time the values were captured. |
int
|
getViewY(TransitionValues values)
Returns the View's center y coordinate, relative to the screen, at the time the values were captured. |
Inherited methods | |
---|---|
![]()
android.support.transition.TransitionPropagation
| |
![]()
java.lang.Object
|