public final class AdditiveAnimator extends SubclassableAdditiveViewAnimator<AdditiveAnimator>
mSkipRequestLayout, mWithLayermAnimationAccumulator, mAnimatorGroup, mCurrentCustomInterpolator, mCurrentTarget, mParent, mRunningAnimationsManager, sequenceDelay, staggerDelay| Modifier | Constructor and Description |
|---|---|
|
AdditiveAnimator()
Creates a new AdditiveAnimator instance without a target view.
|
|
AdditiveAnimator(long duration)
Creates a new AdditiveAnimator instance with the specified animation duration for more convenience.
|
protected |
AdditiveAnimator(View view) |
| Modifier and Type | Method and Description |
|---|---|
static AdditiveAnimator |
animate(List<View> views,
long stagger) |
static AdditiveAnimator |
animate(List<View> views,
long duration,
long stagger) |
static AdditiveAnimator |
animate(View... views) |
static AdditiveAnimator |
animate(View view)
This is just a convenience method when you need to animate a single view.
|
static AdditiveAnimator |
animate(View view,
long duration)
This is just a convenience method when you need to animate a single view.
|
protected AdditiveAnimator |
newInstance()
Factory method for creation of subclass instances.
|
alpha, alphaBy, backgroundColor, bottomLeftMarginAlongPath, bottomMargin, bottomMarginBy, bottomPadding, bottomPaddingBy, bottomRightMarginAlongPath, centerX, centerY, elevation, elevationBy, fadeVisibility, getCurrentPropertyValue, getQueuedPropertyValue, getTargetPropertyValue, getTargetPropertyValue, height, heightBy, horizontalMargin, horizontalMarginBy, horizontalPadding, horizontalPaddingBy, leftMargin, leftMarginBy, leftPadding, leftPaddingBy, margin, marginBy, onApplyChanges, padding, paddingBy, requestLayout, rightMargin, rightMarginBy, rightPadding, rightPaddingBy, rotation, rotationBy, rotationX, rotationXBy, rotationY, rotationYBy, scale, scaleBy, scaleX, scaleXBy, scaleY, scaleYBy, scroll, scrollBy, scrollX, scrollXBy, scrollY, scrollYBy, setParent, size, sizeBy, skipRequestLayout, target, topLeftMarginAlongPath, topMargin, topMarginBy, topPadding, topPaddingBy, topRightMarginAlongPath, translationX, translationXBy, translationXYAlongPath, translationXYRotationAlongPath, translationY, translationYBy, translationZ, translationZBy, verticalMargin, verticalMarginBy, verticalPadding, verticalPaddingBy, visibility, width, widthBy, withLayer, withoutLayer, x, xBy, xyAlongPath, xyRotationAlongPath, y, yBy, z, zByaction, addEndAction, addListener, addPauseListener, addStartAction, addTarget, addUpdateListener, animate, animate, animate, animate, animate, animatePropertiesAlongPath, animateProperty, animateProperty, animatePropertyBy, apply, apply, applyCustomProperties, cancelAnimation, cancelAnimation, cancelAnimation, cancelAnimationsForObject, cancelAnimationsForObjects, cancelAnimationsInCollection, createAnimation, createAnimation, createAnimation, createChildWithDelayAfterParentStart, createChildWithRawDelay, getCurrentTarget, getQueuedPropertyValue, getRunningAnimationsManager, getTargetPropertyValue, getTargetPropertyValue, getTotalDurationInSequence, getValueAnimator, initValueAnimatorIfNeeded, property, property, property, runIfParentIsInSameAnimationGroup, self, setDefaultDuration, setDefaultInterpolator, setDelayInSequence, setDuration, setInterpolator, setRepeatCount, setRepeatMode, setsDefaultInterpolator, setStartDelay, start, state, switchDuration, switchInterpolator, switchToDefaultInterpolator, targets, targets, targets, then, thenBeforeEnd, thenDelayAfterEnd, thenWithDelayplaySequentially, playSequentially, playTogether, playTogether, playWithDelayBetweenAnimationsprotected AdditiveAnimator(View view)
public AdditiveAnimator()
public AdditiveAnimator(long duration)
public static AdditiveAnimator animate(View view)
view - The view to animate.public static AdditiveAnimator animate(View... views)
public static AdditiveAnimator animate(List<View> views, long stagger)
public static AdditiveAnimator animate(List<View> views, long duration, long stagger)
public static AdditiveAnimator animate(View view, long duration)
view - The view to animate.duration - The animation duration.protected AdditiveAnimator newInstance()
BaseAdditiveAnimatornewInstance in class BaseAdditiveAnimator<AdditiveAnimator,View>