/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 | 113 if (ellipsis == TextUtils.TruncateAt.MARQUEE) { 115 + "TextUtils.TruncateAt.MARQUEE");
|
TextView.java | 244 * Draw marquee text with fading edges as usual 249 * Draw marquee text as ellipsize end while inactive instead of with the fade. 255 * Draw marquee text with fading edges because it is currently active/animating. 474 private Marquee mMarquee; 483 * extensively in the same layout. This mode indicates how the marquee 484 * is currently being shown, if applicable. (mEllipsize will == MARQUEE) 7812 final Marquee marquee = mMarquee; local 7850 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 | 692 // If there is only one line, then do any type of ellipsis except when it is MARQUEE 700 ellipsize != TextUtils.TruncateAt.MARQUEE) || 756 } 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 | 219 // Note: if we're sure MARQUEE will be used every time, there's no reason to use 220 // 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,
|
/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/6/ |
android.jar | |
/prebuilts/sdk/current/ |
android.jar | |