/external/owasp/sanitizer/tools/findbugs/doc/ |
findbugs.css | 14 text-decoration: underline;
|
/frameworks/base/core/java/android/text/ |
TextPaint.java | 37 * Special value 0 means no custom underline 43 * Defined as a multiplier of the default underline thickness. Use 1.0f for default thickness. 77 * Defines a custom underline for this Paint. 78 * @param color underline solid color 79 * @param thickness underline thickness
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/ |
BlueUnderlineTests.java | 36 assertEquals("show blue underline, span start", EXPECTED_SPAN_START, span.mStart); 37 assertEquals("show blue underline, span end", EXPECTED_SPAN_END, span.mEnd); 38 assertEquals("show blue underline, span color", true, span.isAutoCorrectionIndicator()); 53 assertEquals("extend blue underline, span start", EXPECTED_SPAN_START, spanBefore.mStart); 54 assertEquals("extend blue underline, span end", EXPECTED_SPAN_END, spanBefore.mEnd); 55 assertTrue("extend blue underline, span color", spanBefore.isAutoCorrectionIndicator()); 60 assertNull("hide blue underline", spanAfter.mSpan); 83 assertFalse("show no blue underline after backspace, span should not be the auto-" 86 assertEquals("should be composing, so should have an underline span", 88 assertEquals("should be composing, so should have an underline span" [all...] |
/cts/tools/signature-tools/templates/ |
Styles.st | 7 a.default:hover {color: blue; text-decoration: underline;} 13 a.discreet:hover {color: black; text-decoration: underline;}
|
/libcore/luni/src/main/java/java/awt/font/ |
TextAttribute.java | 77 "input method underline"); 180 /** The Constant UNDERLINE text attribute. */ 181 public static final TextAttribute UNDERLINE = new TextAttribute("underline"); 184 * The Constant UNDERLINE_ON indicates a standard underline 191 * pixel solid low underline. 197 * pixel solid low underline. 203 * single pixel dotted low underline. 209 * gray low underline. 215 * low underline [all...] |
/packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
StyleUtils.java | 34 * non-underline version {@link LinkStyleSpan} which calls the supplied listener when clicked. 44 * non-underline version {@link LinkStyleSpan} which calls the supplied listener when clicked. 61 * non-underline version {@link LinkStyleSpan} that does nothing when clicked.
|
/external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/ |
antlr3-task.htm | 91 text-decoration:underline; 92 text-underline:single;} 95 text-decoration:underline; 96 text-underline:single;} 505 class=GramE><span style='color:windowtext;text-decoration:none;text-underline: 507 none;text-underline:none'><o:p></o:p></span></a></span></h4> 511 text-decoration:none;text-underline:none'>Additional parameters may be passed 513 text-decoration:none;text-underline:none'><<span class=SpellE>jvmarg</span>></span></code><span 514 style='color:windowtext;text-decoration:none;text-underline:none'> attributes, 519 text-decoration:none;text-underline:none'><antlr<span class=GramE>:antlr3</span> <spa [all...] |
/external/libxml2/doc/devhelp/ |
style.css | 64 text-decoration: underline;
|
/external/v8/tools/sodium/ |
styles.css | 26 .hover-underline:hover { 27 text-decoration: underline;
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/ |
Tkconstants.py | 92 UNDERLINE='underline'
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/ |
Tkconstants.py | 92 UNDERLINE='underline'
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/ |
Tooltip.css | 27 a:visited { text-decoration: underline; } 30 a.header:hover { text-decoration: underline; color: #000080; }
|
/packages/apps/Messaging/src/com/android/messaging/ui/ |
ViewPagerTabStrip.java | 61 * underline. 73 // Thick colored underline below the current selection
|
/external/libvterm/src/ |
pen.c | 149 state->pen.underline = 0; setpenattr_int( state, VTERM_ATTR_UNDERLINE, 0); 171 setpenattr_int( state, VTERM_ATTR_UNDERLINE, state->pen.underline); 241 case 4: // Underline single 242 state->pen.underline = 1; 267 case 21: // Underline double 268 state->pen.underline = 2; 282 case 24: // Underline off 283 state->pen.underline = 0; 382 if(state->pen.underline == 1) 397 if(state->pen.underline == 2 [all...] |
/external/clang/www/analyzer/ |
menu.css | 17 text-decoration: underline;
|
/external/skia/src/animator/ |
SkDrawPaint.h | 65 SkBool underline; member in class:SkDrawPaint
|
SkDrawPaint.cpp | 59 SK_MEMBER(underline, Boolean), 74 underline(-1), xfermode((SkXfermode::Mode) -1), fOwnsColor(false), fOwnsMaskFilter(false), 263 if (underline != -1) 264 paint->setUnderlineText(SkToBool(underline));
|
/external/skia/src/core/ |
SkTextFormatParams.h | 18 // Fraction of the text size to lower a underline below the baseline.
|
/packages/apps/FMRadio/res/values/ |
colors.xml | 18 <!-- Color of the selected tab underline -->
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/ |
ViewPagerTabStrip.java | 60 * underline. 72 // Thick colored underline below the current selection
|
/external/valgrind/docs/lib/ |
vg_basic.css | 58 table.nav a:hover { text-decoration: underline; }
|
/frameworks/support/v4/java/android/support/v4/view/ |
PagerTabStrip.java | 195 * Set whether this tab strip should draw a full-width underline in the 198 * @param drawFull true to draw a full-width underline, false otherwise 207 * Return whether or not this tab strip will draw a full-width underline. 210 * @return true if this tab strip will draw a full-width underline in the
|
/packages/apps/UnifiedEmail/src/com/android/mail/text/ |
LinkStyleSpan.java | 26 * has no underline but clicking it does nothing.<p/>
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
font.dlg | 27 AUTOCHECKBOX "&Underline",chx2,13,123,51,10
|
/external/icu/icu4c/ |
icu4c.css | 81 text-decoration: underline; 100 text-decoration: underline; 118 text-decoration: underline; 200 text-decoration: underline; 241 text-decoration: underline;
|