Home | History | Annotate | Download | only in widget

Lines Matching defs:TextSwitcher

31  * A TextSwitcher is useful to animate a label on screen. Whenever
32 * {@link #setText(CharSequence)} is called, TextSwitcher animates the current text
35 public class TextSwitcher extends ViewSwitcher {
37 * Creates a new empty TextSwitcher.
41 public TextSwitcher(Context context) {
46 * Creates a new empty TextSwitcher for the given context and with the
52 public TextSwitcher(Context context, AttributeSet attrs) {
66 "TextSwitcher children must be instances of TextView");
97 event.setClassName(TextSwitcher.class.getName());
103 info.setClassName(TextSwitcher.class.getName());