Java android.transition Explode fields, constructors, methods, implement or subclass

Example usage for Java android.transition Explode fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.transition Explode.

The text is from its open source code.

Constructor

Method

TransitionexcludeTarget(int targetId, boolean exclude)
Whether to add the given id to the list of target ids to exclude from this transition.
TransitionsetDuration(long duration)
Sets the duration of this transition.
TransitionsetInterpolator(TimeInterpolator interpolator)
Sets the interpolator of this transition.
voidsetPropagation(TransitionPropagation transitionPropagation)
Sets the method for determining Animator start delays.