HomeSort by relevance Sort by last modified time
    Searched full:underline (Results 1 - 25 of 462) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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...]
  /external/ImageMagick/Magick++/lib/Magick++/
TypeMetric.h 48 // Underline position.
51 // Underline thickness.
  /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'>&lt;<span class=SpellE>jvmarg</span>&gt;</span></code><span
514 style='color:windowtext;text-decoration:none;text-underline:none'> attributes,
519 text-decoration:none;text-underline:none'>&lt;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/gdb/darwin-x86/lib/python2.7/lib-tk/
Tkconstants.py 92 UNDERLINE='underline'
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
Tkconstants.py 92 UNDERLINE='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/chromium-trace/catapult/third_party/polymer/components/paper-input/test/
paper-input-container.html 235 test('underline is colored when input is focused', function(done) {
238 var line = Polymer.dom(container.root).querySelector('.underline');
255 var line = Polymer.dom(container.root).querySelector('.underline');
261 assert.isTrue(line.classList.contains('is-invalid'), 'underline has invalid styling when input is invalid');
268 var line = Polymer.dom(container.root).querySelector('.underline');
274 assert.isTrue(line.classList.contains('is-invalid'), 'underline has invalid styling when input is invalid');
280 assert.isTrue(Polymer.dom(container.root).querySelector('.underline').classList.contains('is-invalid'), 'underline has is-invalid class');
287 var line = Polymer.dom(container.root).querySelector('.underline');
294 assert.isTrue(line.classList.contains('is-invalid'), 'underline has invalid styling when input is invalid')
    [all...]
  /external/chromium-trace/catapult/third_party/polymer/components/paper-input/
README.md 171 | `--paper-input-container-color` | Label and underline color when the input is not focused | `--secondary-text-color` |
172 | `--paper-input-container-focus-color` | Label and underline color when the input is focused | `--primary-color` |
173 | `--paper-input-container-invalid-color` | Label and underline color when the input is is invalid | `--error-color` |
181 | `--paper-input-container-underline` | Mixin applied to the underline | `{}` |
182 | `--paper-input-container-underline-focus` | Mixin applied to the underline when the input is focused | `{}` |
183 | `--paper-input-container-underline-disabled` | Mixin applied to the underline when the input is disabled | `{}` |
paper-input-container.html 83 `--paper-input-container-color` | Label and underline color when the input is not focused | `--secondary-text-color`
84 `--paper-input-container-focus-color` | Label and underline color when the input is focused | `--primary-color`
85 `--paper-input-container-invalid-color` | Label and underline color when the input is is invalid | `--error-color`
93 `--paper-input-container-underline` | Mixin applied to the underline | `{}`
94 `--paper-input-container-underline-focus` | Mixin applied to the underline when the input is focused | `{}`
95 `--paper-input-container-underline-disabled` | Mixin applied to the underline when the input is disabled | `{}`
132 .underline {
    [all...]
  /external/skia/gm/
texteffects.cpp 235 SkPath underline; local
241 underline.moveTo(last, uPos);
242 underline.lineTo(start, uPos);
247 underline.moveTo(end, uPos);
248 underline.lineTo(finalPos, uPos);
250 return underline;
287 SkPath underline = create_underline(intersections, start, end, uPos, uWidth, textSize); local
289 canvas->drawPath(underline, paint);
342 SkPath underline = create_underline(intersections, start, end, uPos, uWidth, textSize); local
344 canvas->drawPath(underline, paint)
385 SkPath underline = create_underline(intersections, start, end, uPos, uWidth, textSize); local
    [all...]
  /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
  /external/skia/src/core/
SkTextFormatParams.h 18 // Fraction of the text size to lower a underline below the baseline.
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ViewPagerTabStrip.java 60 * underline.
72 // Thick colored underline below the current selection
  /external/chromium-trace/catapult/netlog_viewer/netlog_viewer/
status_view.css 33 text-decoration: underline;
  /external/chromium-trace/catapult/third_party/polymer/components/paper-dropdown-menu/
README.md 131 | `--paper-dropdown-menu-color` | The color of the input/label/underline when the dropdown is unfocused | `--primary-text-color` |
132 | `--paper-dropdown-menu-focus-color` | The color of the label/underline when the dropdown is focused | `--primary-color` |
133 | `--paper-dropdown-error-color` | The color of the label/underline when the dropdown is invalid | `--error-color` |
137 Note that in this element, the underline is just the bottom border of the "input".

Completed in 1711 milliseconds

1 2 3 4 5 6 7 8 91011>>