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 212 RenderMarquee* marquee() const { return m_marquee; } function in class:WebCore::RenderLayer
762 RenderMarquee* m_marquee; // Used by layers with overflow:marquee
    [all...]
  /frameworks/base/core/java/android/widget/
TextView.java 302 private Marquee mMarquee;
378 * extensively in the same layout. This mode indicates how the marquee
379 * is currently being shown, if applicable. (mEllipsize will == MARQUEE)
390 * Draw marquee text with fading edges as usual
395 * Draw marquee text as ellipsize end while inactive instead of with the fade.
401 * Draw marquee text with fading edges because it is currently active/animating.
8612 final Marquee marquee = mMarquee; local
8642 final Marquee marquee = mMarquee; local
    [all...]

Completed in 453 milliseconds