Example usage for android.view.animation AnimationSet subclass-usage

List of usage examples for android.view.animation AnimationSet subclass-usage

Introduction

In this page you can find the example usage for android.view.animation AnimationSet subclass-usage.

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;