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

/frameworks/base/core/java/android/widget/
H A DViewSwitcher.java29 * create the views, or add them yourself. A ViewSwitcher can only have two
32 public class ViewSwitcher extends ViewAnimator { class in inherits:ViewAnimator
39 * Creates a new empty ViewSwitcher.
43 public ViewSwitcher(Context context) { method in class:ViewSwitcher
48 * Creates a new empty ViewSwitcher for the given context and with the
54 public ViewSwitcher(Context context, AttributeSet attrs) { method in class:ViewSwitcher
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 wil
[all...]
H A DImageSwitcher.java27 public class ImageSwitcher extends ViewSwitcher
H A DTextSwitcher.java28 * Specialized {@link android.widget.ViewSwitcher} that contains
35 public class TextSwitcher extends ViewSwitcher {

Completed in 71 milliseconds