HomeSort by relevance Sort by last modified time
    Searched refs:MARQUEE (Results 1 - 25 of 40) sorted by null

1 2

  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
TextFadeActivity.java 37 ((TextView) findViewById(R.id.contact_tile_name)).setEllipsize(TextUtils.TruncateAt.MARQUEE);
MarqueeActivity.java 38 text1.setText("This is a marquee inside a TextView");
41 text1.setEllipsize(TextUtils.TruncateAt.MARQUEE);
46 text2.setText("This is a marquee inside a TextView");
49 text2.setEllipsize(TextUtils.TruncateAt.MARQUEE);
  /frameworks/base/core/java/android/widget/
EditText.java 122 * broken in the middle. {@link TextUtils.TruncateAt#MARQUEE
123 * TextUtils.TruncateAt#MARQUEE} is not supported.
127 * {@link TextUtils.TruncateAt#MARQUEE}.
132 if (ellipsis == TextUtils.TruncateAt.MARQUEE) {
134 + "TextUtils.TruncateAt.MARQUEE");
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)
8605 final Marquee marquee = mMarquee; local
8622 final Marquee marquee = mMarquee; local
    [all...]
  /frameworks/base/core/java/android/text/
BoringLayout.java 95 if (ellipsize == null || ellipsize == TextUtils.TruncateAt.MARQUEE) {
148 if (ellipsize == null || ellipsize == TextUtils.TruncateAt.MARQUEE) {
StaticLayout.java 246 * {@link android.text.TextUtils.TruncateAt#MARQUEE}, to be ellipsized instead
754 && ellipsize != TextUtils.TruncateAt.MARQUEE));
    [all...]
TextUtils.java     [all...]
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/common/
html.js 99 MARQUEE: 'marquee',
222 SPECIAL_ELEMENTS[NS.HTML][$.MARQUEE] = true;
  /cts/tests/tests/widget/src/android/widget/cts/
EditTextTest.java 235 editText.setEllipsize(TextUtils.TruncateAt.MARQUEE);
TextViewTest.java     [all...]
  /frameworks/base/core/java/android/content/res/
StringBlock.java 129 } else if (styleTag.equals("marquee")) {
218 buffer.setSpan(TextUtils.TruncateAt.MARQUEE,
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactListItemView.java 238 // Note: if we're sure MARQUEE will be used every time, there's no reason to use
239 // CharArrayBuffer, since MARQUEE requires Span and thus we need to copy characters inside the
    [all...]
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/tree_construction/
open_element_stack.js 67 return (tn === $.CAPTION || tn === $.MARQUEE) && ns === NS.HTML;
parser.js     [all...]
  /cts/tests/tests/text/src/android/text/cts/
StaticLayoutTest.java 444 // Multilines (6 lines) and TruncateAt.MARQUEE so ellipsis only on the last line
521 // Single line case and TruncateAt.MARQUEE so that we have NO ellipsis
523 TextUtils.TruncateAt.MARQUEE, 1);
555 SPACE_MULTI, SPACE_ADD, false, TextUtils.TruncateAt.MARQUEE, halfWidth, 1);
    [all...]
TextUtilsTest.java 343 // issue 1688347, ellipsize() is not defined for TruncateAt.MARQUEE.
345 // In other methods, MARQUEE is equivalent to END, except for the first line.
347 TextUtils.ellipsize(text, p, textWidth, TruncateAt.MARQUEE).toString());
435 // TruncateAt.MARQUEE, specify preserveLength
436 // issue 1688347, ellipsize() is not defined for TruncateAt.MARQUEE.
438 // In other methods, MARQUEE is equivalent to END, except for the first line.
443 TextUtils.ellipsize(text, p, textWidth, TruncateAt.MARQUEE, true,
    [all...]
  /prebuilts/tools/common/m2/repository/nekohtml/nekohtml/1.9.6.2/
nekohtml-1.9.6.2.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/nekohtml/nekohtml/1.9.16/
nekohtml-1.9.16.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/nekohtml/nekohtml/1.9.20/
nekohtml-1.9.20.jar 
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/
parse5.js 495 MARQUEE: 'marquee',
618 SPECIAL_ELEMENTS[NS.HTML][$.MARQUEE] = true;
    [all...]
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /external/libgdx/backends/gdx-backend-android/libs/
android-4.4.jar 
  /external/libgdx/backends/gdx-backends-gwt/libs/
gwt-user.jar 
  /external/robolectric/v1/lib/main/
android.jar 

Completed in 1241 milliseconds

1 2