Searched refs:marquee (Results 1 - 2 of 2) sorted by relevance

/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java721 public void setMarquee(int marquee) { argument
722 mManager.setMarquee(marquee);
1139 for (MarqueeSpan marquee : marquees) {
1140 marquee.resetColor(mEST.getBackgroundColor());
1207 public void setMarquee(int marquee) { argument
1209 addMarquee(marquee);
1721 private void addMarquee(int marquee) { argument
1723 Log.d(LOG_TAG, "--- addMarquee:" + marquee);
1725 setLineStyledTextSpan(new MarqueeSpan(marquee, mEST.getBackgroundColor()));
2580 Log.e(TAG, "--- getMarqueeColor: got illigal marquee I
[all...]
/frameworks/base/core/java/android/widget/
H A DTextView.java322 * Draw marquee text with fading edges as usual
327 * Draw marquee text as ellipsize end while inactive instead of with the fade.
333 * Draw marquee text with fading edges because it is currently active/animating.
606 * extensively in the same layout. This mode indicates how the marquee
7932 // start the marquee immediately
7936 // Defer the start of the marquee until we know our width (see setFrame())
9102 * Sets how many times to repeat the marquee animation. Only applied if the
9103 * TextView has marquee enabled. Set to -1 to repeat indefinitely.
9114 * Gets the number of times the marquee animation is repeated. Only meaningful if the
9115 * TextView has marquee enable
[all...]

Completed in 162 milliseconds