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

1 2

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
TextAttribute.java 33 public boolean strikeThrough;
38 boolean strikeThrough, TextColor color) {
46 this.strikeThrough = strikeThrough;
ValueParser.java 248 boolean strikeThrough = (format & 0x80) != 0;
254 strikeThrough, color);
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
Text_Suite.py 180 'strikethrough' : 'strk', # Strikethrough
Standard_Suite.py 679 'strikethrough' : 'strk', # Strikethrough
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
Text_Suite.py 180 'strikethrough' : 'strk', # Strikethrough
Standard_Suite.py 679 'strikethrough' : 'strk', # Strikethrough
  /frameworks/base/core/java/android/text/
Html.java 833 start(mSpannableStringBuilder, new Strikethrough());
835 start(mSpannableStringBuilder, new Strikethrough());
837 start(mSpannableStringBuilder, new Strikethrough())
    [all...]
  /libcore/ojluni/src/main/java/java/awt/font/
TextAttribute.java 185 * <td valign="TOP">{@link #STRIKETHROUGH}</td>
188 * <td valign="TOP">false (do not render strikethrough)</td>
775 * Attribute key for strikethrough. Values are instances of
777 * <code>false</code>, which means no strikethrough.
781 * <p>The strikethrough affects both the visual bounds and the
784 public static final TextAttribute STRIKETHROUGH =
785 new TextAttribute("strikethrough");
788 * A single strikethrough.
790 * @see #STRIKETHROUGH
    [all...]
  /external/chromium-trace/catapult/third_party/html5lib-python/html5lib/
sanitizer.py 106 'stop-opacity', 'strikethrough-position', 'strikethrough-thickness',
  /external/libvterm/src/
pen.c 256 case 9: // Strikethrough on
297 case 29: // Strikethrough off
  /frameworks/base/libs/hwui/tests/unit/
RecordingCanvasTests.cpp 207 EXPECT_EQ(RecordedOpId::TextOp, ops[index++]->opId); // no underline or strikethrough
210 EXPECT_EQ(RecordedOpId::RectOp, ops[index++]->opId); // strikethrough only
217 EXPECT_EQ(RecordedOpId::RectOp, ops[index++]->opId); // strikethrough
    [all...]
FrameBuilderTests.cpp 515 EXPECT_TRUE(mIndex++ >= LOOPS) << "Strikethrough rects should be above all text";
    [all...]
  /developers/build/prebuilts/gradle/Notifications/Wearable/src/main/java/com/example/android/support/wearable/notifications/
NotificationPresets.java 137 appendStyled(text, "strikethrough", new StrikethroughSpan());
  /developers/samples/android/wearable/wear/Notifications/Wearable/src/main/java/com/example/android/support/wearable/notifications/
NotificationPresets.java 137 appendStyled(text, "strikethrough", new StrikethroughSpan());
  /development/samples/browseable/Notifications/Wearable/src/com.example.android.support.wearable.notifications/
NotificationPresets.java 137 appendStyled(text, "strikethrough", new StrikethroughSpan());
  /external/skia/src/ports/
SkRemotableFontMgr_win_dw.cpp 312 DWRITE_STRIKETHROUGH const* strikethrough,
SkFontMgr_win_dw.cpp 560 DWRITE_STRIKETHROUGH const* strikethrough,
    [all...]
  /developers/build/prebuilts/gradle/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
NotificationPresets.java 141 appendStyled(text, "strikethrough", new StrikethroughSpan());
  /developers/samples/android/wearable/wear/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
NotificationPresets.java 141 appendStyled(text, "strikethrough", new StrikethroughSpan());
  /development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
NotificationPresets.java 141 appendStyled(text, "strikethrough", new StrikethroughSpan());
  /external/skia/site/dev/tools/
markdown.md 121 ~~strikethrough~~, and `inline code`. Also small fractions,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ocidl.h     [all...]
dwrite.h     [all...]
  /packages/apps/UnifiedEmail/tests/src/com/android/mail/utils/
BasicHtmlSanitizerTest.java     [all...]
  /external/chromium-trace/catapult/third_party/polymer/components/core-icons/
editor-icons.html 46 <g id="format-strikethrough"><path d="M10 19h4v-3h-4v3zM5 4v3h5v3h4V7h5V4H5zM3 14h18v-2H3v2z"/></g>

Completed in 604 milliseconds

1 2