Searched refs:TextSwitcher (Results 1 - 4 of 4) 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...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DTickerView.java21 import android.widget.TextSwitcher;
24 public class TickerView extends TextSwitcher
H A DTicker.java31 import android.widget.TextSwitcher;
53 private TextSwitcher mTextSwitcher;
175 mTextSwitcher = (TextSwitcher)sb.findViewById(R.id.tickerText);
H A DStatusBarWindowView.java29 import android.widget.TextSwitcher;

Completed in 399 milliseconds