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

  /development/samples/ApiDemos/src/com/example/android/apis/text/
Marquee.java 24 public class Marquee extends Activity {
29 setContentView(R.layout.marquee);
  /frameworks/base/core/java/android/widget/
TextView.java 232 * Draw marquee text with fading edges as usual
237 * Draw marquee text as ellipsize end while inactive instead of with the fade.
243 * Draw marquee text with fading edges because it is currently active/animating.
300 private Marquee mMarquee;
313 * extensively in the same layout. This mode indicates how the marquee
314 * is currently being shown, if applicable. (mEllipsize will == MARQUEE)
7496 final Marquee marquee = mMarquee; local
7526 final Marquee marquee = mMarquee; local
    [all...]

Completed in 2375 milliseconds