List of usage examples for android.view.animation AnimationSet subclass-usage
From source file com.devbrackets.android.exomedia.ui.animation.TopViewHideShowAnimation.java
/** * An animation used to slide {@link com.devbrackets.android.exomedia.ui.widget.VideoControls} * in and out from the top of the screen when changing visibilities. */ public class TopViewHideShowAnimation extends AnimationSet {
From source file com.devbrackets.android.exomedia.ui.animation.BottomViewHideShowAnimation.java
/** * An animation used to slide {@link com.devbrackets.android.exomedia.ui.widget.VideoControls} * in and out from the bottom of the screen when changing visibilities. */ public class BottomViewHideShowAnimation extends AnimationSet { private View animationView;