HomeSort by relevance Sort by last modified time
    Searched refs:TextSwitcher (Results 1 - 14 of 14) sorted by null

  /frameworks/base/core/java/android/widget/
TextSwitcher.java 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())
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
TickerView.java 21 import android.widget.TextSwitcher;
24 public class TickerView extends TextSwitcher
Ticker.java 29 import android.widget.TextSwitcher;
50 private TextSwitcher mTextSwitcher;
172 mTextSwitcher = (TextSwitcher)sb.findViewById(R.id.tickerText);
StatusBarWindowView.java 30 import android.widget.TextSwitcher;
  /development/samples/ApiDemos/src/com/example/android/apis/view/
TextSwitcher1.java 28 import android.widget.TextSwitcher;
33 * Uses a TextSwitcher.
38 private TextSwitcher mSwitcher;
48 mSwitcher = (TextSwitcher) findViewById(R.id.switcher);
  /cts/tests/tests/widget/src/android/widget/cts/
TextSwitcherTest.java 24 import android.widget.TextSwitcher;
28 * Test {@link TextSwitcher}.
49 new TextSwitcher(mContext);
51 new TextSwitcher(mContext, null);
59 TextSwitcher textSwitcher = new TextSwitcher(mContext);
65 textSwitcher.addView(tv1, 0, new ViewGroup.LayoutParams(PARAMS_WIDTH, PARAMS_HEIGHT));
66 textSwitcher.addView(tv2, 1, new ViewGroup.LayoutParams(PARAMS_WIDTH, PARAMS_HEIGHT));
68 TextView tvChild1 = (TextView) textSwitcher.getChildAt(0)
    [all...]
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 

Completed in 722 milliseconds