Searched defs:ViewSwitcher (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DViewSwitcher.java27 * create the views, or add them yourself. A ViewSwitcher can only have two
30 public class ViewSwitcher extends ViewAnimator { class in inherits:ViewAnimator
37 * Creates a new empty ViewSwitcher.
41 public ViewSwitcher(Context context) { method in class:ViewSwitcher
46 * Creates a new empty ViewSwitcher for the given context and with the
52 public ViewSwitcher(Context context, AttributeSet attrs) { method in class:ViewSwitcher
64 throw new IllegalStateException("Can't add more than 2 views to a ViewSwitcher");
71 return ViewSwitcher.class.getName();
96 * ViewSwitcher will flip. Instead of using a factory, you can call
109 * Reset the ViewSwitcher t
[all...]

Completed in 53 milliseconds