Example usage for android.widget ViewAnimator subclass-usage

List of usage examples for android.widget ViewAnimator subclass-usage

Introduction

In this page you can find the example usage for android.widget ViewAnimator subclass-usage.

Usage

From source file com.tr4android.support.extension.picker.date.DialogViewAnimator.java

/**
 * ViewAnimator with a more reasonable handling of MATCH_PARENT.
 * Used for switching between DayPickerView and YearPickerView in AppCompatDatePicker
 */
public class DialogViewAnimator extends ViewAnimator {
    private final ArrayList<View> mMatchParentChildren = new ArrayList<>(1);