HomeSort by relevance Sort by last modified time
    Searched refs:MARQUEE (Results 1 - 25 of 27) 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 118 if (ellipsis == TextUtils.TruncateAt.MARQUEE) {
120 + "TextUtils.TruncateAt.MARQUEE");
TextView.java 248 * Draw marquee text with fading edges as usual
253 * Draw marquee text as ellipsize end while inactive instead of with the fade.
259 * Draw marquee text with fading edges because it is currently active/animating.
484 private Marquee mMarquee;
493 * extensively in the same layout. This mode indicates how the marquee
494 * is currently being shown, if applicable. (mEllipsize will == MARQUEE)
8084 final Marquee marquee = mMarquee; local
8122 final Marquee marquee = mMarquee; local
    [all...]
  /frameworks/base/core/java/android/text/
BoringLayout.java 96 if (ellipsize == null || ellipsize == TextUtils.TruncateAt.MARQUEE) {
149 if (ellipsize == null || ellipsize == TextUtils.TruncateAt.MARQUEE) {
StaticLayout.java 621 // If there is only one line, then do any type of ellipsis except when it is MARQUEE
627 ellipsize != TextUtils.TruncateAt.MARQUEE) ||
683 } else if (where == TextUtils.TruncateAt.END || where == TextUtils.TruncateAt.MARQUEE ||
    [all...]
TextUtils.java     [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
EditTextTest.java 234 editText.setEllipsize(TextUtils.TruncateAt.MARQUEE);
TextViewTest.java     [all...]
  /cts/tests/tests/text/src/android/text/cts/
StaticLayoutTest.java 328 // Multilines (6 lines) and TruncateAt.MARQUEE so ellipsis only on the last line
358 // Single line case and TruncateAt.MARQUEE so that we have NO ellipsis
360 TextUtils.TruncateAt.MARQUEE,
TextUtilsTest.java 346 // issue 1688347, ellipsize() is not defined for TruncateAt.MARQUEE.
348 // In other methods, MARQUEE is equivalent to END, except for the first line.
350 TextUtils.ellipsize(text, p, textWidth, TruncateAt.MARQUEE).toString());
438 // TruncateAt.MARQUEE, specify preserveLength
439 // issue 1688347, ellipsize() is not defined for TruncateAt.MARQUEE.
441 // In other methods, MARQUEE is equivalent to END, except for the first line.
446 TextUtils.ellipsize(text, p, textWidth, TruncateAt.MARQUEE, true,
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactListItemView.java 210 // Note: if we're sure MARQUEE will be used every time, there's no reason to use
211 // CharArrayBuffer, since MARQUEE requires Span and thus we need to copy characters inside the
    [all...]
  /frameworks/base/core/java/android/content/res/
StringBlock.java 129 } else if (styleTag.equals("marquee")) {
218 buffer.setSpan(TextUtils.TruncateAt.MARQUEE,
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 
  /external/robolectric/lib/main/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/6/
android.jar 

Completed in 494 milliseconds

1 2