Home | History | Annotate | Download | only in com.example.android.textswitcher

Lines Matching refs:TextSwitcher

17 package com.example.android.textswitcher;
26 import android.widget.TextSwitcher;
31 * This sample shows the use of the {@link android.widget.TextSwitcher} View with animations. A
32 * {@link android.widget.TextSwitcher} is a special type of {@link android.widget.ViewSwitcher} that animates
34 * {@link android.widget.TextSwitcher#setText(CharSequence)} is called.
37 private TextSwitcher mSwitcher;
45 // Get the TextSwitcher view from the layout
46 mSwitcher = (TextSwitcher) findViewById(R.id.switcher);
66 * the new value is displayed in the TextSwitcher. The change of text is
89 * {@link android.widget.TextSwitcher} will switch between.