-
- All Implemented Interfaces:
-
java.lang.Cloneable
public class TopViewHideShowAnimation extends AnimationSet
An animation used to slide com.getstream.sdk.chat.utils.exomedia.ui.widget.VideoControls in and out from the top of the screen when changing visibilities.
-
-
Constructor Summary
Constructors Constructor Description TopViewHideShowAnimation(View view, boolean toVisible, long duration)
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class android.view.animation.AnimationSet
addAnimation, clone, computeDurationHint, getAnimations, getDuration, getStartTime, getTransformation, initialize, reset, restrictDuration, scaleCurrentDuration, setDuration, setFillAfter, setFillBefore, setRepeatMode, setStartOffset, setStartTime, willChangeBounds, willChangeTransformationMatrix -
Methods inherited from class android.view.animation.Animation
applyTransformation, cancel, clone, ensureInterpolator, finalize, getBackgroundColor, getDetachWallpaper, getFillAfter, getFillBefore, getInterpolator, getRepeatCount, getRepeatMode, getScaleFactor, getStartOffset, getZAdjustment, hasEnded, hasStarted, isFillEnabled, isInitialized, resolveSize, setAnimationListener, setBackgroundColor, setDetachWallpaper, setFillEnabled, setInterpolator, setRepeatCount, setZAdjustment, start, startNow -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
TopViewHideShowAnimation
TopViewHideShowAnimation(View view, boolean toVisible, long duration)
-
-
-
-