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

/frameworks/base/core/java/android/widget/
H A DTextSwitcher.java29 * A TextSwitcher is useful to animate a label on screen. Whenever
30 * {@link #setText(CharSequence)} is called, TextSwitcher animates the current text
33 public class TextSwitcher extends ViewSwitcher { class in inherits:ViewSwitcher
35 * Creates a new empty TextSwitcher.
39 public TextSwitcher(Context context) { method in class:TextSwitcher
44 * Creates a new empty TextSwitcher for the given context and with the
50 public TextSwitcher(Context context, AttributeSet attrs) { method in class:TextSwitcher
64 "TextSwitcher children must be instances of TextView");

Completed in 45 milliseconds