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

/frameworks/base/core/java/android/widget/
H A DTextSwitcher.java31 * 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 { class in inherits:ViewSwitcher
37 * Creates a new empty TextSwitcher.
41 public TextSwitcher(Context context) { method in class:TextSwitcher
46 * Creates a new empty TextSwitcher for the given context and with the
52 public TextSwitcher(Context context, AttributeSet attrs) { method in class:TextSwitcher
66 "TextSwitcher children must be instances of TextView");
97 event.setClassName(TextSwitcher.class.getName());
103 info.setClassName(TextSwitcher
[all...]

Completed in 53 milliseconds