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

  /external/autotest/client/site_tests/webstore_SanityTest/
webstore_SanityTest.py 25 marquee = '//div[contains(@class, "webstore-test-wall-marquee-slideshow")]' variable in class:webstore_SanityTest
33 self.driver.find_element_by_xpath(self.marquee)
  /frameworks/base/core/java/android/widget/
TextView.java 268 * Draw marquee text with fading edges as usual
273 * Draw marquee text as ellipsize end while inactive instead of with the fade.
279 * Draw marquee text with fading edges because it is currently active/animating.
538 private Marquee mMarquee;
547 * extensively in the same layout. This mode indicates how the marquee
548 * is currently being shown, if applicable. (mEllipsize will == MARQUEE)
8600 final Marquee marquee = mMarquee; local
8617 final Marquee marquee = mMarquee; local
    [all...]

Completed in 1321 milliseconds