Home | History | Annotate | Download | only in widget

Lines Matching refs:ViewSwitcher

29  * create the views, or add them yourself.  A ViewSwitcher can only have two
32 public class ViewSwitcher extends ViewAnimator {
39 * Creates a new empty ViewSwitcher.
43 public ViewSwitcher(Context context) {
48 * Creates a new empty ViewSwitcher for the given context and with the
54 public ViewSwitcher(Context context, AttributeSet attrs) {
66 throw new IllegalStateException("Can't add more than 2 views to a ViewSwitcher");
74 event.setClassName(ViewSwitcher.class.getName());
80 info.setClassName(ViewSwitcher.class.getName());
105 * ViewSwitcher will flip. Instead of using a factory, you can call
118 * Reset the ViewSwitcher to hide all of the existing views and to make it
135 * Creates views in a ViewSwitcher.
140 * {@link android.widget.ViewSwitcher}.