List of usage examples for android.widget ViewAnimator subclass-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);