HomeSort by relevance Sort by last modified time
    Searched defs:marquee (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/rendering/style/
StyleRareNonInheritedData.h 92 DataRef<StyleMarqueeData> marquee; // Marquee properties member in class:WebCore::StyleRareNonInheritedData
  /external/webkit/Source/WebCore/rendering/
RenderLayer.h 190 RenderMarquee* marquee() const { return m_marquee; } function in class:WebCore::RenderLayer
749 RenderMarquee* m_marquee; // Used by layers with overflow:marquee
    [all...]
  /frameworks/base/core/java/android/widget/
TextView.java 242 * Draw marquee text with fading edges as usual
247 * Draw marquee text as ellipsize end while inactive instead of with the fade.
253 * Draw marquee text with fading edges because it is currently active/animating.
469 private Marquee mMarquee;
478 * extensively in the same layout. This mode indicates how the marquee
479 * is currently being shown, if applicable. (mEllipsize will == MARQUEE)
7722 final Marquee marquee = mMarquee; local
7752 final Marquee marquee = mMarquee; local
    [all...]

Completed in 516 milliseconds