Searched refs:ViewAnimator (Results 1 - 4 of 4) sorted by relevance

/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
H A DAccessibleDateAnimator.java23 import android.widget.ViewAnimator;
25 public class AccessibleDateAnimator extends ViewAnimator {
/frameworks/base/core/java/android/widget/
H A DViewAnimator.java38 public class ViewAnimator extends FrameLayout { class in inherits:FrameLayout
48 public ViewAnimator(Context context) { method in class:ViewAnimator
53 public ViewAnimator(Context context, AttributeSet attrs) { method in class:ViewAnimator
56 TypedArray a = context.obtainStyledAttributes(attrs, com.android.internal.R.styleable.ViewAnimator);
76 * Initialize this {@link ViewAnimator}, possibly setting
332 * Returns whether the current View should be animated the first time the ViewAnimator
346 * the ViewAnimator is displayed.
363 event.setClassName(ViewAnimator.class.getName());
369 info.setClassName(ViewAnimator.class.getName());
H A DViewSwitcher.java27 * {@link ViewAnimator} that switches between two views, and has a factory
32 public class ViewSwitcher extends ViewAnimator {
H A DViewFlipper.java33 * Simple {@link ViewAnimator} that will animate between two or more views
41 public class ViewFlipper extends ViewAnimator {

Completed in 79 milliseconds