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

  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
aria_util.js 52 'marquee' : 'aria_role_marquee',
847 '[role="alert"], [role="log"], [role="marquee"], ' +
  /external/chromium_org/third_party/accessibility-audit/
axs_testing.js 432 listbox:{mustcontain:["option"], namefrom:["author"], namerequired:!0, parent:["list", "select"], properties:["aria-multiselectable", "aria-required"]}, listitem:{namefrom:["contents", "author"], namerequired:!0, parent:["section"], properties:["aria-level", "aria-posinset", "aria-setsize"]}, log:{namefrom:[" author"], namerequired:!0, parent:["region"]}, main:{namefrom:["author"], parent:["landmark"]}, marquee:{namerequired:!0, parent:["section"]}, math:{childpresentational:!0, namefrom:["author"],
485 axs.constants.WIDGET_ROLE_TO_NAME = {alert:"aria_role_alert", alertdialog:"aria_role_alertdialog", button:"aria_role_button", checkbox:"aria_role_checkbox", columnheader:"aria_role_columnheader", combobox:"aria_role_combobox", dialog:"aria_role_dialog", grid:"aria_role_grid", gridcell:"aria_role_gridcell", link:"aria_role_link", listbox:"aria_role_listbox", log:"aria_role_log", marquee:"aria_role_marquee", menu:"aria_role_menu", menubar:"aria_role_menubar", menuitem:"aria_role_menuitem", menuitemcheckbox:"aria_role_menuitemcheckbox",
    [all...]
  /frameworks/base/core/java/android/widget/
TextView.java 247 * Draw marquee text with fading edges as usual
252 * Draw marquee text as ellipsize end while inactive instead of with the fade.
258 * Draw marquee text with fading edges because it is currently active/animating.
481 private Marquee mMarquee;
490 * extensively in the same layout. This mode indicates how the marquee
491 * is currently being shown, if applicable. (mEllipsize will == MARQUEE)
8068 final Marquee marquee = mMarquee; local
8106 final Marquee marquee = mMarquee; local
    [all...]

Completed in 880 milliseconds